Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Headers
An idempotency key is an arbitrary unique value generated by client to detect subsequent retries of the same request. It is recommended that a UUID or a similar random identifier be used as an idempotency key. A different key must be used for each request, unless it is a retry.
"7d943c51-e4ff-4e57-9558-08cab6b963c7"
Path Parameters
EFT Canada Transfer ID
Body
Properties of the EFT Canada transfer to update.
Response
The updated EFT Canada transfer.
EFT transfer specific to Canada
Transfer amount in cents
x >= 1
10000
The UUID of the Synctera customer resource that is the originator of the transfer.
"46fec39e-e776-4571-bf90-d0e1d15172fe"
Debit or credit sign
CREDIT
, DEBIT
"DEBIT"
The three digit transaction code that identifies the type of transaction. More information can be found here: https://www.payments.ca/sites/default/files/standard007eng.pdf.
304
The UUID of the Synctera account that is the destination of the transfer. For a transfer originated by the Synctera platform, this will be an external account resource, while for a transfer originated by the external account, this account will be an account resource.
"fccb4a46-1261-4e91-b622-73b5b946183d"
The account number of the destination account.
1344012344
The account owner name of the destination account.
The effective date of the transaction once it gets posted
"2022-03-18"
ID of the transfer
Send the same day (use only is_same_day without specific effective_date).
true
The UUID of the Synctera account that is the origination of the transfer. For a transfer originated by the Synctera platform, this will be an account resource, while for a transfer originated by the external account, this will be an external account resource.
"b01db9c7-78f2-4a99-8aca-1231d32f9b96"
The account number of the originating account.
1961234745
The account owner name of the origination account.
The reference id of the transfer.
123456789
The status of the transfer in the Synctera platform. This is automatically set upon the creation of a transfer. To cancel a transfer, the current status must be 'INITIATED' or 'PENDING' and the request status set to 'CANCELLED'. To trigger a return, the current status must be 'POSTED' and the returned status will be set to 'RETURNED' if successful.
CANCELLED
, EXPIRED
, INITIATED
, IN_SUSPENSE
, PENDING
, POSTED
"POSTED"
The subtype of the transfer
BULK_OUTGOING_CREDIT
, BULK_OUTGOING_CREDIT_RETURN
, BULK_OUTGOING_CREDIT_RETURN_REVERSAL
, BULK_OUTGOING_CREDIT_REVERSAL
, BULK_OUTGOING_DEBIT
, BULK_OUTGOING_DEBIT_RETURN
, BULK_OUTGOING_DEBIT_RETURN_REVERSAL
, BULK_OUTGOING_DEBIT_REVERSAL
, INCOMING_CREDIT
, INCOMING_CREDIT_RETURN
, INCOMING_CREDIT_RETURN_REVERSAL
, INCOMING_CREDIT_REVERSAL
, INCOMING_DEBIT
, INCOMING_DEBIT_RETURN
, INCOMING_DEBIT_RETURN_REVERSAL
, INCOMING_DEBIT_REVERSAL
, OUTGOING_CREDIT
, OUTGOING_CREDIT_RETURN
, OUTGOING_CREDIT_RETURN_REVERSAL
, OUTGOING_CREDIT_REVERSAL
, OUTGOING_DEBIT
, OUTGOING_DEBIT_RETURN
, OUTGOING_DEBIT_RETURN_REVERSAL
, OUTGOING_DEBIT_REVERSAL
"INCOMING_CREDIT"
The id of the tenant containing the resource. This is relevant for Fintechs that have multiple workspaces.
"abcdef_ghijkl"
Additional information to be added to the transfer
Whether the transfer failed or not.
false
The network status of the transfer.
PENDING
, POSTED
, RETURNED
, REVERSED
"PENDING"
The posting date of the transaction once it gets posted
"2022-03-18"
The related transaction id of the transfer.
"45b5246f-ad97-4629-9aac-465b74a05505"