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"
Body
Send ACH request
Send an ACH
Amount to transfer in ISO 4217 minor currency units
1 <= x <= 9999999999
607
ISO 4217 alphabetic currency code of the transfer amount
"USD"
The customer's unique identifier
"b01db9c7-78f2-4a99-8aca-1231d32f9b96"
The type of transaction (debit or credit). A debit is a transfer in and a credit is a transfer out of the originating account
credit
, debit
"debit"
The unique identifier for an originating account
"b01db9c7-78f2-4a99-8aca-1231d32f9b96"
The unique identifier for an receiving account
"b01db9c7-78f2-4a99-8aca-1231d32f9b96"
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.
10
"PAYROLL"
Overrides the 'Company Name' field in ACH batch header, which otherwise defaults to the configured partner name. The provided name will be prepended with the Bank's configured prefix and a *. It will then be truncated to 16 characters.
16
"Asdf Finance"
Effective date transaction proccesses (is_same_day needs to be false or not present at all)
"2022-03-18"
Additional transfer metadata structured as key-value pairs
ID of the international customer that receives the final remittance transfer (required for OFAC enabled payments)
Send as same day ACH transaction (use only is_same_day without specific effective_date)
Memo for the payment
Will be sent to the ACH network and maps to Addenda record 05 - the recipient bank will receive this info
"Tempore atque et cum."
Standard Entry Class Code:
- WEB: Internet initiated / Mobile Entry (default if empty)
- CCD: Corporate Credit or Debit
- PPD: Pre-arranged Payment or Deposit (only deposits currently supported)
CCD
, PPD
, WEB
Response
Sent ACH response
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"