#Javier_1234

1 messages · Page 1 of 1 (latest)

lunar coyoteBOT
true tide
vernal latch
#

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

true tide
vernal latch
#

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

true tide
#

We can't speak to the decline piece for these payments

vernal latch
#

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?

true tide
#

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.