Invoice Payments
Fetch payment tags
Returns the tags associated with the provided invoice payment id. Tags are custom labels that can be applied to payments to help categorize or filter reporting.
GET
/
v1
/
businesses
/
{businessId}
/
invoices
/
payments
/
{paymentId}
/
tags
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Headers
Content-Type must be set to application/json
Path Parameters
The UUID of the business that the invoice payment to fetch tags for belongs to
The UUID of the invoice payment to fetch tags for