POST
/
api
/
end_users
/
{end_user_id_or_heron_id}
/
transactions

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Path Parameters

end_user_id_or_heron_id
string
required

Body

application/json
transactions
object[]
required
balances
object[] | null

Bank account balance information for a particular account_id. The balance here must be the latest balance after all the transactions in this batch have been applied.

Response

201 - application/json
request_id
string

Unique UUID per request

transactions_loaded
integer

The number of transactions loaded