#rasparac-subscription-confirm
1 messages · Page 1 of 1 (latest)
Hey! In cases of a trial period, there should be a pending_setup_intent field on the Subscription object: https://stripe.com/docs/api/subscriptions/object#subscription_object-pending_setup_intent
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
There'll be a client_secret field on the Setup Intent object, which you can use with confirmCardSetup: https://stripe.com/docs/js/setup_intents/confirm_card_setup
Complete reference documentation for the Stripe JavaScript SDK.
Thanks!