Skip to main content
GET
Get withdrawal by ID
v1 sunsets December 31, 2026. Migrate to v2 — see the migration guide.
Fetches detailed information about a specific withdrawal using its unique identifier.

Errors

See the full v1 error reference.

Authorizations

Authorization
string
header
required

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

Path Parameters

orgId
string
required
Example:

"c96183a5-2830-4606-9ae2-15dfd058872b"

withdrawalId
string<uuid>
required
Example:

"392cf015-5045-4615-a226-df3543d9c15f"

Response

success

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

"success"

data
object | null
message
string
Example:

"Data fetched successfully"