#Javier_1234
1 messages · Page 1 of 1 (latest)
Hi, you'd want to read this, https://stripe.com/docs/billing/subscriptions/overview to learn how subscriptions work. Here is our recommended integration guide, https://stripe.com/docs/billing/subscriptions/build-subscriptions?ui=elements.
Thank you, may not let me understand well, my query is that my platform is the one that manages and controls the subscriptions, we do not want to use the Stripe Subscription APi, what we want is to know which is the ednpoint that is used to pay but focused on what mentioned.
Is the payment intent also used for subscription? what parameters should be sent
hhmm, if you want the Platform to manage the Subs., you can use out Stripe Account header: https://stripe.com/docs/connect/authentication. If that is still not what you want, yes Payment Intent is created under the hood for Subscriptions. You can learn more about how our objects work here: https://stripe.com/docs/payments/tour#payment-objects
you can look at the required parameters for of a Payment Intent creation here, https://stripe.com/docs/api/payment_intents/create
sending the Stripe-Account header, does it increase the probability of a successful payment (prevents the bank from rejecting it)? or what is the difference if I send or not
With this, you're making a request for your Connected Account: https://stripe.com/docs/connect/authentication
We can't speak to the decline piece for these payments
I think I got confused, let's go by steps, to tell you about our real problem, is that when we want to use the payment intent endpoint, most of the time it is always rejected with this error Your card has insufficient funds., but I think that this error is very generic, actually our client's card does have a balance, but the PaymentIntent api returns that error, the strangest thing is that later the client was given a payment link, and if he was able to pay with his card, then there Our doubt arises if we are doing something else when invoking the Payment Intent api, can we need to send any additional data?
Those errors, we get from the issuing bank. In this case, it is highly possible that the end user just added funds to their account and by the time you share a Payment Link, it works. This is not coming from Stripe.