#Cdd

1 messages ยท Page 1 of 1 (latest)

drowsy waveBOT
tame ledge
#

He is worried of chargebacks so he wants to have this option.

#

We are currently using the outdated Verifone.

warm gyro
tame ledge
#

We would be willing to update to the new windows card reader.

warm gyro
#

Can you also elaborate on what you mean when you say want the:

Ability to toggle on/off credit cards.

tame ledge
warm gyro
#

Gotcha, I'm double checking with a teammate whether that is possible and if so how to implement it.

warm gyro
#

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

Prepare your application and backend to collect payments using Stripe Terminal.

drowsy waveBOT