#vance_68447

1 messages · Page 1 of 1 (latest)

cedar laurelBOT
swift gate
#

Hey there, what is your integration doing when this arises?

#

If this is coming from something internal to activemerchant that you don't control, you might need to contant the maintainers of that for guidance

#

That looks like the parameters of a payment intent create request

#

If so, can you share the request ID?

upbeat lagoon
#

we've looked a bit more - this is when I'm trying to purchase something immediately (using the Test payment metnhod from Stripe documentation) - it looks like 2 payment intents are getting created - but the response for one of them always has the error message.

#

Looking at the stripe error logs now

swift gate
#

it looks like 2 payment intents are getting created
this suggests an integration error, but would need to know more about what exactly you're doing

#

From what I can tell, this seems like something internal to the plugin you're using

cedar laurelBOT
upbeat lagoon
#

OK - I'll try to figure out why it's creating 2 payment intents - are you able to see the error message ( "error"=>
{"message"=>
"Received unexpected 3DS authentication response, but a 3DS initiation flag was not included in the request."}},
@success=false,
) ?

#

I still see that message when I stop in the code and dump the results (from the call to the library method that calls stripe)

upbeat lagoon
#

TY - will ty to figure out what ActiveMerchant is doing (and/or expecting)