#elefint - decline

1 messages ยท Page 1 of 1 (latest)

sullen ore
#

Hello! Just starting a thread for you -- I'll review and respond as soon as I can ๐Ÿ™‚

bright stone
#

No worries synthrider, tried a few cards now and just getting a decline message

sullen ore
#

Can you share the actual payment intent / request ID that fails?

#

req_123 or pi_123

bright stone
#

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

sullen ore
#

What about erroring requests?

#

where do you see this decline?

bright stone
#

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

sullen ore
#

What is an example request where this fails?

bright stone
#

That is the error I get when trying to attach the card to the customer

sullen ore
bright stone
#

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

sullen ore
bright stone
#

Ah I see, is there something I should pass in the request?

sullen ore
#

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

bright stone
#

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

sullen ore
#

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.

#

(assuming you are logged in)

bright stone
#

Super thank you synthrider, appreciate you looking into this for me

sullen ore
#

NP!