POST
/
v1
/
businesses
/
{businessId}
/
invoices
/
payments
/
tags

Authorizations

Authorization
string
headerrequired

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

Content-Type
string

Content-Type must be set to application/json

Path Parameters

businessId
string
required

The UUID of the business to tag payments for

Body

application/json
key_values
object[]

List of key-value pairs used to create new tags

transaction_ids
string[]

The transaction IDs to create each new tag for.

Response

200 - application/json
tags
object[]
required

A list of tags associated with a taggable object.