Process Transactions through to ZBD Shield
Learn how to process transactions through ZBD Shield.
Now that ZBD Shield is protecting your ZBD Project API Key, you need to route transactions from your project through ZBD Shield.
If you’ve previously used the ZBD API, you’ll be familiar with the typical ZBD domain and endpoints, however, transactions for ZBD Shield will be routed through different endpoints.
Prepare Transaction Payload
To process a transaction through ZBD Shield, you need the following JSON transaction payload:
Authenticate
To authenticate the request, you will need your ZBD Shield Access Token.
You can get this by going to Settings
-> Access Token
Regenerate
button.ZBD Shield | Access Token Screen
Send Transaction
To send a transaction, use the following endpoint with the applicable payload and valid API key.
For example:
Congrats! These transactions will route through your ZBD Shield instance.
Cooldown
To prevent the same user from requesting multiple times in rapid succession, there is a cooldown
wherein ZBD Shield will block additional requests until the cooldown period has elapsed.
This can be changed via API on the following endpoint:
Example body:
That’s it! You’re now able to process transactions through ZBD Shield.
Was this page helpful?