#Barba
1 messages · Page 1 of 1 (latest)
Hi there!
Hi, thanks for the quick answer
To create subscriptions we usually recommend to use Checkout Session that makes everything simpler.
But if you directly want to use the Subscription endpoint, then I recommend following this guide: https://stripe.com/docs/billing/subscriptions/build-subscriptions?ui=elements
I already have working the customer and subscription creations by stripe, but seems like Ive to implement something to allow apple payment menthod or at least confirm the stripe payment with apple, isn’t it?
Did you check the link I shared above? Especially step 6?
👀
Seems like I don’t have to do anything on the backend then, the only thing will be the front-end has to verify the auth with the user and will pop up some apple check , isn’t it?
Yes. Use the Payment Element on the frontend, and the customer will be able to pay using multiple payment methods (including Apple Pay).
Mmm I would double check it, thank! I thought I would have to do something on the backend as we are creating the subscription, customer and webhooks support on the backend
Add a certificate or record the transaction with apple
If you are using the Payment Element, then you will need to register your domain with Apple: https://stripe.com/docs/stripe-js/elements/payment-request-button?client=html#verifying-your-domain-with-apple-pay