This API endpoint allows users to retrieve the payment reference numbers (PRNs) associated with an invoice. Only one PRN is allowed per payment type. You can use the invoice_id
or the payment_reference_number[number]
to retrieve the PRN.
Sample Request
Sample Result[JSON]
URL Format
Input Parameters
Filter Params
optional, string filter
An unique identifier for the invoice serves that links the invoice to the corresponding payment reference number (PRN). Note: To retrieve the PRN, the API requires either the invoice ID or the payment reference number to be provided by the user. If both values are missing, an error will be returned by the API. Supported operators : is, is_not, starts_with, in, not_in
Example → id[is] = "old_inv_001"
old_inv_001Returns
This attribute is returned only if more resources are present. To fetch the next set of resources use this value for the input parameter offset.