6097bc689e41
Render Receipt
Called by the Independent Software Vendor. Request a receipt by name or by receipt reference number from the gateway for a given transaction reference number. Returns base64 encoded receipt if found.
Query parameters
The unique identifier of the transaction on the legacy gateway.
The unique identifier of the transaction template. Used only for payment fusion gateway.
Need to provide at least one of 'receipt_name'(The name of the receipt on the gateway) or 'receipt_ref_num'(The unique identifier of the receipt template on the gateway).
The merchant identifier that will be used to connect to the gateway. Size range - 1..16
The format of the receipt. Allowed values - "Text", "HTML"
Should render receipt as text
Headers
Needs to include Basic word before Base64 encoded api_id:api_token. The api_id is the identifier of the organization created on TAP; size range - up to 36 characters. The api_token is the unique token previously generated by TAP and provided securely to the organization; size range - 32. Example: Basic ODA5BVgrNdZkZmbiFlJlTThkYTA2eG00MzA5dHh1bWZnZgfdZDE=
Specifies the requested API version. If this field is not specified or has an invalid format, the API will return an error. If the specified version does not exist, a 404 page will be displayed. Accepted values - application/vnd.paymentfusion.v3.0.0+json
Response
Success
Example response
{
"receipt": "string",
"v": "string"
}