#amkttp_api

1 messages ยท Page 1 of 1 (latest)

prime islandBOT
#

๐Ÿ‘‹ 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/1400333713249931345

๐Ÿ“ Have more to share? Add more details, code, screenshots, videos, etc. below.

silent agate
#

hi there, give me a moment to catch up

#

sorry for the wait, just to confirm โ€” are you looking for a no code solution?

#

The link [0] you attached is the correct API method to save card details to set them up for future usage. However, it will require you to build your own frontend to display the card form to collect card details

[0] https://docs.stripe.com/api/setup_intents/create

calm umbra
#

yes please, I've looked at this article and I am not sure how to do so

#

is there any other way other than tampering the code?

silent agate
#

Payment Links will let you collect payment using a Stripe-hosted checkout page. And if you are charging for subscriptions, then the payment methods collected will be automatically saved

calm umbra
#

With this, after the first payment where the payment methods are saved, will it be debited automatically or will customers have to input their details everytime?

silent agate
#

For a subscription product, yes.

#

The checkout page will display a notice to your customer notifying them that their payment methods will be saved and charged in the future

#

You can test it out in your Stripe account sandbox or test mode

calm umbra
#

Perfect ! I will look into the Payment Link option, thank you so much for clarifying