Skip to main content
GET
Retrieve a Receipt as an HTML representation

Path Parameters

id
string
required

Identifier can be receiptId or transactionId (ex: TransferId)

Query Parameters

isReceiptIdentifier
boolean

Indicate if the provided identifier is a receipt id (true) or a transfer or payment id (false).

Response

view
object
required

Receipt HTML view

Example:

"<html>...</html>"