Assign Transaction Label

Attach a customer-defined label to a transaction. The label must already exist for the customer (create one with Create Transaction Label).

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

A transaction identifier

Body Params
uuid
required

Identifier of the label to attach. The label must already exist for the authenticated customer.

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.

string

The Bud Customer secret used to encrypt customer data. This is required only if the customer secret is not already stored with Bud.

Responses
204

The label was attached to the transaction.

400

The request contains an invalid payload.

401

An unauthenticated request was received.

5XX

An unexpected error occurred on the server side.

Language
Credentials
OAuth2
LoadingLoading…