Canadian Payments
As part of a new regulatory requirement from the Canadian Financial Transaction and Reports Analysis Centre of Canada (FINTRAC), all payments traveling into or out of Canada will require additional information about the transaction.
The requirements below apply to all Partners using the Payments API to send payments that involve a Canadian entity and are dependent on the type of API integration (direct-customer relationship, processing third-party payments, or utilizing an originating financial institution).
All Customers
If any of the entities below are located in Canada (countryCode = CA)
, then full beneficiary address is required:
If Entity Below is in Canada
- Customer
- Beneficiary
- Beneficiary Bank
- Third-party Remitter
- Originating FI
Then the following fields are required
beneficiary.address.line1
beneficiary.address.city
beneficiary.address.countryCode
Additionally, the following fields are required for beneficiaries located in Canada, US, or Mexico:
beneficiary.address.stateOrProv
beneficiary.address.zipOrPostal
Third-party Customers
If any of the entities below are located in Canada (countryCode = CA)
, then full remitter details are required.
If Entity Below is in Canada
- Customer
- Third-party Remitter
Then the following fields are required
thirdPartyRemitter.address.line1
thirdPartyRemitter.address.city
thirdPartyRemitter.address.stateOrProv
thirdPartyRemitter.address.zipOrPostal
thirdPartyRemitter.address.countryCode
thirdPartyRemitter.bankAccount.accountNumber
thirdPartyRemitter.bankAccount.bankCode
ORthirdPartyRemitter.bankAccount.bankRoutingCode
Originating FI Customers
If any of the entities below are located in Canada (countryCode = CA)
, then full originator details are required.
If Entity Below is in Canada
- Third-party Remitter
- Originating FI
Then the following fields are required
originatingFI.address.line1
originatingFI.address.city
originatingFI.address.stateOrProv
originatingFI.address.zipOrPostal
originatingFI.address.countryCode
originatingFI.accountNumber
originatingFI.bankCode
ORoriginatingFI.bankRoutingCode
Note: the above requirements are in addition to the required fields indicated in the Payment Fields documentation.
Address Considerations
For any of the addresses required for Canadian payments, P.O. boxes cannot be used. Addresses must represent a physical address.
Updated over 2 years ago