List withdrawals

Retrieve the authenticated user's cash withdrawal requests.

This listing is documented from legacy Cobru materials, but filters and pagination should still be verified live.

Endpoint

GET /cashwithdraw/

Fields seen in legacy responses

FieldTypeNotes
amountnumberRequested withdrawal amount.
datestringCreation or provider timestamp.
from_userstringSource user identifier.
from_user_phonestringSender phone number.
pknumberCobru withdrawal identifier.
to_userstringRecipient descriptor or recipient name.
methodstringProvider name such as efecty.
statenumberWithdrawal state code.
callbackstringCallback URL associated with the request when present.

State model seen in older exports

StateMeaning
0pending
1processing
2paid
3rejected
4cancelled
5expired

On this page