laravel-payhere

Retry Subscriptions

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

Endpoint

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.

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