Mandate API
Get Delegate Balance
Retrieve the current spending balance of an active delegate.
GET
Retrieve the spending limits and the currently available balance for a specific delegate token.
Headers
string
required
Your merchant identifier.
string
required
Your merchant API key.
Path Parameters
string
required
The
intentMandate used to authorize charges.Response
string
The status of the delegate (
active, revoked, expired).integer
The total authorized monthly spend limit.
integer
The total amount spent by this delegate so far in the current month.
integer
The remaining available balance for the current month.
integer
The maximum permitted amount for a single transaction.