Remove balance from customer account
POST /self/{shopId}/customers/{customerId}/balance/remove
curl \
-X POST https://dev.sellpass.io/self/{shopId}/customers/{customerId}/balance/remove \
-H "Authorization: $API_KEY" \
-H "Content-Type: application/json" \
-d '{"amount":42.0}'
Request example
{
"amount": 42.0
}
Request examples
{
"amount": 42.0
}