#Cdd
1 messages ยท Page 1 of 1 (latest)
He is worried of chargebacks so he wants to have this option.
We are currently using the outdated Verifone.
HI ๐ I would suggest starting here to review whether PINs are supported in the region where you'll be operating:
https://stripe.com/docs/tax/custom
Learn how to calculate tax in your custom payment flow, and record the tax collected for reporting.
We would be willing to update to the new windows card reader.
Can you also elaborate on what you mean when you say want the:
Ability to toggle on/off credit cards.
Yeah so for some reason he doesn't want to accept credit cards if he notices to many people are charging back an order.
Gotcha, I'm double checking with a teammate whether that is possible and if so how to implement it.
Apologies for the delay, to do that you will need to use our server-driven integration path as it allows you to create and inspect a Payment Method before charging it:
https://stripe.com/docs/terminal/payments/collect-payment?terminal-sdk-platform=js#collect-inspect-payment-method
You can then check the Payment Method to see if it is one you will permit a customer to use by inspecting card_present.funding, and raise an error to collect a new payment method if that one doesn't meet your criteria
https://stripe.com/docs/api/payment_methods/object#payment_method_object-card_present-funding