#tiago_error

1 messages ¡ Page 1 of 1 (latest)

forest zenithBOT
#

👋 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/1268509163127050310

📝 Have more to share? Add more details, code, screenshots, videos, etc. below.

crisp basin
#

hi! well the support site article linked in the error message gives all the background.

overall even in test mode there's no reason to send raw PANs like that. Instead of creating a PaymentMethod that way, you can just use the string pm_card_visa as a PaymentMethod ID for whatever you were going to do in your next step.

junior yoke
#

But I wanted to test this method, is it possible?

#

is there any way to create a method payment using test values?

crisp basin
#

if you check the support article it already answers that question ("If you require access to this feature solely for testing purposes ....")

#

but why do you want to test the method of directly sending raw card numbers? It's unlikely that is exactly how you will be integrating since that would require you to be PCI certified which usually you wouldn't need to do.