Get withdrawal details
GET /v2/send/withdrawals/{withdrawalId}
GET
/v2/send/withdrawals/{withdrawalId}
Retrieve details of a specific withdrawal
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” withdrawalId
required
string format: uuid
Withdrawal ID
Example
e271bc5c-f870-44cd-8462-54280d0411f6 SendWithdrawalIdParamDto
required
Header Parameters
Section titled “Header Parameters ” X-API-Key
string
API Key
X-API-Secret
string
API Secret
Responses
Section titled “ Responses ”Withdrawal details
object
id
required
Withdrawal ID
string format: uuid
e271bc5c-f870-44cd-8462-54280d0411f6 corridorId
required
Corridor ID
string format: uuid
e271bc5c-f870-44cd-8462-54280d0411f6 organisationId
required
Organisation ID
string format: uuid
e271bc5c-f870-44cd-8462-54280d0411f6 userId
required
User ID
string format: uuid
e271bc5c-f870-44cd-8462-54280d0411f6 status
required
Withdrawal status
string
amount
required
Amount in USDC
string
1000.00 currency
required
Currency code
string
USDC networkDetails
Network transaction details (e.g., contractTransactionHash, blockNumber, gasUsed)
object
payoutDetails
Payout details (e.g., payoutId, payoutReference, payoutMethod)
object
bankTransferDetails
Bank transfer details (e.g., transferReference, bankCode, clearingDate)
object
failureReason
Failure reason if failed
string
networkCompletedAt
Network completion timestamp
string format: date-time
payoutCompletedAt
Payout completion timestamp
string format: date-time
bankTransferCompletedAt
Bank transfer completion timestamp
string format: date-time
completedAt
Completion timestamp
string format: date-time
createdAt
required
Creation timestamp
string format: date-time
updatedAt
required
Last update timestamp
string format: date-time
Bad Request
Unauthorized
Forbidden
Not Found
Internal Server Error