Create Withdrawal Request
Request Body
ID of the guide requesting withdrawal
Amount to withdraw
Status of the withdrawal request
PENDING: Request is pending reviewAPPROVED: Request has been approvedREJECTED: Request was rejectedPAID: Withdrawal has been paidCANCELLED: Request was cancelled
Bank account reference or identifier
Additional notes about the withdrawal
Timestamp when the withdrawal was requested
Timestamp when the withdrawal was processed
ID of the admin user who processed the withdrawal
Response
Unique identifier for the withdrawal request
ID of the guide
Requested withdrawal amount
Withdrawal status
Bank account reference
Notes about the withdrawal
When the withdrawal was requested
When the withdrawal was processed
ID of the admin who processed it
Get All Withdrawal Requests
Response
Returns an array of withdrawal request objects.Get Withdrawal Request by ID
Path Parameters
The withdrawal request ID
Response
Returns a single withdrawal request object.Update Withdrawal Request
Path Parameters
The withdrawal request ID
Request Body
All fields from the create request are optional. Only provide the fields you want to update.Updated status (PENDING, APPROVED, REJECTED, PAID, CANCELLED)
When the request was processed
ID of the admin processing the request
Updated notes
Response
Returns the updated withdrawal request object.Delete Withdrawal Request
Path Parameters
The withdrawal request ID