Create withdrawal request
POST /v2/send/withdrawals
Create a new withdrawal request to convert USDC to fiat
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Header Parameters
Section titled “Header Parameters ”API Key
API Secret
Request Body required
Section titled “Request Body required ”object
Corridor ID for this withdrawal
e271bc5c-f870-44cd-8462-54280d0411f6End user ID who owns this withdrawal
e271bc5c-f870-44cd-8462-54280d0411f6Amount in base units (smallest unit). For USDC with 6 decimals: 1.00 USDC = 1000000. Must be provided as base units, not decimal format.
1000000Currency code (e.g., USDC)
USDCResponses
Section titled “ Responses ”Withdrawal created successfully
object
Withdrawal ID
e271bc5c-f870-44cd-8462-54280d0411f6Corridor ID
e271bc5c-f870-44cd-8462-54280d0411f6Organisation ID
e271bc5c-f870-44cd-8462-54280d0411f6User ID
e271bc5c-f870-44cd-8462-54280d0411f6Withdrawal status
Amount in USDC
1000.00Currency code
USDCNetwork transaction details (e.g., contractTransactionHash, blockNumber, gasUsed)
object
Payout details (e.g., payoutId, payoutReference, payoutMethod)
object
Bank transfer details (e.g., transferReference, bankCode, clearingDate)
object
Failure reason if failed
Network completion timestamp
Payout completion timestamp
Bank transfer completion timestamp
Completion timestamp
Creation timestamp
Last update timestamp
Bad Request
Unauthorized
Forbidden
Not Found
Internal Server Error