Skip to main content

Supported payout methods

Please refer to the sections below for the key required fields and other considerations for each supported method.

Interac e-Transfer

Email or SMS-based money transfer

Supported currencies

CAD

Timing

Transaction limits

Fields

Payout Method Type

payout_method_type
string
required
Value: CanadaInterac

Recipient Email

routing_value1
string
required
Email address that will receive fundsValidation:
  • email_or_phone
Example: john@example.com

EFT

Canadian EFT system for domestic transfers

Supported currencies

CAD

Timing

Transaction limits

Fields

Payout Method Type

payout_method_type
string
required
Value: CanadaEft

Institution Number

routing_value1
string
required
3-digit bank identification numberValidation:
  • Exactly 3 characters.
  • Must match this regular expression: ^[0-9]{3}$
Example: 003

Routing Type

routing_type1
string
required
Value: institution_number

Transit Number

routing_value2
string
required
5-digit branch identification numberValidation:
  • Exactly 5 characters.
  • Must match this regular expression: ^[0-9]{5}$
Example: 00001

Routing Type 2

routing_type2
string
required
Value: transit_number

Account Number

account_number
string
required
Validation:
  • Between 7 and 12 characters (inclusive).
  • Must match this regular expression: ^[0-9]{7,12}$
Example: 1234567

Bill Payment

Canadian Bill Payment system

Supported currencies

CAD

Timing

Transaction limits

Fields

Payout Method Type

payout_method_type
string
required
Value: CanadaBillPayment

Routing Type

routing_type1
string
required
Value: biller_id

Biller ID

routing_value1
string
required
6-digit number to identify the billerValidation:
  • Exactly 6 characters.
  • Must match this regular expression: ^[0-9]{6}$
Example: 990001

Account Number

account_number
string
required
Validation:
  • At most 50 characters.
Example: Enter account number

International Wire Transfer

International wire transfer via SWIFT network

Supported currencies

AUD, CAD, CHF, CNY, CZK, DKK, EUR, GBP, HKD, HUF, ILS, JPY, NOK, NZD, PLN, RON, SEK, SGD, THB, TRY, USD, ZAR

Timing

Transaction limits

Fields

Payout Method Type

payout_method_type
string
required
Value: SwiftInternational

Currency

currency
string
required
Value: One of AUD, CAD, CHF, CNY, CZK, DKK, EUR, GBP, HKD, HUF, ILS, JPY, NOK, NZD, PLN, RON, SEK, SGD, THB, TRY, USD, ZAR

Recipient Bank SWIFT/BIC Code

swift_code
string
required
8 or 11 character SWIFT code of recipient bankValidation:
  • Between 8 and 11 characters (inclusive).
  • Must match this regular expression: ^[A-Z]{6}[A-Z0-9]{2}([A-Z0-9]{3})?$
  • bic
Example: CIBCCATT

Routing Type

routing_type1
string
required
Value: bic

Intermediary Bank SWIFT/BIC

routing_value1
string
Optional, only needed if routing through correspondent bankValidation:
  • Between 8 and 11 characters (inclusive).
  • Must match this regular expression: ^[A-Z]{6}[A-Z0-9]{2}([A-Z0-9]{3})?$
  • bic
Example: CHASUS33

Account Number

account_number
string
required
Validation:
  • Between 7 and 35 characters (inclusive).
  • Must match this regular expression: ^[a-zA-Z0-9]{7,35}$
Example: 7751788

Notes

  • All payments sent via SWIFT will be instructed such that the full value of the payment should credit the beneficiary. However, Acclaim is not in control of intermediary bank adherence to SWIFT messages and cannot guarantee that the beneficiary bank will not charge their account holder for receipt of payment.
Last modified on June 23, 2026