iq11/tokenize

This endpoint allows you to submit payment method details (bank account, email address), and will return a token which can be used to perform transactions.

Form Data
string
required

Your account ID

string
required

API key for the account

string
required

Hashed signature for the request

string

Client Account ID

string

String that defines the account holder name. Used for all payment methods.

string

Customer's bank account number.

string

Three digit institution number for a Canadian bank account.

string

Five digit branch transit number for a Canadian bank account.

string

Nine digit ABA Routing number of a US bank account.

string

Flinks Account ID. Must be accompanied by a FlinksLoginID. VoPay will fetch the associated bank account details from Flinks.

string

Flinks Login ID. Must be accompanied by a FlinksAccountID. VoPay will fetch the associated bank account details from Flinks.

string

Plaid Processor Token. VoPay will fetch the associated bank account details from Plaid.

string

Mx Processor Token. VoPay will fetch the associated bank account details from Mx.

string

Three letter currency code.

string

First line of the address. Ex: 123 Main St.

string

City

string

State

string

Zip code

string

Province

string

Postal code

string

Two letter country code.

boolean

When set to true, the connected bank account will be verified. Default is false. Only applicable when Flinks or Plaid credentials are provided.

string

Email address

string

Phone number

string

Security question (used for Interac transactions)

string

Security answer (used for Interac transactions)

string

Language - en (English) or fr (French). Default value is en (English)

string

Message sent to recipient (used for Interac)

boolean

When set to true, the connected bank account will be linked to your VoPay account. Default is false.

string

An optional reference number to associate with the bank account.

string

The type of payment method you are tokenizing. Valid values are: 'bank', 'email'. Default is 'bank'.

Response

Language
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/x-yaml