POST https://{IncomingUrlProvidedByPartner}
If you would like the PartnerPaySeq in the Request URL, we can enable that for you.In addition to vetting and checks that should be done before making a payment request, The Incoming Payment notification is the final point where any checks by the Partner should happen, for example, Limit Checking. See examples here.
If Partner denies the payment, an Interac email notification to be sent to the customer's bank email address notifying them of the canceled payment. The Partner is responsible for any further communication about the denial reason.
NOTE: This request must be responded to within 28 seconds or it will timeout and mark the payment request as DECLINED.
Unique identifier for this payment.
Payment type for this payment.
Value: InteracRFM
Datetime of when this payment was created (in UTC).
Unique identifier for this payment.
Unique identifier for this customer.
Email address to send the payment link to (if you use the email method)
Phone number to send the payment link to. (Required if no Email)
First name of customer.
Last name of customer.
Total amount for the payment to charge the customer.
Customer's preferred language.
Values: en or fr | Default: en
Full name of the bank account holder sending the funds.
Email address of the bank account holder sending the funds.
Name of the Financial Institution sending the funds.
{
"PartnerPaySeq": 4420031720534876,
"PaymentType": "InteracRFM",
"CreatedDate": "2021-03-31T22:18:21.000Z",
"PaymentRef": "98765444",
"CustomerRef": "ABCDE12345",
"Email": "example@gmail.com",
"FirstName": "John",
"LastName": "Doe",
"Amount": 98.25,
"Language": "en",
"PayerName": "Sam Hill",
"PayerEmail": "SamHill@someplace.com",
"PayerFiName": "Bank Name"
}
Return result code 200 with Result set to SUCCESS.
This must be done in 28 seconds or less.
Indicates if the payment should be accepted or denied.
Only results of SUCCESS are accepted.
Values: SUCCESS, DECLINED, COMPLIANCE_REJECT or LIMIT_EXCEEDED
Free form field for adding extra into.
{
"Result": "SUCCESS",
"Message": ""
}