cURL
curl --request GET \ --url https://api.machines.cash/consumer/v1/payments/subscription-balances \ --header 'Authorization: Bearer <token>'
{ "ok": true, "data": {}, "summary": "success" }
Get subscription balances
When to use this: Read balances usable for subscription payments.
Required scope: payments.read.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Success
Show child attributes