Invoice Payment Allocations
Fetch payment allocation tags
Returns the tags associated with the provided invoice payment allocation id. Tagging allocations is useful for categorizing payments that are split across multiple invoices.
GET
/
v1
/
businesses
/
{businessId}
/
invoices
/
payments
/
{paymentId}
/
allocations
/
{allocationId}
/
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 the payment allocation belongs to
The UUID of the invoice payment to fetch tags for
The UUID of the invoice payment allocation to fetch tags for