BankTransfer Withdraw
Creating a bank transfer withdrawal
Request Body
Name
Type
Description
{
"success": true,
"data": {
"status": "success",
"message": "Withdraw request created successfully.",
"provision": {
"id": "d47b2aa9-21b0-4d5e-a8ae-5de103ae65f7",
"username": "12345",
"fullname": "John doee",
"amount": "255.00"
}
}
}{
"success": false,
"status_code": 422,
"error": "CustomerID is required (field=customer_id)",
"errors": {
"customer_id": [
"CustomerID is required (field=customer_id)"
],
"transaction_id": [
"TransactionID is required (field=transaction_id)"
]
}
}Last updated