Canada (CA_EFT_DEBIT)
Before you begin
Settlement times
As indicated above, EFT Pre-Authorized Debit (PAD) in Canada takes 4-5 business days to settle, depending on submission before/after the cut-off time. Therefore, we recommend leaving some buffer time ahead of the cut-off to avoid delays.
Customers who wish to accelerate the settlement time may apply for our Faster Direct Debit offering, which offers a shortened settlement time of 1-2 business days, and will settle before 11:30 AM CET. To enable this capability, please contact your Account Manager and confirm our terms, conditions, and fees.
Mandate requirements
To add funds via EFT direct debit, your customers must first link their Canada external bank accounts, as outlined in Linked Accounts.
Before any EFT direct debit is processed, the owner of the external bank account must authorize Airwallex to directly debit the account on your behalf, in compliance with the Payments Canada Rules. A copy of the authorization will be sent by Airwallex via email to the bank account owner, and is stored and made available to be shared with the customer at all times.
The following is a guide to building your native product experience for your customers to link their external bank account and sign the mandate/agreement.
1. Linking an external bank account
The title should clearly inform your customers that they are linking an external bank account to set up direct debit.
You must ask the external bank account owner (or display their previously entered):
- Bank account name
- Bank account number
- Institution number
- Transit number
- Bank account owner email address
3. Confirmation of direct debit set up
It is recommended that you provide a confirmation page to your customers at the end of the process to inform them that direct debit has been successfully set up for the Linked Bank Account.
API instructions
1. Create Linked Account with direct debit mandate
Referring to Linked Account requirements for direct debit, both BUSINESS
and INDIVIDUAL
Linked Account types are supported for EFT PAD in Canada.
Micro-deposit and Open Banking are both available for this scheme. Please follow the instructions in Create a Linked Account and submit the required mandate information under the mandate object.
Example request for Linked Account created using micro-deposit verification
If you are registered as a platform account, you can call this endpoint on behalf of your customers by specifying the open ID in the x-on-behalf-of
header.
Example response
Example request for Linked Account created using Open Banking verification
If you are registered as a platform account, you can call this endpoint on behalf of your customers by specifying the open ID in the x-on-behalf-of
header.
Example response
If you already have a Linked Account created, you may call Update a Direct Debit Mandate API to create the mandate.
Example request
If you are registered as a platform account, you can call this endpoint on behalf of your customers by specifying the open ID in the x-on-behalf-of
header.
Example response
2. Create direct debit deposit
Before creating a direct debit deposit, please ensure that you have a sufficient funding limit by checking your available funding limit.
If the Linked Account was created using Open Banking verification, you may use Check available balance API to ensure that the Linked Account has sufficient balance before initiating a direct debit deposit.
Next, follow the instructions outlined in Create a direct debit deposit. Please note that EFT PAD in Canada does not support direct debit deposit reference.
Example request
If you are registered as a platform account, you can call this endpoint on behalf of your customers by specifying the open ID in the x-on-behalf-of
header.
Example response
Clearing system error codes
To help you handle exceptions systematically, this page provides a comprehensive list of all possible clearing system errors and detailed descriptions when the Linked Accounts or a direct debit deposit from Linked Accounts are in failure statuses.
We recommend using the Airwallex error code or the iso_code
for systematic exception handling. The code from provider_failure_details
can be used for troubleshooting against the clearing system rules, but it is not advised for systematic handling because the clearing system may update it from time to time.
Linked Account error codes
code | iso code | provider failure details code | description |
---|---|---|---|
incorrect_bank_account_information | NARR | NARR | The bank account information specified in the request is incorrect. Please confirm the account information with the payer before contacting your account manager for further information. |
currency_account_mismatch | NARR | NARR | The bank account is unable to receive in this currency. Contact the payer or payer’s bank for further information. |
Direct debit deposit error codes
code | iso code | provider failure details code | description |
---|---|---|---|
incorrect_bank_account_information | NARR | 900 | The bank account information specified in the request is incorrect. Please confirm the account information with the payer before contacting your account manager for further information. |
insufficient_funds | AM04 | 901 | The available balance in the Linked Account is insufficient. Please ensure funds are added to the Linked Account and retry. |
invalid_debtor_account_number | AC02 | 902 | The payer’s bank account number is invalid. Please confirm the account number with the payer. |
order_cancelled | DS02 | 903 | The payer has placed a stop payment order on this debit. Contact the payer for further information. |
closed_debtor_account_number | AC05 | 905 | The payer’s bank account is closed. Contact the payer to reopen the account, or create a new mandate to charge a different bank account. |
no_debit_allowed | NARR | 907 | The payer’s bank account is not allowed to receive direct debits. Contact the payer’s bank for further information. |
unsuccessful_direct_debit | AG07 | 908 | The payer's bank account has pending funds that have not cleared yet. Contact the payer’s bank for further information. |
currency_account_mismatch | NARR | 909 | The currency of the direct debit does not match the currency of the payer’s bank account. Contact the payer ot payer’s bank for further information. |
end_customer_deceased | MD07 | 910 | You cannot create a direct debit against the payer’s bank account because the payer is deceased. Contact the payer’s bank for further instructions. |
blocked_account | AC06 | 911 | The bank account has been blocked for EFT direct debits. Contact the payer to remove the block, or create a new mandate to charge a different bank account. |
incorrect_account_number | AC01 | 912 | The payer’s bank account number is invalid. Please confirm the account number with the payer. |
missing_name | BE21 | 914 | The payer's name on the transaction does not match the account holder’s name. |
no_mandate | MD01 | 915 | The direct debit mandate is not present. Please confirm that the payer or payer's bank has not cancelled the mandate before contacting your account manager for further information. |
not_in_accordance_with_mandate | NARR | 916 , 919 | The payer has requested to return/reject the direct debit as it was not issued in accordance with the mandate. Contact the payer for further information. |
mandate_revoked | NARR | 917 , 920 | The payer who authorised the debit has revoked the authorisation. You should not create further direct debits under this mandate until the issue has been resolved. |
missing_pre_notification | NARR | 918 , 921 | The payer has requested to return/reject the direct debit as they have not received the pre notification. You should not create further direct debits under this mandate until the issue has been resolved. |
institution_in_default | NARR | 990 | The payer’s bank is facing insolvency or bankruptcy. Contact the payer’s bank for further information. |