Path parameters
-
shopId
integer(int32) Required
Query parameters
-
PageNumber
integer(int32) -
PageSize
integer(int32) -
searchString
string -
status
integer(int32) Values are
0
,1
,2
,3
,10
,11
,40
,41
,50
, or51
. -
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
, or9
. -
fromDate
string(date-time) -
toDate
string(date-time)
GET
/self/{shopId}/invoices
curl \
--request GET 'https://dev.sellpass.io/self/{shopId}/invoices' \
--header "Authorization: $API_KEY"