GET
/
billing
/
next-payment
curl --request GET \
  --url https://api.altostrat.io/billing/next-payment \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

Standard OAuth2 flow for user authentication. Use Authorization Code Grant or Implicit Grant. JWT Bearer tokens obtained are used for subsequent requests.

Response

200
application/json

Upcoming invoice details.

Structure similar to Stripe's Upcoming Invoice object.