The connection is secured by encrypted SSL as well as by each program partner by providing a secret key that will be returned to them with each notification.
(Optional) Custom header is supported if the partner gateway requires it.
Depending on your partner account configuration, you will receive a Pending to accept or deny a payment, or only Completed/Reversed payment notifications.
HTTP GET [Partner provided URL]
A unique reference to the QR Code. This should be stored to aid in reconciliation.
The Partner's Client Ref value that was stored in the QR Code. This is typically the customer's account number.
A secret key that Payment Source provides to the partner. Use this to confirm the message was from Payment Source.
Authorization:<secret_provided_by_partner>
<custom_header>:<value_provided_by_partner>
LHRef=473827&
ClientRef=00000000000000000318&
Password=GD23123hw567&
Leave empty.
Customer's full name.
Customer's date of birth in yyyy-mm-dd format.
{
"PartnerName": "",
"CustomerName": "Bailey Smith",
"CustomerDob": "1997-01-01"
}