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
Cashier Transfer ID
Body
Properties of the Cashier transfer to update.
Properties for updating a transfer
The UUID of the Synctera account resource that is the destination of the transfer for incoming transfers. This can only be updated if the transfer is suspended.
"fccb4a46-1261-4e91-b622-73b5b946183d"
Additional information to be added to the transfer
CANCELLED
Response
The updated Cashier transfer.
Cash transfer
Transfer amount in cents
x >= 1
10000
Debit or credit sign
CREDIT
, DEBIT
"DEBIT"
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 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
, PENDING
, POSTED
"POSTED"
The subtype of the transfer
CASH_ORDER
, CASH_ORDER_REVERSAL
, DEPOSIT
, DEPOSIT_REVERSAL
"CASH_ORDER"
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
The bank account of the client.
123456789
The name of the client.
"Fintech A"
The UUID of the Synctera customer resource that is the originator of the transfer.
"46fec39e-e776-4571-bf90-d0e1d15172fe"
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.
Whether the transfer failed or not.
false
The network status of the transfer in the Synctera platform.
PENDING
, POSTED
, RETURNED
, REVERSED
"POSTED"
The original reference id of the transfer if it's a return.
123456788
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 posting date of the transaction once it gets posted
"2022-03-18"
Whether the transfer is suspended or not.
false
The related transaction id of the transfer.
"45b5246f-ad97-4629-9aac-465b74a05505"