Payout Request
Name: Make Payout Request
Method : POST
Url : {{base_url}}/api/v1/payout/request
Username : App Key
Password : Secret Key
{
"merchantAccountId" :"{{your_account_no}}",
"reference":"ref-0001", // unique and must be at least 10 characters and special characters are not allowed
"country":"Sweden",
"dob":"1994-12-21",
"firstName":"John",
"lastName":"Doe",
"email":"[email protected]",
"contactNumber":"+01234567890",
"postcode":"12345",
"premise":"1234",
"street":"Unnamed Road",
"state":"Blekinge",
"town":"Kallinge",
"amount":"45",
"currency":"USD",
"payoutType":"", // optional, can be either cardPayout or bankPayout
"solutionId":"f0850594-efc0-449b-b0ab-7ada65dcd56a", // optional
"webhookUrl":"{{webhookUrl}}" // optional
}
{
"success": true,
"message": "Payout request created successfully",
"data": {
"payout_url": "https://sgw.paymid.com/secure-payout/c32b46f8-d9b1-482f-b596-4c3a4f227426",
"reference": "ref-5001"
}
}