Create Transaction Label

Create a new transaction label for the authenticated customer. Label names are case-insensitively unique per customer; an attempt to create a label with a name that already exists returns 409.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
string
required
length between 1 and 50

Display name for the new label. Must be non-empty and no more than 50 characters.

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

400

The request contains an invalid payload. The name must be non-empty and no more than 50 characters.

401

An unauthenticated request was received.

409

A label with the same name already exists for the authenticated customer.

5XX

An unexpected error occurred on the server side.

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