Authorization: Bearer ********************{
"period_unit": "month",
"currency": "EUR",
"trial": false,
"items": [
"plan-XXX-EUR-Monthly",
"servebolt-shield-addon-1-EUR-Monthly"
]
}curl --location --request POST 'https://api.servebolt.iov1/order-summary' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"period_unit": "month",
"currency": "EUR",
"trial": false,
"items": [
"plan-XXX-EUR-Monthly",
"servebolt-shield-addon-1-EUR-Monthly"
]
}'{
"data": {
"plan": {
"id": "2022-bolt-pro-EUR-Every-12-months",
"name": "Pro",
"price": 118800,
"discountName": "Annual Discount",
"discountedPrice": 108900,
"discountPercentage": 9,
"priceDifference": 9900
},
"addons": {
"list": [],
"discountName": null,
"discountedPrice": 0,
"discountPercentage": null,
"priceDifference": null
},
"coupon": {
"code": null,
"name": null,
"isApplied": null
},
"price": 118800,
"discountedPrice": 108900,
"discountPercentage": 8,
"currency": "EUR",
"billingPeriod": 12,
"nextBillingDate": "2027-01-09T14:19:32.714519Z"
}
}