Create a new EFT transaction with optional recurring schedule. Supports both debit (collect from customer) and credit (send to customer) directions.
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 elementUnique code identifying the transaction type.
1
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