Skip to main content
GET
/
subscription-items
/
{id}
/
estimated-amount
cURL
curl -X GET \
 /subscription-items/{id}/estimated-amount \
 --header "Authorization: Bearer <token>"
{
  "netAmount": "10.00 €"
}

Authorizations

Authorization
string
header
required

Value for the Authorization header parameter.

Path Parameters

id
string
required

SubscriptionItem identifier

Response

SubscriptionItem resource

netAmount
string

Total net amount for the next billing

Example:

"10.00 €"

I