Body
-
amount
number(double) Minimum value is
0.01
, maximum value is10000
.
curl \
--request POST 'https://dev.sellpass.io/self/{shopId}/customers/{customerId}/balance/remove' \
--header "Authorization: $API_KEY" \
--header "Content-Type: application/json" \
--data '{"amount":42.0}'
curl \
--request POST 'https://dev.sellpass.io/self/{shopId}/customers/{customerId}/balance/remove' \
--header "Authorization: $API_KEY" \
--header "Content-Type: text/json"
curl \
--request POST 'https://dev.sellpass.io/self/{shopId}/customers/{customerId}/balance/remove' \
--header "Authorization: $API_KEY" \
--header "Content-Type: application/*+json"
{
"amount": 42.0
}
{
"amount": 42.0
}
{
"amount": 42.0
}