Disbursements
/Proceed With Disbursement
Proceed With Disbursement
https://api.vivamo.co/v1/disbursements/{disbursementIntentId}/proceed/{allow}
Approve or reject a disbursement in pending-validation status. Set allow: true to approve (sends funds immediately) or allow: false to reject (no funds transferred).
Path parameters
disbursementIntentIdstringRequiredallowbooleanRequired
The Vivamo disbursement intent ID from the pending-validation list.
true to approve the disbursement, false to reject it.
Response
Disbursement approved and sent for processing, or rejected.
disbursementIdstringamountstringexternalCustomerIdstringexternalDisbursementIdstringcurrencystringstatusstringpendingstringrejectedstring
Unique disbursement ID.
The payout amount.
The customer identifier you provided.
Your unique identifier for this disbursement.
The currency code.
The updated status — pending if approved, rejected if rejected.
Built with