#javier-1234_installments-api-endpoints

1 messages ¡ Page 1 of 1 (latest)

unreal torrentBOT
#

👋 Welcome to your new thread!

⏲️ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.

⏱️ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.

🔗 This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1295393168237264957

📝 Have more to share? Add more details, code, screenshots, videos, etc. below.

Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.

last yarrow
#

You need to create the payment intent first to get available installment plans

sudden owl
#

is it the only option, or is there a way to query without creating payment intent, perhaps through the bin?

last yarrow
#

It's the only option

sudden owl
last yarrow
#

I don't think that endpoint exists. Where are you seeing references to it?

sudden owl
last yarrow
#

That's just used by stripe.js

#

Not callable by you

sudden owl
#

In the documentation you sent me it indicates that I should already send the payment method, but we want to implement a functionality that if the user is entering a new card we indicate that this card is suitable for MSI, that endpoint that sends it consults it by bin but I can't find it in the documentation

last yarrow
sudden owl
#

for each query if a card is suitable for MSI, do I have to create a new payment intent or can it be reused?

sudden owl
#

With all that has been discussed, I understand that the only flow to know if a card is suitable for msi:
1.- use the payment method of a created one, or if it is new, we must create it.
2.- with the payment method id we must create the payment intent, to know the available months of msi for that card.
3.- if the user wants to try with another card, we must create a new payment method, and that id updates the payment intent so that we can know if it is suitable for msi.

Limitations:

  • Force to always create payment method to check if it is suitable for msi.
  • the process will be slow, because we must create payment method and update payment intent to know if it is suitable
    for msi

can you confirm if it is correct

last yarrow
#

That's correct

sudden owl
#

thanks

#

Do payment intents expire?

last yarrow
#

They do not

sudden owl
#

I am interested in this functionality of consulting by bin

last yarrow
#

You cannot use that endpoint

sudden owl
#

What would be the reason or limitation?

last yarrow
#

It's not a public endpoint

sudden owl
#

ok, at web level will it be possible to obtain the bin?

last yarrow
#

Why?

#

Like you want to make a client-side request to get bin?

#

That's not possible

unreal torrentBOT