Transactions
Create end user transactions (async)
Upload transactions for a specific end user. Does not include enriching transactions — set end user status = ‘ready’ to initiate processing. For synchronous enrichment, please instead use “Enrich transactions (sync). Either timestamp (preferred) or date must be present in the transaction payload.”
POST
Authorizations
Basic authentication header of the form Basic <encoded-value>
, where <encoded-value>
is the base64-encoded string username:password
.
Path Parameters
Body
application/json
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.
Was this page helpful?