#venkateshjsoft
1 messages ยท Page 1 of 1 (latest)
๐ happy to help
you either need to pass https://stripe.com/docs/api/payment_intents/create#create_payment_intent-automatic_payment_methods or https://stripe.com/docs/api/payment_intents/create#create_payment_intent-payment_method_types otherwise only cards will be accepted
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
but Im passing the AutomaticPaymentMethods true
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
and you're using off_session: "recurring" which isn't a valid param
you need to pass in off_session: true if you want the PI to be considered paid off_session