Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Headers
Example:
"part_ct23b6420or249k5boag"
The Idempotency Key - usually a UUID
Path Parameters
The unique identifier for the account
Example:
"acct_ctf930420orabtojo3r0"
The unique identifier for the validation
Example:
"val_cvgo7uc20or769prtiu0"
Body
application/json
Example:
[
{ "amount": 1, "currency": "USD" },
{ "amount": 3, "currency": "USD" }
]