question

rupesh avatar image
rupesh asked rupesh commented

How to set PreAuthRequest to CardNotPresent only in PaymentConnector integration?

Want to do the authorization using existing vaulted card details only, currently we are setting the CardNotPresent option to true in PreAuthRequest to true and not setting any card entry methods but at the time of authorization device shows CardNotPresent option as well other card operation also like swipe card, insert card etc, so can you please let us know how we able to disable other card operation?

@

PaymentsPaymentConnector
2 comments
10 |2000

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

David Marginian avatar image David Marginian ♦♦ commented ·

I don't think you can remove all of the card entry methods (that would require more research on my end). However, you can set the card entry methods to manual only (CARD_ENTRY_METHOD_MANUAL) which should remove most of the other options.

0 Likes 0 ·
rupesh avatar image rupesh David Marginian ♦♦ commented ·

Thanks David for your answer, we are going to set the card entry method to manual. Please let us know, if you found any finding in it on your end.

0 Likes 0 ·

0 Answers

·

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

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