#ctodan-subscription-webhooks

1 messages · Page 1 of 1 (latest)

orchid zodiacBOT
#

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.

dapper crag
#

By "intent of a subscription" do you mean a Subscription's pending_setup_intent if it exists or something else?

heavy kestrel
#

ya so there are a few ways to pay for our subscription and we are testing trials

#

so basically want to know when a user has either opted into the trial or agreed to pay in the case of no trial offered

dapper crag
#

If you create a Subscription with a trial period, you should receive a customer.subscription.created event after creating the Sub, where the Subscription's status is trialing. What do you mean exactly by "opted into the trial"?

#

As for Subscriptions where a payment is needed, you should create Subscriptions with payment_behavior: default_incomplete. Once a customer completes payment, you should receive customer.subscription.updated to show the Subscription's status moving from incomplete to active

heavy kestrel
#

so with the trial case, I want to log when the user like added a card and agreed to pay, not when the subscription got created

dapper crag
#

when the user like added a card and agreed to pay
How are you currently collecting cards from customers who have a trial?

orchid zodiacBOT
#

ctodan-subscription-webhooks