Similar Transactions

This endpoint is used to find similar transactions to the source transaction. Similar transactions are determined based on transactions with similar descriptions & amounts to the source transaction.

There will not be any duplicate transactions in the response.

Use the exclude_source query parameter to toggle whether the endpoint returns the source transaction in the response. By default it will.

For example if there are no similar transactions to transaction A:

exclude_source = true

The response will contain 0 transactions

exclude_source = false or not present (default)

The response will contain 1 transaction, that being the source transaction A

Path Params
uuid
required

A transaction identifier

Query Params
boolean

Toggle whether the endpoint returns the transaction used as part of the request

Headers
string
required

The API Client Identifier (Service Application Identifier).

uuid
required

A unique identifier for a Customer, as registered on Bud's platform.

string

Use the internal client identifier, provided in the client_metadata object when creating the customer in Create Customer V3, in place of an X-Customer-Id header.

Responses

5XX

An unexpected error occurred on the server side.

Language
Credentials
OAuth2
Response
Choose an example:
application/json