magnifying-glassGet notes

Credit and Debit Notes Endpoint

get
/notes

Access comprehensive details pertaining to all Credit and Debit Notes within a specified time frame.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
fromintegerOptional

Transaction creation date interval in Unix TimeStamp format.

tointegerOptional

Transaction creation date interval in UnixTimeStamp format, max difference with 'from' value 60 days.

pageintegerOptional

The page number.

Default: 0
typestring · enumOptional

Credit/debit note types.

Possible values:
Responses
chevron-right
200

A paginated list of credit and debit notes.

application/json
get
/notes
200

A paginated list of credit and debit notes.

Last updated

Was this helpful?