#fbe_api
1 messages ¡ Page 1 of 1 (latest)
đ 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.
You'd use the Setup Intents API which in turn will generate an authenticated payment method object you can use to charge customers
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?
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
Thanks! Is there any time limits before I can use the generated PM?