Create a new EFT transaction with optional recurring schedule. Supports both debit (collect from customer) and credit (send to customer) directions.
Create a new EFT transaction with optional recurring schedule. Supports both debit (collect from customer) and credit (send to customer) directions. The request body is a JSON array containing one transaction object. Batch transactions are not currently supported.Documentation Index
Fetch the complete documentation index at: https://docs.flinks.com/llms.txt
Use this file to discover all available pages before exploring further.
payor is required; payee must be nullstartDate must be a future datestartDate is requiredstartDate plus exactly one of endDate or transactionsCount
endDate must be after startDatetransactionsCount maximum is 300payee is required; payor must be nullOneTime frequency is supportedstartDate must be today’s date (same-day processing only)accountId or the combination of institutionCode + transitNumber + accountNumber. You cannot provide both.
contactId or name fields (firstName + lastName, or legalName). You cannot provide both.Your API key provided during onboarding.
1 elementThree-digit code identifying the payment type, as defined by Payments Canada Standard 007.
450
Payment amount. Minimum $0.01.
x >= 0.01250
DEBIT to collect from customer, CREDIT to send to customer.
DEBIT, CREDIT "DEBIT"
Currency code. Only CAD is supported.
CAD "CAD"
Short description. Max 15 characters.
15"Invoice 1001"
Your reference identifier. Alphanumeric and hyphens, max 36 characters.
36^[A-Za-z0-9-]+$"INV-1001"
Category for the payment purpose.
Required for DEBIT transactions. Must be null for CREDIT.
Required for CREDIT transactions. Must be null for DEBIT.
Transaction created successfully