payouts
Create Payout
post/v2/payouts/
Request body
Example request
{
"payments": [
"paym_yWYfCSzsUUhr9KwMv7vuLZHX"
],
"disputes": [
"dspt_yWYfCSzsUUhr9KwMv7vuLZHX"
],
"refunds": [
"refd_yWYfCSzsUUhr9KwMv7vuLZHX"
]
}Response
Successful Response
Example response
{
"id": "pout_yWYfCSzsUUhr9KwMv7vuLZHX"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.