Skip to main content
GET
Get withdrawal by ID
Returns detailed information about a specific withdrawal using its unique identifier. Use this endpoint to:
  • Check the status of a specific withdrawal
  • Retrieve the blockchain transaction hash once available
  • View actor metadata (initiator email, comments) on a withdrawal record
  • Look up payment reference data (e.g. Fedwire IMAD)
Payment-method-specific metadata in paymentDetails. The withdrawal record includes an optional paymentDetails object that carries payment-rail-specific identifiers. For USD FEDWIRE withdrawals this looks like { "FEDWIRE": { "imad": "20240315B1QGC07C002345", "omad": "..." } }. The field is null for methods that don’t surface such data, and the same shape is also exposed on each entry of statusHistory[].paymentDetails so you can see when an identifier first appeared in the withdrawal’s lifecycle.

Errors

See the full v2 error reference for retry semantics and idempotency-specific codes.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

orgId
string
required
withdrawalId
string
required

Response

success

status
enum<string>
Available options:
success,
error
Example:

"success"

data
object
message
string
Example:

"Data fetched successfully"