#dhruvil
1 messages · Page 1 of 1 (latest)
hi! do you have more context?
yea we have subscription based system and customers can pay via credit card and also bank
in this case bank payments are gets failed continuously not a single success and its not for all but with some of the customers only
other customers payments get success threw bank but some of them gets failed.
any examples of a failed payment I can look at?
where i share the payment intent ids ??
right here
yea wait let me share
-
cus_MqBOD0vAHTDoWK earlier payment pi_3MO0OqPRs8bXk1Us1Q8Dku4X was successful but the recent payment pi_3MnkEUPRs8bXk1Us0dCDx2kn got failed.
-
cus_MOmLwlfmEnVlsG earlier payment pi_3Mgwb9PRs8bXk1Us1X2iTWKa was successful but the recent payment pi_3Mm7wgPRs8bXk1Us0244AKfF got failed.
but the recent payment pi_3MnkEUPRs8bXk1Us0dCDx2kn got failed.
this just seems like a generic card decline to me. Nothing I can say about that
the recent payment pi_3Mm7wgPRs8bXk1Us0244AKfF got failed.
this looks like an AU BECS debit that the bank declined
in either case the customer should use a different payment method/enquire with their bank, and you can follow up with https://support.stripe.com/?contact=true if you need to, this chat is for coding/developer questions and can't help with livemode declines like that
@hidden kernel Let me jump into this conversation. @formal cape is my mate. We have already contacted Stripe support and asked our customers to contact the bank. The bank replied that "the bank could find any attempt of a transaction from stripe". We are not getting any solution anywhere.
follow up with our support team instead thanks
So we want to confirm if there is any issue between our platform (due to our coding) and Stripe or the issue is between Stripe and bank.
It's affecting our business
Can you help with the code? @formal cape can you share the payment request?
yes sure
follow up with our support team instead thanks
it's unlikely your code has anything that causes livemode declines, if it does, our support team can escalate and look into it too
Ok
i have another question like
one of my customer has payment method
its showing different in my portal and different in stripe but the payment_method_id is same how its possible ??
there is no payment method update by my customer
what's the customer ID cus_xxx?
what is "[your] portal"?
i am sharing the customer id
@formal cape still there?
yes i am wait i am finding the customer id
ok! it's the end of my shift in 5 minutes so someone else on my team will look. Ultimately though we don't know what your portal is or how you get your data for that, we can only tell you what the Stripe Customer object looks like , which you can see yourself in your dashboard.
👋 taking over for my colleague. Let me catch up.
yea
I suggest sharing your customer ID @formal cape then we can help , nothing to say before that
cus_L9b4U2OAKlbdDo thats the customer id
before we look
can you look at https://dashboard.stripe.com/customers/cus_L9b4U2OAKlbdDo ? and tell us what exactly you see as being different there versus 'your portal'? i.e. "I see a mastercard ending in xxxx on Stripe, but in my portal I see a Visa ending in xxx". And describe what your 'portal' is and how it works, maybe some screenshots etc.
when you have more information to share we can help a lot better.
yea so in this customer
the card number was ending with 0505 but in stripe showing different.
https://dashboard.stripe.com/events/evt_1MhmO1AxFTkseYHF9xKisFcB because the card was updated and you likely didn't update your own records
basically the customer's bank issued them a new card with a different number, we are notified of that, and update the PaymentMethod object on our side. You can listen to this webhook events to update your local records if needed.
ok, running for lunch!
Ohkke i got it so basically i have to enable a webhook with this event payment_method.automatically_updated
yes exactly