Skip to main content
Returns a receipt for any completed transaction. Pass pdf as the type parameter to receive a base64-encoded PDF, or json for a structured data response.

Path parameters

string
required
The UUID of the transaction.
string
required
Receipt format. Use "pdf" to receive a base64-encoded PDF document.
The data field contains the PDF as a base64-encoded string. Decode it before writing to disk or serving to a client.