List partner invoices

Retrieve a list of partner invoices that occurred between two merchants.

Query Params
string
required

Auto-generated identifier of the merchant who issued the partner invoice.

string
required

Auto-generated identifier of the merchant who received the partner invoice.

string

Filter by the status of the partner invoice. Supported values are: paid - Payment transaction for invoice completed successfully. past_due - Payment transaction for invoice failed or was unsuccessful.

date

Start date for range of partner invoices to view. Filter by date defined in the invoice date. Supported format is YYYY-MM-DD.

date

End date for range of partner invoices to view. Filter by date defined in the invoice date. Supported format is YYYY-MM-DD.

string

Filter by two letter ISO 3166-1 alpha-2 country code of the issuing merchant.

string

Auto-generated identifier of the partner subscription associated to the invoice.

string

To paginate a large result set, use the 'limit' argument to limit the number of results returned per page up to a maximum of 100 records. For example, limit = 10 shows results 1-10. The default returned result would be 100.

string

An cursor for use in pagination. Specify the number of objects to skip to fetch the next page of objects. For example, limit=10 and cursor=10 will show results for record 11 - 20.

Responses

Language
Choose an example:
application/json