v1

latestOpenAPI 3.0.1MIT2026-07-26336777.7 KB

post/subscription/merchant/unpause

Request body

subscriptionIdstring required

Unique identifier of the subscription

newNextPaymentDateinteger required

The date on which the subscription becomes active again and the next charge will be attempted, as a Unix timestamp in milliseconds.

Example request

{
  "subscriptionId": "sub_fooBOwYsaK50AEfK",
  "newNextPaymentDate": 1729608043615
}

Response

Unpause Subscription response