Create CAD Collection Account

Request a CAD collection account and receive a unique Interac collection alias.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Creates a request for a CAD collection account. On approval, a unique Interac collection alias (e.g. [email protected]) is generated, registered on the Interac network, and enabled for Autodeposit. The alias is the collection identifier for this account.

Request

Endpoint

POST https://api.fincra.com/profile/virtual-accounts/requests

Headers

HeaderValue
api-keyYour secret API key
Content-Typeapplication/json
Acceptapplication/json

Body Parameters

FieldTypeRequiredDescription
currencystringYesMust be CAD
accountTypestringYescorporate or individual
purposestringYesPurpose of the account, e.g. third_party
merchantReferencestringNoYour unique reference for this request
KYCInformationobjectYesKYC/KYB details. The required fields depend on accountType (see below)
metadataobjectNoCustom key-value pairs attached to the account
entityNamestringConditionalLegal entity name (corporate)
paymentFlowDescriptionstringConditionalDescription of expected payment activity (corporate)
regulatoryEvidencestring (URL)ConditionalCorporate document
incorporationDocumentsstring (URL)ConditionalCorporate document
articleOfIncorporationstring (URL)ConditionalCorporate document
beneficialOwnershipCertificatestring (URL)ConditionalCorporate document
sourceOfFundsstring (URL)ConditionalCorporate document
utilityBillstring (URL)ConditionalCorporate document

KYCInformation by account type

accountTypeKey fields
corporatebusinessRegistrationName, businessRegistrationNumber, businessRegistrationCountry, tradingName, email, phone, website, address, directorsName, incorporationDate, taxIdentificationNumber, companyType, businessCategory, estimatedMonthlyTurnover, fundsTransferCorridors, countriesOfOperation, expectedCounterparties, ultimateBeneficialOwners[]
individualfirstName, lastName, email, phone, nationality, birthDate, taxCountry, taxNumber, sourceOfIncome, accountDesignation, employmentStatus, incomeBand, annualIncome, address, document

Response

A successful request returns the virtual account object. The account status starts as pending and moves to approved once compliance verification is complete. On approval:

  • accountInformation.otherInfo.interacEmail contains the Interac collection alias
  • accountInformation.otherInfo.addressableIn is INTERAC_ETRANSFER
  • accountNumber is empty; the alias is the collection identifier

Response
200
Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here!