#harinth

1 messages · Page 1 of 1 (latest)

delicate jettyBOT
vernal swift
#

👋 @stuck harbor How can we help?

stuck harbor
#

I have selected a customer_id and a card for making a paymentIntent request. Is there any chance that the payment can be done with another card attached to the same customer_id?

vernal swift
#

Has the payment been successfully made on the Payment Intent? If the Payment Intent status is not succeeded or processing, you could update its payment method to another card

stuck harbor
#

Sorry, let me make it clear.

I selected a customer_id and a card_id(which was saved in the db), and made a paymentIntent request. The paymentIntent was success, but it was actually paid with a new card(which was not in our db at all)

vernal swift
#

I see! Once the payment intent is in succeeded, the payment has been deducted from user's card and won't be able to change to another card.

When you mentioned that you set the card ID in the Payment Intent request but it was paid with a new card, could you explain more how this happened? Do you have an example Payment Intent ID (pi_xxx) to share?

stuck harbor
#

Let me check, I will get back to you in a mnt

#

pi_3MLOE7J0Nyumq9cO1PAdkuL3

vernal swift
stuck harbor
#

Please hold on

stuck harbor
#

In my db, I have another card added with the same card id, card_xxx.

#

But with that, the processing was successful

#

and that card is expired now

#

Is it okay to share the fingerprints here?

#

Previously I didn't use paymentIntent as it was my old sdk

#

Now I used paymentIntent with new SDK

#

Then and now, same cardId, but different last4

#

Are you there?

vernal swift
#

Yes, I'm here

#

Discord is busy now

#

I don't quite understand your problem. Do you mean that you have the same card ID, but with different last 4 digits? If so, could you share the card ID (card_xxx)?

stuck harbor
#

Ok

#

Card Id is same here, only difference is fingerprint. Shall I share that?

#

card_1G5iaUJ0Nyumq9cOHFm8K8Lk

vernal swift
#

Yup sure! Could you share the fingerprints and their last 4 digits?

stuck harbor
#

ZOf5MTG8R7TXgCuV - 0859
QMgHIYZJTFpL3QhA - 3465

vernal swift
#

Where do you see QMgHIYZJTFpL3QhA - 3465 from card_1G5iaUJ0Nyumq9cOHFm8K8Lk?

stuck harbor
#

Its there in the log you shared no?

vernal swift
#

Oh sorry! I missed that. This channel focus on developer and integration questions and I don't have expertise why the fingerprint changed. Our support team will be able to assist you better than I can: https://support.stripe.com/contact

stuck harbor
#

ZOf5MTG8R7TXgCuV - 0859

This one is also there in your list right?

#

I mean 2 fingerprints with same card id is there in Stripe

vernal swift
#

I'd recommend writing in to Support to have a check. It's likely that the issuer informing Stripe about updating the card details

stuck harbor
#

Ok, will I be getting a reply in this thread itself?

vernal swift
stuck harbor
vernal swift
#

Yes! I'd recommend including following information in the email.

  • card ID (card_1G5iaUJ0Nyumq9cOHFm8K8Lk)
  • two fingerprints
    • ZOf5MTG8R7TXgCuV - 0859
    • QMgHIYZJTFpL3QhA - 3465
stuck harbor
#

Ok. Thank you