#nacho46-subs-trial
1 messages · Page 1 of 1 (latest)
Hello! We'll be with you shortly. Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- nacho_446, 1 day ago, 8 messages
So how can I know his next payment date from stripe
Ok, also on subscribing a customer I have his billing method saved so I bill that. How can I know if the payment is successful after changing the payment method
with webhook events: https://stripe.com/docs/billing/subscriptions/webhooks
Only webhook ? The response I get from the subscription method I can’t check with something there
it depends. can you clarify exactly which API call you are making?
if your subscription has a free trial, there will be no charge. and there's no way to know in advance if the charge will be successfull or not.
Ok but to know if the subscription was created?
Ah sure: unless you get back an error the Subscription was created
Ok thanks
nacho46-subs-trial