#nishant_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/1234450633252405349
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hi
I invite you to follow this guide in order to create a card payment method. You should be using SetupIntents:
https://docs.stripe.com/payments/save-and-reuse?platform=web&ui=stripe-hosted
I tried with this but still i am not able.
Can you tell me with the use of token how to i can do and how to create token.
What is the issue you are facing exactly ?
In order to use token, you need to be PCI DSS Compliant first, because you are manipulating raw card data
I am trying to create payment method for payment type - card, similarly payment type - us_bank_account in postmen then facing this error - Sending credit card numbers directly to the Stripe API is generally unsafe
You are facing this issue because you are sending raw data in your API request
you need to use SetupIntent instead
I invite you to follow the guide I shared with you
Please follow it, step by step.
Do you have any video and vides's link related to this.
You can follow the video guide on the top-right of that guide
ok, thanks