#mitsu_api

1 messages ¡ Page 1 of 1 (latest)

calm epochBOT
#

👋 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.

manic schooner
#

hi! yes, you would not send numbers like that. If you want a token like that you can simply use the string "tok_visa".

rapid wing
#

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

manic schooner
rapid wing
#

the customer forces me to use the above form, if not stripe form, what should i do?

manic schooner
#

you should convince your customer that you should use the Stripe-hosted page

rapid wing
#

How should I respond to a form like this?

manic schooner
#

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.

rapid wing
#

How to be PCI compliant in a production environment

manic schooner
rapid wing
#

If we authenticate here, we will call the api to create tokens from the server, right?

manic schooner
calm epochBOT
rapid wing
#

What should I send now?

#

what do i need to do to guide my client
stripe account is my client's

narrow matrix
rapid wing
#

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?

narrow matrix
#

When did you use it?

rapid wing
#

2 years ago