v1
latestOpenAPI 3.1.02026-07-222392081.7 MBSubscriptions
Simulate subscription updates
Simulate the effect of updates on a subscription without actually applying them.
post/v1/subscriptions/{id}/simulate-updates
Path parameters
idstring required
Request body
Example request
{
"apply_at": "2024-12-20T16:04:11Z",
"charge_at": "2024-12-20T16:04:11Z",
"precision": "calendar_days",
"updates": [
{
"payload": {
"product_id": "itm_FJKlqUb8COXw55"
}
}
]
}Response
Simulation results