#fbe_api

1 messages ¡ Page 1 of 1 (latest)

queen acornBOT
#

👋 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/1328681661533130762

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

calm quarry
#

You'd use the Setup Intents API which in turn will generate an authenticated payment method object you can use to charge customers

cloud marlin
#

Sure thanks. Any reason why Setup intents is preferred to Payment methods?

Also, is it possible to store the cards for single-time use only using either of these endpoints?

calm quarry
#

Payment Methods API doesn't facilitate the authentication (3DS) of cards, nor does it validate the data with bank/issuer. It simply tokenises the card data

The generated PM will be one-time use after creation by default, you can configure it so it can be used multiple times by attaching to a Customer object

cloud marlin
#

Thanks! Is there any time limits before I can use the generated PM?