CA onboarding
Overview
This page contains information and links to guides about onboarding individual Canadian customers and the related Know Your Customer (KYC) flows:
Page name | Description |
---|---|
CA required parameters | Fields required API fields for onboarding an individual customer. |
CA required documents | This page contains tables listing the required documents for verification of an individual customer. |
CA request examples | This page contains API request examples for onboarding an individual customer in the CA regulatory region. |
Please note, in compliance with regulations from the Financial Transactions and Reports Analysis Centre of Canada (also known as FINTRAC), individuals with a billing address in Quebec cannot be onboarded onto the Nium platform.
eKYC – CA
Use the Unified Add Customer request to add a Candian customer. Be sure to useE_KYC
to verify the customer.
To add an individual Candian customer using eKYC process:
- Have the customer sign up for verification.
- Send a
GET
request to the Terms and Conditions API. - Nium returns the Terms and Conditions description.
- Display the Terms and Conditions to your customer to agree and accept. You collect all customer information for onboarding.
- Send a
POST
request to the Unified Add Customer API as per CA required parameters - Nium sends a CUSTOMER_COMPLIANCE_STATUS webhook with
complianceStatus
. - Send a response with the HTTPS status code
200
.
Updated 7 months ago