#mitsu_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/1301833933721309185
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
hi! yes, you would not send numbers like that. If you want a token like that you can simply use the string "tok_visa".
My payment form looks like this,
I have to create a token to create a payment method for the user
Publishable key
pk_test_51Ois4wL0gK3jBB8I8Sj3e2N7cAdosZAJOODQRXcyfmBVaS9pqXSzKb7aOmPKEAj7KBzpU83xXyx5wmNzDPZpEUlT00f8NUr4Xl
that's a legacy way of doing it, you don't use tokens. https://stripe.com/docs/payments/accept-a-payment is the guide for building a payment form
the customer forces me to use the above form, if not stripe form, what should i do?
you should convince your customer that you should use the Stripe-hosted page
How should I respond to a form like this?
replace it with a supported integration like the Stripe PaymentElement. Look into other supported integration options like the CardElement or CardNumberElement. Or if you 100% need an entirely custom form, invetigate how your company can get PCI compliance to handle raw card numbers.
How to be PCI compliant in a production environment
start with https://stripe.com/ie/guides/pci-compliance or with researching the topic online
If we authenticate here, we will call the api to create tokens from the server, right?
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
you can't activate it without proving to us that you have PCI compliance by submitting documents in a support ticket, like it says in the support article https://support.stripe.com/questions/enabling-access-to-raw-card-data-apis (also linked on that Dashboard page)
What should I send now?
what do i need to do to guide my client
stripe account is my client's
The article my colleague provided contains all the details. Please follow it carefully, and for any further questions please reach out to Stripe Support https://support.stripe.com/?contact=true
I used it before without any error: Sending credit card numbers directly to the Stripe API is generally unsafe
is stripe's new policy change forcing the use of stripe element?
When did you use it?
2 years ago