List credit notes
GET
/v1/credit_notes/
List credit notes with optional filters.
Parameters
Section titled “ Parameters ”Query Parameters
Section titled “Query Parameters ”Responses
Section titled “ Responses ”Successful Response
Response List Credit Notes V1 Credit Notes Get
Array<object>
CreditNoteResponseobject
id
required
Id
string format: uuid
number
required
Number
string
invoice_id
required
Invoice Id
string format: uuid
customer_id
required
Customer Id
string format: uuid
credit_note_type
required
Credit Note Type
string
status
required
Status
string
reason
required
Reason
string
credit_amount_cents
required
Credit Amount Cents
string
refund_amount_cents
required
Refund Amount Cents
string
balance_amount_cents
required
Balance Amount Cents
string
total_amount_cents
required
Total Amount Cents
string
taxes_amount_cents
required
Taxes Amount Cents
string
currency
required
Currency
string
created_at
required
Created At
string format: date-time
updated_at
required
Updated At
string format: date-time
Unauthorized
Validation Error
HTTPValidationError
object
detail
Detail
Array<object>
ValidationErrorobject
loc
required
Location
Array
msg
required
Message
string
type
required
Error Type
string
input
Input
ctx
Context