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
Transaction ID in the ledger
"b01db9c7-78f2-4a99-8aca-1231d32f9b96"
Body
Update sent ach transaction
Response
Sent ACH transaction representation.
Represents a sent ACH transaction.
Receiving account number
"122455799"
Transaction amount in cents
1560
1
Effective date of the transaction
"2022-03-25"
Transaction ID in the ledger
"b01db9c7-78f2-4a99-8aca-1231d32f9b96"
"b01db9c7-78f2-4a99-8aca-1231d32f9b96"
Was initiated as same-day ACH transaction
2
Originating account number
"123638791329"
CANCELED
, COMPLETE
, DECLINED
, INIT
, PENDING
Trace number of the transaction
"123456780000069"
Receiving account uuid. This links to the external account resource (represented by 'receiving_account_id' in the request to send outgoing ACH).
"b01db9c7-78f2-4a99-8aca-1231d32f9b96"
Receiving account name
"Bruce Wayne"
Company Entry Description field in ACH batch header. Originator inserts this field's value to provide the Receiver with a description of the entry's purpose.
"PAYROLL"
Company Name field in ACH batch header.
"Asdf Finance"
ID of the linked incoming ACH entry. This is filled only for outgoing ACH entries that are returns and links to the originally received incoming entry.
"b01db9c7-78f2-4a99-8aca-1231d32f9b96"
Transaction reference info
Filled if the entry is a return.
Originating account uuid. This links to the customer account on Synctera platform (represented by 'originating_account_id' in the request to send outgoing ACH).
"b01db9c7-78f2-4a99-8aca-1231d32f9b96"
Originating account name
"Thomas Anderson"