Hello,
in our ecommerce in last days we have this wrong behaviour,
some user pay correctly with order on processing state.
Other user’s order are in status PENDING,
money is not captured
and we have this json response
{
"amount": 2989,
"client_secret": "src_cnnnnnnL0o0tdtUvN",
"created": 1nnnnnn138,
"currency": "eur",
"flow": "redirect",
"id": "src_1Bb4Pnnnnnn7",
"livemode": true,
"metadata": [],
"object": "source",
"owner": {
"address": {
"city": "nnnnnnina",
"country": "IT",
"line1": "vnnnnnn0",
"line2": null,
"postal_code": "nnnnnn",
"state": "Imperia"
},
"email": "nnnnnn@yahoo.it",
"name": null,
"phone": "nnnnnn+",
"verified_address": null,
"verified_email": null,
"verified_name": null,
"verified_phone": null
},
"redirect": {
"failure_reason": null,
"return_url": "https://www.quanticlo.com/it/dfe-stripe/customerReturn",
"status": "pending",
"url": "https://hooks.stripe.com/redirect/authenticate/src_1Bbnnnnnnpo9eJZ7?"
},
"statement_descriptor": null,
"status": "pending",
"three_d_secure": {
"authenticated": false,
"card": "src_1Bb4nnnnnnUYCAQi",
"customer": null
},
"type": "three_d_secure",
"usage": "single_use"
}
naturally all “nnnnnn” are hidden for privacy,
thank you for your response.
Have a nice day,
Luca