#pagaok - Subscription Trial
1 messages · Page 1 of 1 (latest)
Hello! When you create a subscription with a trial period, the first invoice is usually $0, so no charge is needed (and therefore no payment intent is created)
Instead, you should be checking pending_setup_intent (https://stripe.com/docs/api/subscriptions/object#subscription_object-pending_setup_intent) to collect Payment method details
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.