#omi-card-not-supported
1 messages · Page 1 of 1 (latest)
Hi, thanks for responding.
I'm testing the stripe payment.
I'm not sure what you mean by the kind of purchase. Do you mean international or something like that ?
Can you share a request id? https://stripe.com/docs/api/request_ids
like req_123
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
There's no req_123 field in here could you please help me out with this ?
its in the response headers to the request
error Object { code: "card_declined", decline_code: "card_not_supported", doc_url: "https://stripe.com/docs/error-codes/card-declined", … }
code "card_declined"
decline_code "card_not_supported"
doc_url "https://stripe.com/docs/error-codes/card-declined"
message "Your card is not supported."
param "number"
type "card_error"
error Object { code: "card_declined", decline_code: "card_not_supported", doc_url: "https://stripe.com/docs/error-codes/card-declined", … }
code "card_declined"
decline_code "card_not_supported"
doc_url "https://stripe.com/docs/error-codes/card-declined"
message "Your card is not supported."
param "number"
type "card_error"
this is the response
I'm afraid there's nothing as request-id
I pasted the entire response
Should I follow the second approach to find the request_ID
You can also find request identifiers in the URLs of individual request logs in your Dashboard
This one
Can you share the payment intent id you're using?
pi_1234 so i can find it that way?
There's no payment intent in here
I'm using this approach
const stripeTokenGenerationResponse = await stripe.createToken(
stripeCardElement
);
Got it , thanks. I'll have to ask it to the client.
Hmm if you can get that request id from the developer tools i can take a look, but most likely the discover card isnt supported for what youre doing
if you use the 4242 card for the same test does it work as expected?
Archiving this thread 🗄️ -- if you have further questions, please feel free to ask in the main channel!