cURL
curl --request POST \ --url https://app.tagadapay.com/api/public/v1/subscriptions/rebill \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "subscriptionId": "sub_123" } '
{ "success": true, "message": "Subscription rebilled successfully" }
Immediately rebill a subscription. Retry metadata count and attempts are handled internally.
Enter your API key as: Bearer your-api-key
Bearer your-api-key
Successful response