#elefint - decline
1 messages ยท Page 1 of 1 (latest)
Hello! Just starting a thread for you -- I'll review and respond as soon as I can ๐
No worries synthrider, tried a few cards now and just getting a decline message
Can you share the actual payment intent / request ID that fails?
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
req_123 or pi_123
yeah I will get it now
it doesnt seem to get to the payment intent part it fails at the payment method part, it is for this customer cus_LYVUEGQwV3RCDZ
I get your card was declined on our live environment but the test ones working fine
it creates the customer, then when trying to attach the card i get the decline
What is an example request where this fails?
req_2ysrdpUqMegfQ5
I don't see much in the logs to show where it is going wrong, the attach part I took from the stripe .NET example
Yes this can happen, since you're creating the card payment method without any authentication: https://dashboard.stripe.com/logs/req_ywqpy5FGXGTICj
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
Ah I see, is there something I should pass in the request?
The bank can decline during this attachment request, but if you're doing moto payments, you can supply the payment method to the payment intent without attaching for the one-time payment and send the MOTO parameter
If you want to attach these card details to a customer for future use when collecting during MOTO interactions, you'll need to reach out to our support team for guidance: https://support.stripe.com/contact
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.
yeah we are wanting to use it for recurring transactions too
Would I need the client to contact stripe or can I use that link, I am setup as a developer on the account
You can contact as the developer ๐
I suggest using the web form here: https://support.stripe.com/contact/email and if you select "API integration" you can share some code snippets and example requests, PM IDs, etc.
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.
(assuming you are logged in)
Super thank you synthrider, appreciate you looking into this for me
NP!