#dhruvil

1 messages · Page 1 of 1 (latest)

sweet pelicanBOT
hidden kernel
#

hi! do you have more context?

formal cape
#

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.

hidden kernel
#

any examples of a failed payment I can look at?

formal cape
#

where i share the payment intent ids ??

hidden kernel
#

right here

formal cape
#

yea wait let me share

#
  1. cus_MqBOD0vAHTDoWK earlier payment pi_3MO0OqPRs8bXk1Us1Q8Dku4X was successful but the recent payment pi_3MnkEUPRs8bXk1Us0dCDx2kn got failed.

  2. cus_MOmLwlfmEnVlsG earlier payment pi_3Mgwb9PRs8bXk1Us1X2iTWKa was successful but the recent payment pi_3Mm7wgPRs8bXk1Us0244AKfF got failed.

hidden kernel
#

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

untold fjord
#

@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.

hidden kernel
#

follow up with our support team instead thanks

untold fjord
#

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?

formal cape
#

yes sure

hidden kernel
#

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

untold fjord
#

Ok

formal cape
#

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

hidden kernel
#

what's the customer ID cus_xxx?
what is "[your] portal"?

formal cape
#

i am sharing the customer id

hidden kernel
#

@formal cape still there?

formal cape
#

yes i am wait i am finding the customer id

hidden kernel
#

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.

sweet pelicanBOT
formal cape
#

Hey tarzan

#

@tawny parrot

tawny parrot
#

👋 taking over for my colleague. Let me catch up.

formal cape
#

yea

hidden kernel
#

I suggest sharing your customer ID @formal cape then we can help , nothing to say before that

formal cape
#

cus_L9b4U2OAKlbdDo thats the customer id

hidden kernel
#

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.

formal cape
#

yea so in this customer
the card number was ending with 0505 but in stripe showing different.

hidden kernel
#

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!

formal cape
#

Ohkke i got it so basically i have to enable a webhook with this event payment_method.automatically_updated

tawny parrot
#

yes exactly