Withdrawal details

Retrieve the details of an individual cash withdrawal.

Legacy materials and product captures indicate a detail view for cash withdrawals, but the exact detail contract still needs fresh verification.

Endpoint

GET /cashwithdraw/{id}

Path parameter

FieldTypeDescription
idnumberCobru cash-withdrawal identifier, usually surfaced as pk in listing responses.

Expected use

  • fetch the latest payout state before showing pickup instructions
  • support cancellation checks before calling the cancel endpoint
  • inspect provider-specific references when support needs to debug a payout

On this page