Create Payouts
This API allows partners to post the payout data to the accounting software for the sales.
Post a payout data to the accounting software
Request Body
Name
Type
Description
Field Name
Type
Description
Required?
{
"id": 3858154,
"transaction_date": "2022-06-30T20:24:02",
"payouts": [
{
"id": "23423432"
"name": "Cash",
"payout_amount": "112.50"
}
]
}{
"transaction_reference": "guid",
"order_number": "3858154"
"status" : "processed"
}Last updated