Request POS Receipt
Use this API to send POS payment receipt to customer via email or SMS
Request a payment receipt
POST
/api/payment-pos/receipt
Send the payment receipt to a customer
Request Body
Name
Type
Description
reference*
String
Your payment reference
payment_code*
String
Payment code of payment
email*
String
Customer email to send payment receipt
mobile
String
Customer mobile to send payment receipt e.g. "41231223123"
dial_code
String
Dial code e.g. "+61"
{
"status": "ok",
"message": "Payment receipt has been sent",
"email": "[email protected]",
"sms": "+614123122312"
}
Last updated