GET
/
credit_notes

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

page
integer

Page number.

per_page
integer

Number of records per page.

external_customer_id
string

Unique identifier assigned to the customer in your application.

issuing_date_from
string

Filter credit notes starting from a specific date.

issuing_date_to
string

Filter credit notes up to a specific date.

search_term
string

Search credit notes by id, number, customer name, customer external_id or customer email.

currency
string

Filter credit notes by currency. Possible values ISO 4217 currency codes.

reason
enum<string>

Filter credit notes by reasons. Possible values are product_unsatisfactory, order_change, order_cancellation, fraudulent_charge, duplicated_charge or other.

Available options:
product_unsatisfactory,
order_change,
order_cancellation,
fraudulent_charge,
duplicated_charge,
other
credit_status
enum<string>

Filter credit notes by credit status. Possible values are available, consumed or voided.

Available options:
available,
consumed,
voided
refund_status
enum<string>

Filter credit notes by refund status. Possible values are pending, succeeded or failed.

Available options:
pending,
succeeded,
failed
invoice_number
string

Filter credit notes by their related invoice number.

amount_from
integer

Filter credit notes of at least a specific amount. This parameter must be defined in cents to ensure consistent handling for all currency types.

amount_to
integer

Filter credit notes up to a specific amount. This parameter must be defined in cents to ensure consistent handling for all currency types.

Response

200 - application/json
credit_notes
object[]
required