How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Bud Financial Ingest First Party Data API

Initiate the asynchronous process of pushing a customer's account information (i.e. first party data) onto the Bud platform. These asynchronous requests create a task to store the given accounts or transactions against the specified customers. The Task ID returned by this request can be used to verify the current status of the process.

Bud Financial Ingest First Party Data API is one of 32 APIs that Bud Financial publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

This API exposes 2 JSON Schema definitions.

Tagged areas include Ingest First Party Data. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, a JSON-LD context, and 2 JSON Schemas.

This API exposes 7 operations across 7 paths, and defines 59 schemas. It is described by OpenAPI 3.2.0, at version 2.10.10.

Requests are made against a single base URL, https://api-sandbox.thisisbud.com.

7 operations 7 paths 59 schemas 1 GET6 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.0
API Version
2.10.10
Base URL
https://api-sandbox.thisisbud.com
Authentication
HTTP Basic, OAuth 2.0
Resource Areas
1

Authentication & Security 2

Bud Financial Ingest First Party Data API declares 2 security schemes for authenticating requests. It accepts HTTP basic authentication (Basic). It supports OAuth 2.0 (OAuth2) using the clientCredentials flow.

  • OAuth2 — Authentication flow: 1. Perform OAuth2 Client Credentials authentication using API Credentials (clientid,clientsecret) to obtain an accesstoken against /v1/oau…

Paths & Operations 7

Across 7 paths, the API surfaces 7 operations — 1 GET, 6 POST. Each is listed below with its method, path, parameters, and response codes.

Ingest First Party Data 7

Initiate the asynchronous process of pushing a customer's account information (i.e. first party data) onto the Bud platform. These asynchronous requests create a task to store the…

POST
/v2/ingest/accounts
Ingest Accounts
v2_ingest_accounts_post 3 params body → 2022044004015XX
POST
/ingestion/v3/accounts/close
Close Accounts
v3_ingest_accounts_close_post 1 param body → 2044004015XX
POST
/ingestion/v3/accounts/reopen
Reopen Accounts
v3_ingest_accounts_reopen_post 1 param body → 2044004015XX
POST
/v2/ingest/transactions
Ingest Transactions
v2_ingest_transactions_post 6 params body → 2002024004015035045XX
POST
/ingestion/v3/transactions/book
Book Transactions
v3_ingest_transactions_book_post 1 param body → 2024004015XX
POST
/ingestion/v3/transactions/decline
Decline Transactions
v3_ingest_transactions_decline_post 1 param body → 2024004015XX
GET
/ingestion/v3/tasks/{task_id}
Retrieve Ingestion Task Status
v3_ingest_status_get 2 params → 2004014044055XX

Schemas 59

The contract defines 59 schemas that model the data the API accepts and returns. The most detailed are CustomerTransactionV3 (17 properties), schemas-TransactionForSyncIngest (14 properties), IngestCustomerAccount (11 properties), IngestStatusTaskMetadata (8 properties). Each schema is shown below with its type and property counts.

