x-api-key: ********************
curl --location --request GET 'https://api.lopay.com/api/1/partner/merchant//hardware' \
--header 'x-api-key;'
{
"data": [
{
"id": "202da132-38f3-4d87-8f98-4d4691316ea5",
"name": "wisepad_three",
"imageUrl": null,
"isDefaultCardReader": true,
"pricing": [
{
"id": null,
"primary": true,
"baseCost": {
"units": 2400,
"currencyCode": "GBP"
},
"totalCost": {
"units": 3095,
"currencyCode": "GBP"
},
"postageCost": {
"units": 695,
"currencyCode": "GBP"
},
"taxCost": {
"units": 0,
"currencyCode": "GBP"
},
"billingCycle": null
}
],
"accessories": [
{
"id": "4b33d9a3-9552-47de-862e-8030a43c0364",
"name": "wisepad_three_purple_bumper",
"imageUrl": null,
"pricing": [
{
"id": null,
"primary": true,
"baseCost": {
"units": 2400,
"currencyCode": "GBP"
},
"totalCost": {
"units": 3095,
"currencyCode": "GBP"
},
"postageCost": {
"units": 695,
"currencyCode": "GBP"
},
"taxCost": {
"units": 0,
"currencyCode": "GBP"
},
"billingCycle": null
}
]
}
]
},
{
"id": "e5df11d6-adba-4b5c-a7f8-23cc34caa9bf",
"name": "s700",
"imageUrl": null,
"isDefaultCardReader": false,
"pricing": [
{
"id": "495d4f7e-ca63-460c-bc5e-13ac1d2b946b",
"primary": true,
"baseCost": {
"units": 1500,
"currencyCode": "GBP"
},
"totalCost": {
"units": 2395,
"currencyCode": "GBP"
},
"postageCost": {
"units": 895,
"currencyCode": "GBP"
},
"taxCost": {
"units": 0,
"currencyCode": "GBP"
},
"billingCycle": {
"interval": "month",
"intervalCount": 1,
"totalIntervals": 12
}
}
],
"accessories": []
}
]
}