Your withdrawals

Retrieve the authenticated user's bank withdrawal operations.

This listing comes from legacy Cobru payout materials. Filters, pagination, and country segmentation still need live verification.

Endpoint

GET /thirdpartywithdraw/

Fields seen in legacy responses

FieldTypeNotes
typestringWithdrawal type or rail identifier.
pknumberCobru payout identifier.
statestringPayout state.
amountnumberRequested amount.
payed_amountnumberNet paid amount after fees and adjustments.
feenumberCobru fee.
fee_ivanumberIVA applied to fees.
gmfnumberColombian financial transaction tax when applicable.
account_numberstringDestination account number.
descriptionstringOptional payout description.
date_createdstringWithdrawal creation timestamp.
date_consignedstringConsignment timestamp when available.
date_depositedstringDeposit completion timestamp when available.
date_rejectedstringRejection timestamp when available.

Additional query behavior seen in older docs

Legacy materials also mention querying the list by idempotency_key to find a previously submitted payout attempt.

On this page