#amkttp_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/1400333713249931345
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
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
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?
Yes there is a node code solution. You can consider using Payment Links: https://docs.stripe.com/payment-links
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
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?
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
testing can be done using our test cards: https://docs.stripe.com/testing
Perfect ! I will look into the Payment Link option, thank you so much for clarifying