#binodkafle
1 messages · Page 1 of 1 (latest)
Can you share an example?
You mean failing payment intent id?
Yes
pi_3NpjrCD5KYFi3zJG1CmspwS5
pi_3NoJkeD5KYFi3zJG0R4z9jlF
pi_3NoJduD5KYFi3zJG1n0VcHVI
pi_3NWtgnD5KYFi3zJG07LsbVoE
pi_3NpjrCD5KYFi3zJG1CmspwS5
pi_3NWtfDD5KYFi3zJG10JiGoQL
Looking at just the one example
I looked at pi_3NpjrCD5KYFi3zJG1CmspwS5 and it seems the bank just declined the payment. Nothing seems off with your integration
Just asking, isn't it unusual for the bank to decline these payments if nothing seems off with the integration. For eg. billing_details of the payment is always null. Is it possible that setting the correct information for name will improve the payment success rate?
isn't it unusual for the bank to decline these payments if nothing seems off with the integration
Not particularly no. Banks can, and do, decline payments for any number of reasons. In most cases the customer can resolve the issue by speaking to the bank
Is it possible that setting the correct information for name will improve the payment success rate?
Specifically what information? We only send specific information with the payment across the networks in cases where we think it'll imporve auth rates
Specifically what information?
I meanbilling_detailsin the payment methods and charges section
"billing_details": {
"address": {
"city": null,
"country": "JP",
"line1": null,
"line2": null,
"postal_code": null,
"state": null
},
"email": null,
"name": null,
"phone": null
But in the example payment I looked at the bank didn't do an AVS check so likely not the cause of the decline
My payment intents are off-session and in the documentation its written that the bank is more likely to reject the off-session payment and require authentication from the cardholder.
https://stripe.com/docs/payments/payment-intents#future-usage
Could it be the cause?
Hmm, that's not really the case here as no authentication was requested. They're just straight up declines