Skip to content

Get withdrawal history

GET
/v2/send/withdrawals/{withdrawalId}/history

Retrieve the complete history of status changes for a withdrawal

withdrawalId
required
string format: uuid

Withdrawal ID

Example
e271bc5c-f870-44cd-8462-54280d0411f6
SendWithdrawalIdParamDto
required
X-API-Key
string

API Key

X-API-Secret
string

API Secret

List of withdrawal history entries ordered by creation date (newest first)

object
history
required

List of withdrawal history entries

Array<object>
object
id
required

History entry ID

string format: uuid
oldStatus

Previous status

string
Allowed values: created networkinprogress networkcompleted networkfailed payoutinprogress payoutcompleted payoutfailed banktransferinprogress banktransfercompleted banktransferfailed completed failed
newStatus
required

New status

string
Allowed values: created networkinprogress networkcompleted networkfailed payoutinprogress payoutcompleted payoutfailed banktransferinprogress banktransfercompleted banktransferfailed completed failed
userId
required

User ID from withdrawal

string format: uuid
organisationId
required

Organization ID from withdrawal

string format: uuid
metadata

Additional metadata (networkDetails, payoutDetails, etc.)

object
createdAt
required

Timestamp when the status change occurred

string format: date-time

Bad Request

Unauthorized

Forbidden

Not Found

Internal Server Error