question

mikecimi avatar image
mikecimi asked justina Deactivated edited

key entered transactions

We are using the v3 android sdk - Is there anyway to allow the user to key in the cc number? Sometimes they take orders over the phone and it is useful for them to be able to manually key enter a card number.
Sale
10 |2000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

justina avatar image
justina Deactivated answered justina Deactivated edited
Hi @mikecimi,

When using PaymentConnector, the setCardEntryMethods method allows you configure which card entry methods are made available when accepting a payment.
pendingSaleRequest.setCardEntryMethods(CardEntryMethods.CARD_ENTRY_METHOD_MANUAL);
Please see https://github.com/clover/clover-android-sdk/blob/... for the available card entry method options.

-- Justin
10 |2000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Welcome to the
Clover Developer Community