Developer API

HOT PAY HTTP REST API documentation

Authorization

Get JWT to use partner API on the developer page

Get Processed Payments

get

Returns a paginated list of processed payments. Authentication is required. API token must be generated in the Admin Panel and passed via the Authorization header.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
item_idstringOptional

Identifier of the payment link (item).

memostringOptional

Merchant-defined memo or order identifier.

sender_idstringOptional

Sender wallet address or account identifier.

limitinteger · max: 1000Optional

Maximum number of payments to return.

Default: 100
offsetintegerOptional

Number of payments to skip before starting to return results.

Default: 0
Header parameters
AuthorizationstringRequired

Partner API token generated in the Admin Panel. Format: Authorization: <API_TOKEN>

Responses
chevron-right
200

Successfully retrieved processed payments

application/json
get
/partners/processed_payments

Last updated