Customer clicks the Smart Payment Link you provided to them
Customer arrives on the designated PaySimply biller account details page
Customer reviews or enters in any remaining information (this depends on how many fields are passed in with the Smart Payment Link)
Customer selects their payment option
Customer makes their payment
Customer receives their receipt
<PaySimply website URL>/<language>/pay/<partner identifier>
?email=<email>
&name=<name>
&clientref=<clientref>
&amount=<amount>
&invoiceno=<invoiceno>
&field1=<field1>&field2=<field2>&field3=<field3>&field4=<field4>&field5=<field5>
URL Parameter Key
Value - Max Length
Value - Description
<PaySimply website URL>
N/A
Required
Test - https://paysimply.paymentsource.co
Production - https://www.paysimply.ca
<partner identifier>
50 characters
Required
Your partner identifier.
Not sure what yours is? Find it on the Partner Portal or ask your Payment Source contact.
Go to the PaySimply Partner Portal
Once you sign in, find the Public Payment URL
Your partner identifier is the characters after "id=" OR after "pay/"
<language>
2 characters
Required
The payer's language - this will set the PaySimply website language.
en or fr
<email>
50 characters
Optional
Email address (this is where we will send the payment receipt)
<name>
50 characters
Required if using InvoiceNo
Customer full name
<clientref>
30 characters
Required if using InvoiceNo
Customer identifier (typically an account number)
<amount>
5 digits, 2 decimal
(99999.99)
Note - PaySimply has a $50,000 limit per transactionRequired if using InvoiceNo
Payment amount
<invoiceno>
Optional
Unique identifier for this payment.
If this field is used - there is special handling applied:
All form fields will be read-only
After a successful payment, all subsequent payments will be blocked
There is an Amount Check for pay in person and Interac e-Transfer payments - the amount the customer pays must match the amount passed with the Smart Payment Link
<field1>
Optional
Text field
<field2>
Optional
Text field
<field3>
Optional
Text field
<field4>
Optional
Text field
<field5>
Optional
Text field
Email field is now optional
Updated URL structure - previous URL structure will still work but it is recommended to use the new structure
The initial release of the Smart Payment Link feature