Create withdrawal

Create Withdrawal

Content-Type: POST

/partner/v1/platforms/withdrawals

Headers

Parameter

Description

Example

X-Api-Key

API key of Merchant integration

api-6c267ade-cbf8-4440-b8ad-61cc24c79048

X-Signature

Signature

cde4c9ef03d5a641cbdbe76a1abf50083aa2d89cc495178761a7373d99e29887

X-Timestamp

UNIX метка

1733819782

Request parameters

Parameter

Format

Mandatory

Description

Example

uuid

string

+

Transaction ID in UUID form

07a840ed-eb03-4ba0-b804-6f76e8bd8b62

amount

float

+

Amount of withdrawal

10

currency

string

+

Currency of withdrawal

USDT

blockchain

string

+

Network of withdrawal

Tron

Ethereum

destinationAddress

string

+

Receiver address of withdrawal

TEc7cZRnzP2V4AvDmz1sT1DwDezPqZzkxn

externalId

string

+

Transaction ID from Merchant

Request example:

Response parameters:

Parameter

Format

Mandatory

Description

Example

uuid

string

+

Transaction ID in UUID form

07a840ed-eb03-4ba0-b804-6f76e8bd8b62

amount

float

+

Amount of withdrawal

10

blockchain

string

+

Network of withdrawal

Tron

currencyCode

string

+

Currency of withdrawal

USDT

destinationAddress

string

+

Receiver address of withdrawal

TEc7cZRnzP2V4AvDmz1sT1DwDezPqZzkxn

status

string

+

Status of withdrawal

PENDING

createAt

string

+

Date-time when withdrawal was created

2024-12-09 12:23:07

externalId

string

+

Transaction ID from Merchant

Response example:

HTTP 200

HTTP status code: 422

HTTP status code: 500

HTTP status code: 422

Last updated