Returns the tags associated with the provided invoice payment allocation id. Tagging allocations is useful for categorizing payments that are split across multiple invoices.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Content-Type must be set to application/json
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
The response is of type object[]
.
Returns the tags associated with the provided invoice payment allocation id. Tagging allocations is useful for categorizing payments that are split across multiple invoices.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Content-Type must be set to application/json
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
The response is of type object[]
.