Add a balance to customer account

POST /self/{shopId}/customers/{customerId}/balance/add

Path parameters

application/json

Body

Responses

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