Skip to main content

Withdrawal details

Endpoint to obtain the details of a withdrawal.

GET - https://url.base/api/withdrawal/data/{uid}
Parameters
Path

FieldTypeDescription
uid *StringThe identifier must be provided as part of the endpoint as indicated in the path

Response

{
"uid" : [string] // Transaction identifier
"status" : [tring] // Transaction status
"amount" : [integer] // Transaction amount
"data" : [string] // Additional transaction data
"currency" : [string] // ISO currency code
"country" : [string] // International country format
"sing" : [string] // Signature of the parameters
}

Status response

FieldDescription
200 - 201: OKSuccessful request
400: Bad RequestBad request
404: Not FoundWithdrawal Not found