#vance_68447
1 messages · Page 1 of 1 (latest)
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
Do you see any erroring requests in your developer logs? https://dashboard.stripe.com/test/logs
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
If so, can you share the request ID?
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
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
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)
TY - will ty to figure out what ActiveMerchant is doing (and/or expecting)