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.
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"
}