GET
/
v1
/
businesses
/
{businessId}
/
invoices
/
payments
/
{paymentId}
/
tags

Authorizations

Authorization
string
header
required

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 that the invoice payment to fetch tags for belongs to

paymentId
string
required

The UUID of the invoice payment to fetch tags for

Response

200 - application/json
created_at
string

When the tag was created

deleted_at
string | null

When the tag was deleted

id
string

ID for the tag

key
string

Key for the tag

updated_at
string

When the tag was last updated

value
string

Value for the tag