v1

latestOpenAPI 3.0.32026-07-248257161.1 KB
BNPL

Returns number of BNPL

This API returns number of BNPL.

get/bnpl/count

Query parameters

start_datestring date
Example:2023-05-22

Query BNPL starting from this date. The date format is ISO 8601 (YYYY-mm-dd HH:mm:ss,SSSS). The timezone is UTC and precision is in seconds

end_datestring date
Example:2023-05-24

Query BNPL from start_date until this date time. The date format is YYYY-mm-dd. The timezone is UTC and precision is in seconds

status'opened' | 'started' | 'cancelled' | 'completed'

Filter by BNPL status. The status filter is combined with start_date and end_date filters.

Headers

X-Amzn-Trace-Idstring

HTTP request identifier allow to trace individual request sent from client to service.

Response

returns number of BNPL.

countinteger

number of BNPL

Example response

{
  "count": 819
}