Przejdź do głównej zawartości

Withdraw Details

POST 

/api/v1/pbl/withdraws/details

Retrieve information about a specific withdrawal including status, amounts, fees, and receiver details.

Checksum

The server verifies the checksum by concatenating the values of all fields sent in the request body, in the order they appear in the JSON (excluding checksum), joined with |, with your Secret Hash appended at the end:

sha256({field1}|{field2}|...|{SecretHash})

For the minimal body {service, withdraw_id, checksum} this equals sha256(service|withdraw_id|SecretHash). Warning: any additional field you include (e.g. timestamp) must also be included in the checksum in the same order, otherwise the request is rejected with HTTP 401 Unauthorized request.

Request

Responses

Withdraw details