#shaharyarilyas
1 messages · Page 1 of 1 (latest)
Hello shaharyarilyas, we'll be with you shortly! Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
• https://discord.com/channels/841573134531821608/1164240343013797988, 1 days ago, 10 messages
• https://discord.com/channels/841573134531821608/1164213418773971014, 1 days ago, 10 messages
• https://discord.com/channels/841573134531821608/1164183567560081488, 1 days ago, 18 messages
• https://discord.com/channels/841573134531821608/1162507150355079219, 6 days ago, 6 messages
• https://discord.com/channels/841573134531821608/1162012813921890416, 7 days ago, 31 messages
hi! depends on the exact means you're using right now with Stripe, i.e. do you use Elements or Checkout or something else.
if you're using Elements then integrating with this flow https://stripe.com/docs/payments/build-a-two-step-confirmation allows you to inspect details of the card before payment, for instance. Depends what you're currently using and what your goals are.
I'm using react native sdk with wisepad3 terminal (in-person) with our custom backend
then no, you can't really see the details of the card before they're charged, in Terminal payments.
you can inspect the payment_intent.payment_method after the authorisation and before the capture request though, of course.
but payment_intent.payment_method key is not available already checked.
it's available on the backend.
yeah like I said, you can't do this before they're charged, in Terminal payments.
you can inspect the details of the PaymentIntent and PaymentMethod after calling processPayment
wait i am trying
same scenario how i check card type and network type when i recevied money from paymentlink
because my scenario is i want to deduct application_fee_amount according to card type
you can check those details after the processPayment , and then pass the fee when you capture the PaymentIntent later on the backend.
how can i check the card used for payment method is (Amex, pre-paid) cards etc
have a look at the fields on https://stripe.com/docs/api/payment_methods/object#payment_method_object-card_present