Download Receipt
Guide to integrating with our payment API
Download Receipt Endpoint
This endpoint allows you to retrieve a payment receipt by providing the order number of the transaction. It returns a secure receipt URL that can be used by your users to view or download the receipt.
GET /api/payment/receipt
Headers
| Key | Value | Required |
|---|---|---|
| Accept | application/json | Yes |
| Content-Type | application/json | Yes |
| x-app-key | YOUR_APP_KEY | Yes |
| x-app-secret | YOUR_SECRET_KEY | Yes |
Request Body
| Parameter | Type | Required | Description |
|---|---|---|---|
| order_number | string | Yes | The order number of transaction to retrieve |