Get list of credit notes

Log in to see full request history

Get list of credit notes. See List queries for a general introduction to list operations. Note that excessive usage will be considered unfair API usage.

Examples

Get all credit notes for a customer cust-007.

GET https://api.reepay.com/v1/list/credit_note?customer=cust-007

Get settled invoices for January 2022 with amount 20000 in DKK

GET https://api.reepay.com/v1/list/credit_note?amount=[20000;20000]&currency=DKK&from=2022-01-01&to=2022-02-01

Query Params
string

Time range from (inclusive). Local date and time (according to account timezone) on the form yyyy-MM-dd, yyyyMMdd, yyyy-MM-ddTHH:mm, yyyy-MM-ddTHH:mm:ss or yyyy-MM-ddTHH:mm:ss.SSS. Default from if no interval is given depends on the query. If the query limits on relation e.g. customer and/or subscription, the default from will be epoch 1970-01-01, otherwise one month before to

string

Time range to (exclusive). Local date and time (according to account timezone) on the form yyyy-MM-dd, yyyyMMdd, yyyy-MM-ddTHH:mm, yyyy-MM-ddTHH:mm:ss or yyyy-MM-ddTHH:mm:ss.SSS. Defaults to now.

string

Limit from to and interval back in time. E.g. one week. Will take precedence over from. Defined in ISO 8601 duration. See https://en.wikipedia.org/wiki/ISO_8601#Durations

int32
10 to 100
Defaults to 20

Page size between 10 and 100 (default 20)

string

Next page token from previous response to get next page

string

Credit note exact accounting number

string

Credit note accounting number prefix

string

Credit note accounting number contains

string

Amount in minor unit interval. See documentation of intervals.

string

Credit notes for customer by customer handle

currency
array of strings

Credit note currency in ISO 4217 three letter alpha code. Multiple can be defined.

currency
string

Credit note for subscription by subscription handle

string

Credit note for invoice by invoice handle

string

Credit notes for customer by debtor id

Responses

Response body
object
int32
required
10 to 100

Page size used in paginated list

int32
required
≥ 0

Number of elements in current page. If less than page size it is the last page.

string
required

Local date and time range used as to (exclusive)

string
required

Local date and time range used as from (inclusive)

content
array of objects
required

List of credit notes for current page

content*
object
string
required
length ≥ 1

Credit note id

string
required

Invoice credited by this note

string

Refund transaction id if credit note has an associated refund

string

Credit reference if the credit note relates to a subscription credit

int32
required

Credit note amount

date-time
required

Creation date for note, in ISO-8601 extended offset date-time format.

string
required

Credit note currency in ISO 4217 three letter alpha code

string
required
length ≥ 1

Customer handle

string

Subscription handle, will be null for a one-time customer invoice

credits
array of objects
required

Credits applied to credit note

credits*
object
string
required
length ≥ 1

Credit handle

int32
required
≥ 0

The credit amount transferred to invoice

date-time
required

Date when credit was transferred to invoice. In ISO-8601 extended offset date-time format.

string
required
length ≥ 1

Text describing the credit.

int32
required

Credit note vat amount calculated as rounded summed fractional vats for each credit note lines

int32

Credit note total amount excluding VAT calculated as summed amounts excl. vats for each credit note lines

credit_note_lines
array of objects
required

Credit note lines

credit_note_lines*
object
int32
required
≥ 1

Credit note line total amount

string
required
length ≥ 1

Credit note line text

string

Order line description

int32
required
≥ 1

Credit note line quantity

float

Vat for this credit note line

date-time

Creation date for this credit note line, in ISO-8601 extended offset date-time format.

string

Order line origin, one of the following: plan, add_on, ondemand, additional_cost, credit, discount, setup_fee, surcharge_fee, metered_billing_product

plan add_on ondemand additional_cost credit discount setup_fee surcharge_fee metered_billing_product

string

Reference to invoice orderline this credit note line relates to

int32

Credit note line total amount including VAT

int32

Credit note line total amount excluding VAT

int32

Credit note line unit amount

int32

Credit note line vat amount

int32

Credit note line unit amount excluding VAT

boolean

Whether the total and units are including VAT.

date-time

The start of billing period in ISO-8601 extended offset date-time format.

date-time

The end of billing period in ISO-8601 extended offset date-time format.

string

Credit note accounting number

int64

Customer debtor id

string

Url to credit note pdf

date-time

When the credit note was created. A credit note is created when a non-charging invoice is cancelled or refunded. Timestamp in ISO-8601 extended offset date-time format.

int32

The credit note amount to be payed including VAT

amount_vat_lines
array of objects

The list of VAT amounts grouped by VAT percentage

amount_vat_lines
object
float
required

Vat percent

int32
required

Total vat amount

string
required

Time and date attribute used to time limit. Only created could be present.

created

string

Pagination token to use to get the next page. Notice that page size and range should be the same for all page requests. If not present the last page has been reached.

Language
Credentials
: