v1
latestOpenAPI 3.1.02026-07-26590236.8 KBCreate Payout Destination
post/payout-destination
Request body
Response
201
Example response
{
"data": {
"id": "a608dece7c2511edb3220242ac110002",
"account_id": "8a6f70b87c1411edb3220242ac110002",
"destination_account_id": "837edb267c1311edb3220242ac110002",
"label": "Master Destination",
"type": "internal",
"beneficiary_name": "ONYENDOCHUKWU NDU",
"account_number": "9992740188488868",
"account_type": "personal_checking",
"routing_number": "084106768",
"routing_type": "aba",
"bank_name": "Evolve Bank and Trust",
"bank_address": {
"city": "Memphis",
"country": "US",
"line1": "6070 Poplar Ave",
"line2": "Suite 200",
"postal_code": "38119",
"state": "TN"
},
"created_at": "2022-12-15T03:07:45Z",
"updated_at": "2022-12-15T03:07:45Z"
},
"message": "Payout destination already exists on this organisation",
"status": "success"
}