#Julien CHERON
1 messages ยท Page 1 of 1 (latest)
๐ Hi there, Happy to help!
Yes you can, I invite you to follow this guide in order to build a subscription integration using stripeJs:
https://stripe.com/docs/billing/subscriptions/build-subscriptions?ui=elements#collect-payment
And then adapt it to this guide in order to accept Sepa Debit Payments:
https://stripe.com/docs/billing/subscriptions/build-subscriptions?ui=elements#collect-payment
Thx for reply, but i don't want use stripe.js if it's possible. For now i able to create payment method sepa_debit type with api java calls, but i block with errors due to mandate not found. This kind of error message : "This PaymentIntent requires a mandate, but no existing mandate was found. Collect mandate acceptance from the customer and try again, providing acceptance data in the mandate_data parameter."
So i looking for be able to set mandate acceptance without stripe.js if it's possible.
A I miss understand you question at the beginning.
I may suggest you to use Low Code Subscription integration using Stripe Checkout Session:
https://stripe.com/docs/billing/subscriptions/build-subscriptions?ui=checkout
And adapt the step Create a Checkout Session to accept Sepa payments by enabling it in the Checkout Session and by following this step:
https://stripe.com/docs/payments/sepa-debit/accept-a-payment?platform=web&ui=checkout#accept-a-payment
Thx for reply, no soucy for miss understood. Actually, we don't use Checkout in our purchase funnel. We have a screen with payment methods and forms to add them. So we don't want exit of our app if it's possible. In the mandate stripe api i don't see the way to create one and attach them to payment method. https://stripe.com/docs/api/mandates Do you know if it's possible to do something without use Checkout or stripe.js ?
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Do you know if it's possible to do something without use Checkout or stripe.js ?
AFAIK, no, because there is no public api to creating a mandate directly.
So i looking for be able to set mandate acceptance without stripe.js if it's possible.
But I suggest you to give more details about your integration and issue while using stripe.js in order to figure out what is the issue together ๐