Przejdź do głównej zawartości

List Withdrawals

POST 

/api/v1/pbl/withdraws

Lists your payouts, newest first. This is where withdraw_id comes from - without it the payout detail endpoints cannot be reached without copying identifiers out of the panel.

Filters: creation date range (date_from, date_to), state and payout type. All of them are optional, and each one you send must be part of the checksum, in body order.

Checksum

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

For the minimal body {service, checksum} this equals sha256(service|SecretHash).

Pagination

Page-based: page from 1, per_page 50 by default and at most 200. A page beyond the last one returns an empty withdraws array.

Amounts are decimal strings with two decimal places. The destination account, receiver details and decline reason are not part of the listing - read them from the payout detail endpoints.

Request

Responses

Page of payouts.