Path
The ID of the withdrawal request.
Response
The ID of the withdrawal request.
Your unique transaction ID.
The customer’s phone number.
The payment method used for the withdrawal.
The amount which was requested to be withdrawn.
The status of the withdrawal request.
processing - The withdrawal request has been received by us and is being processed.
succeeded - The withdrawal request has been succeeded and the funds have been transferred.
failed - The withdrawal request has failed.\
Set of key-value pairs that you had attached to an object.
curl --request GET \
--url https://omnipay.page/api/v1/withdraws/ettghe0woyn \
--header 'Authorization: Bearer <your-api-key>'
{
"id": "ettghe0woyn",
"merchant_id": "KJKJ22",
"phone": "01341491353",
"payment_method": "bkash",
"amount": "1000",
"status": "succeeded",
"metadata": {
"invoice_id": "NSOIENKXNY"
}
}