Skip to content

Retry a Subscription

The PayHere Subscription Manager API allows you to retry failed a subscription.

Endpoint

http
POST /payhere/api/subscriptions/:id/retry

Required Parameter

  • id: The payhere_subscription_id for the subscription.

Response

This response is copied from the official PayHere knowledge base.

json
{
    "status": 1,
    "msg": "Recurring payment charged successfully",
    "data": null
}