POST /v1/payment/request
Unique identifier for this payment.
Unique identifier for this customer.
This can be an email address and it can be the same value as the Email field.URL to re-direct the User back to the Partner's page.
Email address to send the payment link to. (Required if no Phone Number)
Canadian phone number to send the payment link to.
First name of customer. Used for communication during the payment.
Last name of customer. Used for communication during the payment.
Total amount for the payment to charge the customer.
Customer's preferred language.
Values: en or fr | Default: en
{
"PaymentRef": "98765444",
"CustomerRef": "ABCDE12345",
"ReturnURL": "https://mysite.ca/receipt",
"Email": "example@gmail.com",
"FirstName": "John",
"LastName": "Doe",
"Amount": 98.25,
"Language": "en"
}
Unique identifier for this payment.
AVAILABLE when created.
DUPLICATE when the same PaymentRef is used.
URL to give to the customer to complete their payment. (If you use the URL method)
Datetime of when this payment was created (in UTC).
Unique identifier for this payment.
Unique identifier for this customer.
Only returned if passed in the Request. URL to re-direct the User back to the Partner's page.
Email address to send the payment link to (if you use the email method)
Canadian phone number to send the payment link to.
Total amount for the payment to charge the customer.
Customer's preferred language.
Values: en or fr | Default: en
{
"PartnerPaySeq": 4420031720534876,
"Status": "AVAILABLE",
"PaymentURL": "https://paymentlink.ca",
"CreatedDate": "2021-03-31T22:18:21.000Z"
"PaymentRef": "98765444",
"CustomerRef": "ABCDE12345",
"ReturnURL": "https://mysite.ca/receipt",
"Email": "example@gmail.com",
"Amount": 98.25,
"Language": "en"
}