GET /v1/payment/query/{PartnerPaySeq}
Unique identifier for this payment.
Required by the Hosted Payment Page to authenticate.
/v1/payment/query/4420031
Unique identifier for this payment.
Current status of this payment. Can be one of the following:
DEPOSITED - Funds have been deposited
PENDING / VERIFIED - Currently processing payment
AVAILABLE - Payment processing has not been started
INITIATED - User has started a payment method
FAILED -Payment processing failed
REJECTED - Partner rejected payment
CANCELLED - User cancelled the payment
EXPIRED - The request has expired and can no longer be used to make a payment.
UNKNOWN - System error
Payment type for this payment.
Value: InteracRFM
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).
Datetime of when this payment was deposited successfully (in UTC).
Unique identifier for this payment.
Unique identifier for this customer.
Email address to send the payment link
Phone number to send the payment link to. (Required if no Email)
Total amount for the payment to charge the customer.
Customer's preferred language.
Values: en or fr | Default: en
First name of customer.
Last name of customer.
{
"PartnerPaySeq": 4420031,
"Status": "DEPOSITED",
"PaymentType": "InteracRFM",
"PaymentURL": "https://paymentlink.ca",
"CreatedDate": "2021-03-31T22:18:21.000Z",
"DepositedDate":"2021-03-31T22:38:21.000Z",
"PaymentRef": "98765444",
"CustomerRef": "ABCDE12345",
"Email": "example@gmail.com",
"Amount": 98.25,
"Language": "en",
"FirstName": "John",
"LastName": "Smith"
}