POS Payment Types
Get POS Payment Types
get /sites/{siteid}/pospaymenttypesReturns all payment types available for the POS. The list returned will be sorted by field sortorder
in ascending order.
PARAMETERS
siteid
integer
path
REQUIRED
Site ID. (Use eshopid
of the site for this parameter)
gethttps://api.mysitoo.com/v2/accounts/1500/sites/1/pospaymenttypes.json
RESPONSE JSON
[ { "paymenttypeid": 1, "paymentmethodid": 100, "name": "Cash", "externalid": "CASH" }, { "paymenttypeid": 16, "paymentmethodid": 300, "name": "External Card", "externalid": "EXT_CARD" }, { "paymenttypeid": 3, "paymentmethodid": 500, "name": "Gift Card", "externalid": "GIFT_CARD" }]
HTTP Status Code Summary | |
---|---|
200 | Returns an array of POSPaymentType objects. |
400 | Invalid request. Data sent from client is invalid. |
401 | Missing or bad authentication. |
404 | The specified resource was not found. |
429 | Too Many Requests. |
500 | Internal Server Error. |
Objects
POSPaymentMethodinteger
100
Cash110
Credit Note200
Card (Verifone AirPay)210
Card (Verifone LPP)220
Card (Host2T)300
Card (External)400
Custom Method 5500
Gift Card510
Credit Note (as gift card)600
Invoice610
Cash on Delivery700
Klarna (legacy v2)705
Klarna710
Swish711
Swish with QR720
MobilePay730
Vipps1000
Custom Method 11100
Custom Method 21200
Custom Method 31300
Custom Method 41400
Custom Invoice2000
Custom Payment API2100
Card (Adyen SDK)2110
Card (Adyen Terminal API)2200
Card (Nets)2300
Card (Coiney)2400
Card (iZettle)2500
Softpay
POSPaymentTypeobject
Payment type to be used in the POS
PROPERTIES
paymenttypeid
integer
REQUIRED
ID for the payment type in Sitoo.
Method for the payment type in Sitoo.
name
string
REQUIRED
Display name for the payment type in Sitoo.
externalid
string
nullable
REQUIRED
External ID for the payment type in Sitoo.