x-api-key: ********************
{
"hardware": [
{
"id": "202da132-38f3-4d87-8f98-4d4691316ea5",
"quantity": 1
}
],
"deliveryAddress": {
"nameOrNumber": "John Smith",
"street": "Flat 1",
"line2": "101 Lopay Road",
"town": "London",
"state": "London",
"postcode": "WC1X 8HN",
"phone": "07123456789",
"deliveryNotes": "Leave round the back"
},
"stripePaymentMethodId": "pm_1Q0PsIJvEtkwdCNYMSaVuRz6"
}
curl --location --request POST 'https://api.lopay.com/api/1/partner/merchant//order-hardware' \
--header 'Content-Type: application/json' \
--header 'x-api-key;' \
--data-raw '{
"hardware": [
{
"id": "202da132-38f3-4d87-8f98-4d4691316ea5",
"quantity": 1
}
],
"deliveryAddress": {
"nameOrNumber": "John Smith",
"street": "Flat 1",
"line2": "101 Lopay Road",
"town": "London",
"state": "London",
"postcode": "WC1X 8HN",
"phone": "07123456789",
"deliveryNotes": "Leave round the back"
},
"stripePaymentMethodId": "pm_1Q0PsIJvEtkwdCNYMSaVuRz6"
}'
{
"clientSecret": "client_secret",
"ephemeralKey": {
"id": "ephemeral_key_id",
"object": "ephemeral_key",
"created": 1737546937,
"expires": 1737548393,
"livemode": true,
"secret": "ephemeral_key_secret"
},
"stripeCustomerId": "cus_xxx"
}