Skip to main content
GET
Get credit note

Authorizations

Authorization
string
header
required

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

Path Parameters

credit_note_id
string<MeteroidId>
required

Credit Note ID

Example:

"crn_7n42DGM5Tflk9n8mt7Fhc7"

Response

Credit note details

created_at
string<date-time>
required
credit_note_number
string
required
credit_type
enum<string>
required
Available options:
CREDIT_TO_BALANCE,
REFUND,
DEBT_CANCELLATION
credited_amount_cents
integer<int64>
required
currency
enum<string>
required
Available options:
AED,
AFN,
ALL,
AMD,
ANG,
AOA,
ARS,
AUD,
AWG,
AZN,
BAM,
BBD,
BDT,
BGN,
BHD,
BIF,
BMD,
BND,
BOB,
BRL,
BSD,
BTN,
BWP,
BYN,
BZD,
CAD,
CDF,
CHF,
CLP,
CNH,
CNY,
COP,
CRC,
CUC,
CUP,
CVE,
CZK,
DJF,
DKK,
DOP,
DZD,
EGP,
ERN,
ETB,
EUR,
FJD,
FKP,
GBP,
GEL,
GHS,
GIP,
GMD,
GNF,
GTQ,
GYD,
HKD,
HNL,
HRK,
HTG,
HUF,
IDR,
ILS,
INR,
IQD,
IRR,
ISK,
JMD,
JOD,
JPY,
KES,
KGS,
KHR,
KMF,
KPW,
KRW,
KWD,
KYD,
KZT,
LAK,
LBP,
LKR,
LRD,
LSL,
LYD,
MAD,
MDL,
MGA,
MKD,
MMK,
MNT,
MOP,
MRU,
MUR,
MVR,
MWK,
MXN,
MYR,
MZN,
NAD,
NGN,
NIO,
NOK,
NPR,
NZD,
OMR,
PAB,
PEN,
PGK,
PHP,
PKR,
PLN,
PYG,
QAR,
RON,
RSD,
RUB,
RWF,
SAR,
SBD,
SCR,
SDG,
SEK,
SGD,
SHP,
SLL,
SOS,
SRD,
SSP,
STD,
STN,
SVC,
SYP,
SZL,
THB,
TJS,
TMT,
TND,
TOP,
TRY,
TTD,
TWD,
TZS,
UAH,
UGX,
USD,
UYU,
UZS,
VES,
VND,
VUV,
WST,
XAF,
XCD,
XOF,
XPF,
YER,
ZAR,
ZMW,
ZWL
Example:

"EUR"

custom_properties
any
required

User-defined custom property values, keyed by definition key.

customer_id
string<MeteroidId>
required
Example:

"cus_7n42DGM5Tflk9n8mt7Fhc7"

id
string<MeteroidId>
required
Example:

"crn_7n42DGM5Tflk9n8mt7Fhc7"

invoice_id
string<MeteroidId>
required
Example:

"inv_7n42DGM5Tflk9n8mt7Fhc7"

invoice_number
string
required
line_items
object[]
required
refunded_amount_cents
integer<int64>
required
status
enum<string>
required
Available options:
DRAFT,
FINALIZED,
VOIDED
subtotal
integer<int64>
required
tax_amount
integer<int64>
required
tax_breakdown
object[]
required
total
integer<int64>
required
finalized_at
string<date-time> | null
memo
string | null
plan_version_id
string<MeteroidId> | null
Example:

"plv_7n42DGM5Tflk9n8mt7Fhc7"

reason
string | null
subscription_id
string<MeteroidId> | null
Example:

"sub_7n42DGM5Tflk9n8mt7Fhc7"

updated_at
string<date-time> | null
voided_at
string<date-time> | null