Charge
Get Charge
Retrieve all data about a single Charge.
GET
/
v0
/
charges
/
{id}
Usage
While the best approach is to rely on the
callbackUrl
property and expect async Charge updates sent from ZBD servers, this API can be used to check any information about any Charge, specifically properties such as status
and internalId
which are likely useful for your application.For most use cases it is unlikely you will hit a rate limit, however it is recommended to avoid practices such as “long polling” especially if your server collectively “long polls” for multiple clients as this could cumulatively cause a rate limit to be reached.
Configuration
Path Parameters
id
string
requiredCharge ID
Header Parameters
apikey
string
requiredZBD Project API Key
Was this page helpful?