Get all invoices

GET /self/{shopId}/invoices

Path parameters

Query parameters

  • PageNumber integer(int32)
  • PageSize integer(int32)
  • status integer(int32)

    Values are 0, 1, 2, 3, 10, 11, 40, 41, 50, or 51.

  • gateway integer(int32)

    " The list of supported payment gateways. CoinbaseCommerce = 0 Stripe = 1 PayPal = 2 CashApp = 3 PayPalFf = 4 VirtualPayments = 5 Square = 6

    "

    Values are 0, 1, 2, 3, 4, 6, 7, 8, or 9.

  • fromDate string(date-time)
  • toDate string(date-time)

Responses

GET /self/{shopId}/invoices
curl \
 --request GET 'https://dev.sellpass.io/self/{shopId}/invoices' \
 --header "Authorization: $API_KEY"