Skip to content

Supported payment rails

RailDescriptionSettlementLimit
CA_EFTElectronic Funds Transfer. Business days only. Cut-off ~4:30 PM EST.T+1CAD 1,000,000

For details on rail selection, see Payment rail reference.


Beneficiary identity

When creating a beneficiary identity for CAD payments, provide the following fields. See Create and manage identities for the API workflow.

The required fields depend on whether the beneficiary is a business or an individual.

Business beneficiary

Applies to B2B, B2B2B, and C2B2B use cases. Submit a business identity.

Field RequiredTypeConstraints
businessNameRequiredSTRING1–140 characters.
address.streetAddressRequiredARRAY of STRINGEach item 1–70 characters.
address.cityRequiredSTRING1–140 characters.
address.stateOrProvinceRequiredSTRING1–140 characters.
address.postalCodeRequiredSTRING3–15 characters.
address.countryRequiredSTRINGTwo-letter ISO 3166-1 alpha-2 country code.
registrationRequiredARRAY of OBJECTEach item: number (3–35 characters) and type (one of INCORPORATION_CERTIFICATE, TAX_ID). At least one registration entry is required.

Individual beneficiary

Applies to B2C, B2B2C, and C2B2C use cases. Submit an individual identity.

Field RequiredTypeConstraints
firstNameRequiredSTRING1–140 characters.
lastNameRequiredSTRING1–140 characters.
dateOfBirthRequiredDATEISO 8601 date (YYYY-MM-DD).
address.streetAddressRequiredARRAY of STRINGEach item 1–70 characters.
address.cityRequiredSTRING1–140 characters.
address.stateOrProvinceRequiredSTRING1–140 characters.
address.postalCodeRequiredSTRING3–15 characters.
address.countryRequiredSTRINGTwo-letter ISO 3166-1 alpha-2 country code.

Beneficiary financial instrument

When creating a financial instrument for CAD payouts, set financialInstrumentType: CA_EFT and currency: CAD. Provide the following fields in the caEft payment rail object. See Create and manage financial instruments for the API workflow.

Field RequiredTypeConstraints
bankNameRequiredSTRING2–140 characters.
institutionNumberRequiredSTRINGExactly 3 digits.
transitNumberRequiredSTRINGExactly 5 digits.
accountNumberRequiredSTRING7–12 digits.
accountTypeRequiredENUMOne of: CHECKING, SAVINGS.

Originator identity

When creating an originator identity for CAD payments, provide the following fields. The required fields depend on whether the originator is a business or an individual.

Business originator

Applies to B2B, B2B2B, B2B2C, and B2C use cases. Submit a business identity.

Field RequiredTypeConstraints
businessNameRequiredSTRING1–140 characters.
address.streetAddressRequiredARRAY of STRINGEach item 1–70 characters.
address.cityRequiredSTRING1–140 characters.
address.stateOrProvinceRequiredSTRING1–140 characters.
address.postalCodeRequiredSTRING3–15 characters.
address.countryRequiredSTRINGTwo-letter ISO 3166-1 alpha-2 country code.
registrationRequiredARRAY of OBJECTEach item: number (3–35 characters) and type (one of INCORPORATION_CERTIFICATE, TAX_ID). At least one registration entry is required.

Individual originator

Applies to C2B2B and C2B2C use cases. Submit an individual identity.

Field RequiredTypeConstraints
firstNameRequiredSTRING1–140 characters.
lastNameRequiredSTRING1–140 characters.
address.streetAddressRequiredARRAY of STRINGEach item 1–70 characters.
address.cityRequiredSTRING1–140 characters.
address.stateOrProvinceRequiredSTRING1–140 characters.
address.postalCodeRequiredSTRING3–15 characters.
address.countryRequiredSTRINGTwo-letter ISO 3166-1 alpha-2 country code.

Transaction fields

When creating a payment, provide the following fields. See Create a payment for the API workflow.

Field RequiredTypeConstraints
purposeCodeRequiredENUMSee Purpose of payment codes below.
paymentMemoOptionalSTRING0–500 characters. Pattern: ^[\w #@!,.&()\/\\-]{0,500}$

Purpose of payment codes

CodeDescription
ACCTAccount management
EDUCEducation
FAMIFamily support related payments
FEESPayment of fees
GDDSPurchase or sale of goods
INSUInsurance premium
IVPTInvoice payment
ROYARoyalties
SALASalary payment
SAVGSavings
SCVEPurchase or sale of services
UBILUtility bill payments

Verifying requirements for your scenario

For the exact fields required for your specific use case and payment rail, use the Payload Schema Utility.