Email Receipt
Guide to integrating with our payment API
Email Receipt Endpoint
This endpoint allows you to send a payment receipt directly to a user's email by providing the transaction's order number and the recipient's email address.
POST /api/payment/email
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 |
string | Yes | The email address to send the receipt to |