Ingest Accounts

This endpoint is for pushing customer(s) account(s) and balance(s) through the Bud architecture. It can ingest data for multiple customers per request. By default, this is synchronous and will report any issue with the data in the response. If a 'X-Disable-Synchronous' header is present and set to true, the process will create a task in the background and be entirely 'non-blocking'. In this scenario, the response metadata will contain a Task ID and the next URL which would then be used for finding out the operation's result.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params

Ingest accounts expected request body.

Bud Accounts Request
Headers
string
required

The API Client Identifier (Service Application Identifier).

string
enum
required
Allowed:
boolean
Defaults to false

If present and set to true, a task is created and a response is returned immediately

Note: This flag cannot be set to true if a customer_idempotent_identifier is supplied instead of a customer_id.

Responses

204

The data has been ingested successfully. Response has no body

401

Unauthorized (BearerToken in 'Authorization' header fails the authentication)

5XX

An unexpected error occurred on the server side

Callbacks
Language
Credentials
OAuth2
LoadingLoading…
Response
Choose an example:
application/json