Integration GuideAPI Reference
API Reference

Create transactions under an existing Intent

Adds disbursements to an intent that already exists. Every element must carry its own clientReferenceId, unique per settlement account among disbursements; the whole body is validated before anything is created, so a missing, blank or repeated-within-the-body reference is answered 400 and a reference already stored earlier 409. A failure that happens after that validation is reported as a disbursementCreationError inside the 200 response, exactly like POST /api/v1/intents — a payout already accepted by a partner is never rolled back nor retried. The response carries the FULL intent, including the transactions it already had.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
int64
required
Body Params

Add transactions to an existing Intent

disbursements
array of objects
required

The disbursements to create under the existing intent; every element must carry its own clientReferenceId

disbursements*
Headers
string
required
Responses

Language
Credentials
Bearer
JWT
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
*/*