#shaharyarilyas

1 messages · Page 1 of 1 (latest)

civic hedgeBOT
#

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

viscid karma
#

hi! depends on the exact means you're using right now with Stripe, i.e. do you use Elements or Checkout or something else.

frail island
#

I'm using react native sdk with wisepad3 terminal (in-person) with our custom backend

viscid karma
#

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.

frail island
#

but payment_intent.payment_method key is not available already checked.

viscid karma
#

it's available on the backend.

frail island
#

are we checking this key from collectPaymentMethod()

#

sdk

viscid karma
#

you can inspect the details of the PaymentIntent and PaymentMethod after calling processPayment

frail island
#

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

viscid karma
#

you can check those details after the processPayment , and then pass the fee when you capture the PaymentIntent later on the backend.

frail island
#

how can i check the card used for payment method is (Amex, pre-paid) cards etc

viscid karma