#karthi8493
1 messages · Page 1 of 1 (latest)
i want this id need to store and get the card details
card_1NNB4lLJDzyFtsXT5pV48zv4
which web hook event trigger get this card id
now i webhook event listenting for issuing.card.create
but this event not come
So what is your question? That you didn't receive the issuing.card.create event?
yes...and iam asking this event have come this card id like card_1NNB4lLJDzyFtsXT5pV48zv4
if come means ... this event not triggered
are you sure this is the correct ID? card_1NNB4lLJDzyFtsXT5pV48zv4?
This card ID comes from the documentation. I need to see an ID from your own account.
this id not come for my account
so , how can i get this id
which webhook event listening to get this card id?
Let's take a step back. Can you clarify what you are trying to do? Do you want to accept a payment with Stripe, or something else?
yes
im a accept payment stripe
that time we enter the card details correct?
when i accept payment stripe need to store that card id.. so i am asking which webhook event get this card id...
Hi! I'm taking over from my colleague. Please, give me a moment to catch up.
Are you using Payment Element or Stripe Checkout?
Could you please give me an example PaymentIntent? pi_xxx
pi_3NNB7WSC30TvzpRb0ItLiAX4
You can listen to the checkout.session.completed webhook event, and then take the payment_intent.payment_method property