Token
object
The token item.
2 properties 2 required
InpAmount
Amount structure
BodyDecodeError
object
4 properties 4 required
ValidationInvalid
array
list of invalid fields for a transaction
Merchant
object
Merchant enrichment associated with a Transaction, as generated using a combination of Bud's artificial intelligence models and database of known merchants.
7 properties
IngestV2SyncMetadata
object
Metadata on the created task, including the taskid
3 properties 1 required
IngestAccountDetails
object
Schema to define any further details about a given account
4 properties 2 required
IngestCreditLine
object
A set of elements used to provide details on the credit line
3 properties 2 required
OverallIngestResponseStatus
string
Ingest response status.
IngestFirstPartyDataWithCustomerID
object
2 properties 1 required
CustomerID
string
A unique identifier for a Customer, as registered on Bud's platform.
IngestTransactionsV3Request
array
Ingest transaction expected request body.
IngestAccountsRequest
array
Ingest accounts expected request body.
IngestV2SyncResponse
object
FPIIngestSucceededWebhookBody
object
The payload sent to the client defined webhook (via the console) when an First Party Ingestion task succeeds.
1 property 1 required
schemas-TransactionForSyncIngest
object
A financial transaction
14 properties 8 required
Location
object
Location enrichment associated with a Transaction
3 properties
TransactionWindow
object
The transaction window is used to describe the entire period for which you have provided full coverage for the transactions within the request. It is used by B…
3 properties 3 required
IngestV2SyncResponseData
object
1 property 1 required
BudMonetaryValue
string
The value of the monetary amount. The value is formatted with the number of decimal places for the respective currency. Example: 10.98
IngestStatusV3Response
object
Report on the status of an ingestion task
3 properties 3 required
TransactionSettlementV3WebookBody
object
The payload send to the client defined webhook (via the console) when a Book or Decline settlement task is Completed.
1 property 1 required
IngestCustomerAccount
object
An account item.
11 properties 6 required
BudClientAttributes
object
An optional map of key-value string pairs that allows clients to attach arbitrary metadata to the transaction. This field can be used to store any relevant inf…
1 property
TransactionSettlementV3Response
object
2 properties 2 required
IngestV2AsyncResponse
object
SynchronousEnrichmentsList
array
The list of enrichments product to execute during the synchronous execution of the request. Based on this list, the transactions sent will be processed through…
TaskNotFoundError
object
3 properties 3 required
Processor
object
Processor enrichment associated with a Transaction, as generated using a combination of Bud's artificial intelligence models and database of known payment proc…
6 properties
FirstPartyIngestionGenericError
object
4 properties 4 required
BudCurrency
string
The three-letter [ISO currency code](https://www.iso.org/iso-4217-currency-codes.html) of the monetary amount. Example: GBP
IngestResponseV3SubTaskWithCustomerID
object
1 property 1 required
BudTransactionType
object
The code and a description of the transaction type. Providing these fields may help improve enrichment accuracy.
2 properties
IngestResponseV3SubTaskWithCustomerIdempotentIdentifier
object
1 property 1 required
IngestV2Response
object
1 property 1 required
BudAmount
object
The monetary amount.
2 properties 2 required
TransactionWindowArray
array
If not provided, the transaction window is inferred from the date of the first and last transactions. Only a single window per customer account is supported.
AccountsDataValidationError
object
4 properties 4 required
SyncEnrichments
object
Contextual enrichments associated with a Transaction
6 properties
Categories
object
Categories enrichment associated with a Transaction, as generated by Bud's artificial intelligence models. Currently two levels of category are supported, with…
2 properties
Category
object
Category associated with a Transaction
2 properties 2 required
ValidationMissing
array
list of required missing fields for a transaction
CustomerTransactionV3
object
A schema for Bud V3 transaction format
17 properties 5 required
IngestStatusTaskMetadata
object
Expected response structure.
8 properties 2 required
IngestFirstPartyDataWithCustomerIdempotentIdentifier
object
1 property 1 required
IngestV2Metadata
object
Metadata on the created task, including the taskid
3 properties 1 required
ValidationError
object
4 properties 4 required
IngestResponseV3SubTask
object
A single customer ingest task status
3 properties 1 required
FPIIngestFailedWebhookBody
object
The payload sent to the client defined webhook (via the console) when an First Party Ingestion task fails.
1 property 1 required
BadRequestErrorWihoutErrRequired
object
4 properties 3 required
IngestCustomerWithAccounts
object
A customer with a accounts data.
1 property 1 required
IngestAccountBalance
object
Information surrounding a Customer's Account Balance
7 properties 4 required
CustomerSecret
string
The Bud Customer secret used to encrypt customer data. This is required only if the customer secret is not already stored with Bud.
OperationId
string
A unique identifier/reference associated with a given endpoint/operation
IngestTaskResult
string
Indicates the outcome of the ingest task. Either success or various error codes: | code | description | | ---- | ----------- | | success | Ingestion completed…
TransactionSettlementV3Request
array
ReopenAccountsRequest
array
IngestAccountIdentifiers
object
Schema to define identifiers for a given account
2 properties 2 required
CloseAccountsRequest
array

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

bud-co-ingest-first-party-data-api-openapi.yml Raw ↑

Other APIs Bud Financial publishes across the network.

Bud Financial Aggregation Buckets API
Bud Financial Correct Financial Data API
Bud Financial Create a Connection API
Bud Financial Custom Insights API
Bud Financial Customer Application Links API
Bud Financial Customer Applications API
Bud Financial Debt Collection Finder API
Bud Financial Enrichment Resources API
Bud Financial Enrichment Totals API
Bud Financial Frontend Widgets API
Bud Financial Income Finder API
Bud Financial Initiate Payment - Bud license API
Where this information came from

This is an independent, third-party profile of Bud Financial Ingest First Party Data API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.