Get Payout
Retrieve a payout with a specified 'payout_id'
Post <base_url>/v1_0/get-payout
Request Body (JSON)
payout_id
required
string - payout_id
Example Responses
200 - OK Response
{
"payout_id": "VFZSSmVFMXFSWGxOVVQwOQ==_sSw94",
"amount": "200",
"status": "pending",
"api_mode": "live",
"created_date": "2024-07-14 15:37:54",
"recipient": {
"account_name": "1212",
"account_number": "1212121",
"bank_name": "bname",
"branch_name": "brnchname",
"bank_address": "bnkaddress",
"ifsc": "11001112"
}
}
404 - Not Found
{
"error": "Payout with ID 64d4fa39c168caa2ffb3b696 was not found"
}