Skip to main content
GET
aid_receipts_rid_get

Authorizations

Authorization
string
header
required

Bearer authentication (token authentication) should be used for accessing the API.

Use Get Token to get an access token for client credentials. Pass the token in the request header:

where the access_token is JSON Web Tokens (JWT).

Path Parameters

aid
string<^[PT]{1}\d{8}$>
required

An id that uniquely identifies the account.

Required string length: 9

Query Parameters

receipt_id
string
required

A string that uniquely identifies POS receipt

Response

Receipt collection

receipts
object[]
starting_after
string
Last modified on May 12, 2026