#ORION
1 messages ยท Page 1 of 1 (latest)
i am also seeing
card_declined
POST /v1/payment_methods/pm_1N6XpUFiAl2qNqgHQ282gJS3/attach
Hello ๐
It seems like you're trying to pass level3 parameter which is a private feature which is why the API throws an error
https://dashboard.stripe.com/logs/req_29kqm8RfNWGr88
The other error is for when you're trying to confirm a PaymentIntent when its in requires_capture status
https://dashboard.stripe.com/logs/req_JquqRrGc35ujMr
You should be making a request to capture an amount instead
card_declined is when the issuers decline the transaction
would you mind briefly explain the meaning of level 3 and why that parameter is trying to be passed if it is a private feature?
We don't discuss private features/betas on discord unfortunately.
You'd likely want to talk to our support team so that they can put you in touch with the right team
Find help and support for Stripe. Our support center provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
Ok that's fine. About the confirm a PaymentIntent, why would this not be capturing the amount?
That's the request that your integration is making ๐ You'd want to look into why its trying to confirm the payment intent when it really should be capturing
Gotcha. I had not set up the stripes API, as it was a developer before me. Can you provide me documentation on what to check? Sounds as tho Something may not have been set up properly.