#jiaklostr_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/1407278089515438164
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
๐ Hi there, I can take a look at this for you
Do you still have a question? I see that the message was removed for some reason
If so, can you share the ID of any requests where you're seeing an error about sending card numbers?
@native kiln You can also refer to this guide, which describes how to enable sending card numbers or network tokens โ including if you're using a third-party to handle this for you
Hello aran, thank you for the response . Weird that the message got deleted. req_6JB8oPsGp8yvZm is the request
I am testing integration with Hellgate where I tokenized a mock MasterCard card
Hellgate successfully forwarded everything to Stripe but the request got declined
Did you reach out to Stripe Support directly, or did Hellgate reach out to them directly?
Can you say any more about "the request got declined"?
Hello arran I created a request to Request to enable raw card data APIs for testing purpuses.
{
"error": {
"message": "Sending credit card numbers directly to the Stripe API is generally unsafe. We suggest you use test tokens that map to the test card you are using, see https://stripe.com/docs/testing. To enable testing raw card data APIs, see https://support.stripe.com/questions/enabling-access-to-raw-card-data-apis.",
"request_log_url": "https://dashboard.stripe.com/test/logs/req_sHAZauInaYoNwO?t=1755590852",
"type": "invalid_request_error"
}
}
This is the response I got. I think reaching out their support is the solution so that they enable me.
Use test cards to validate your Stripe integration without moving real money. Test a variety of international scenarios, including successful and declined payments, card errors, disputes, and bank authentication. You can also test non-card payment methods and redirects.
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
Yes. As the account owner, you need to reach out to Stripe Support, following the details as described in this article in order to get access to send raw card data:
https://support.stripe.com/questions/enabling-access-to-raw-card-data-apis
As mentioned there, you should be able to get documentation of PCI compliance from Hellgate that our support team will require.
Thank very much for your time arran
You're welcome. Is there anything else I can help with just now?