Canada ๐จ๐ฆ
Payouts to Canada via Leatherback utilize the Interac rail. Instead of collecting traditional bank account and transit numbers, you initiate these transfers using the beneficiary's email address and a security challenge.

Metadata requirements
Metadata requirements| Field | Description |
|---|---|
currencyCode | Must be set to CAD. |
paymentMethodType | The specific rail to be used. |
paymentMethodValue | The type of Interac transfer. |
beneficiaryAccountNumber | The beneficiary's email address linked to Interac. |
amount | The transaction value. Minimum: 5. Maximum: 5000. |
secretQuestion | A security question the recipient must answer. |
secretAnswer | The exact answer to the security question. |
beneficiaryCountryIso | The ISO 2-letter country code of the recipient. |
{
"currencyCode": "CAD",
"beneficiaryFirstName": "Ray",
"beneficiaryLastName": "Medicals",
"beneficiaryAccountName": "Ray J Medicals",
"beneficiaryAccountNumber": "[email protected]",
"amount": 5,
"narration": "deposit Single Payout CAD payout",
"paymentMethodType": "Interac",
"paymentMethodValue": "ALIAS_REGULAR",
"tenantReference": "c817-49",
"beneficiaryAddress": "8916 Str Ave, Woodhaven, United Kingdom",
"beneficiaryCountryIso": "GB",
"secretQuestion": "What is your name",
"secretAnswer": "Bob"
}
For every payout request, ensure the
amounthas a value not less than 5 CAD and not greater than 5000 CAD