Skip to main content
GET
/
api
/
v1
/
customer
/
credit-grants
/
balance
Get Credit Grant Balance
curl --request GET \
  --url https://api.example.com/api/v1/customer/credit-grants/balance
{
  "availableAmount": 12500
}

Response

OK

Current available credit balance for the authenticated customer.

availableAmount
integer
required

Current available credit balance in cents.