Receipt (by ID)
A Receipt is made for each successful Order. View it with this Endpoint
X-API-KEY
must be provided when making the request to this endpoint. This authorizes you to access the API for your customers.Endpoint:
GET https://book.imin.co/api/v2/receipts/:receiptIdentifier
This request must be made Server-side. Otherwise, it would be possible to view the secret API key with a browser.
This entire URL is in the
imin:receipt
field of each Order returned by Order (by ID) or Order History.The
receiptIdentifier
parameter is identifier of the Receipt you wish to viewA successful response will be a PDF which will look like:

Last modified 2yr ago