Create a Payout

Create a Payout

POST https://workspace.myeshopbox.com/payments/api/v1/payout

Headers

Request Body

{
  "requestId": "1533800205380",
  "requestStatus": "processing",
  "status": "success"
}
curl -X POST https://workspace.myeshopbox.com/payments/api/v1/payout \
-H "Content-Type: application/json" \
-H "Authorization: Bearer XXXX" \
-d $'{
        "fundTransferDate": "2018-09-25 05:30:00",
        "fundTransferAmount": 819901.7199999853,
        "transactionId": "lime3",
        "comments": "Limeroad Testing",
        "ledgerGroupId": "limeroad",
        "portalAccountId":122,
        "reportUrl": "https://cdn.filestackcontent.com/ckdksjkasl676678687as"
    }'

Last updated