payout-destinations
oid_mgmnt_payout_destinations_payouts_post
Create a payout for the given payout destination by consolidating all pending funds from any payout interval account (week, month) into the daily payout account. The funds will then be included in the next daily payout run.
This is useful when you want existing pending payouts to be disbursed without waiting for the original schedule, or when you want to manually trigger a payout outside the normal interval.
scopes:
- write:accounts:/on-demand-payouts
post/accounts/{oid}/payout-destinations/{payout_destination_id}/payouts
Path parameters
oidstring ^[PT]{1}(?=(?:.{3}|.{8})$)[0-9]*$ required
An id that uniquely identifies the account or owner (partner)
payout_destination_idstring required
The payout destination identifier
Response
No content, the service completed successfully and there is no content to be returned.