#omi-card-not-supported

1 messages · Page 1 of 1 (latest)

lusty trellis
#

hey there, what kind of purchase are you trying to make?

umbral kelp
#

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 ?

lusty trellis
umbral kelp
#

There's no req_123 field in here could you please help me out with this ?

lusty trellis
#

its in the response headers to the request

umbral kelp
#
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

lusty trellis
#

yes, look at the response headers

#

you should see one is request-id

umbral kelp
#

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

lusty trellis
#

Can you share the payment intent id you're using?

#

pi_1234 so i can find it that way?

umbral kelp
#

There's no payment intent in here

#

I'm using this approach

#
    const stripeTokenGenerationResponse = await stripe.createToken(
      stripeCardElement
    );
lusty trellis
#

what is you account id?

#

acct_1234

umbral kelp
#

How can I access acct_1234 ?

#

Account id ?

lusty trellis
#

in the top right corner there

umbral kelp
#

Got it , thanks. I'll have to ask it to the client.

lusty trellis
#

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?

lusty trellis
#

Archiving this thread 🗄️ -- if you have further questions, please feel free to ask in the main channel!