question

ans avatar image
ans asked ans edited

Manual Transaction in station duo or pro

We are using our own app to trigger payments on Station Duo/Pro devkit's Merchant facing, swipe, tap or insert operations are being displayed on the customer facing and working correctly. But in case of manual transaction only card entry fields are not displayed either on customer facing or the merchant facing. My Code for charging above payments is below and screen responses are attached in the images below.customer-facing.jpgmerchant-facing-manual.png

if (payment_method.equals("credit_card")) {
    builder.cardOptions(PaymentRequestIntentBuilder.CardOptions.Instance(
            CardEntryMethod.CardReaders(),                                              
            null,                                                                       
            true));                                                                     
} else if (payment_method.equals("manual_card")) {
    builder.cardOptions(PaymentRequestIntentBuilder.CardOptions.Instance(
            CardEntryMethod.Manual(),                                                  
            false, // also tried with true & null but same                                                                    
            true));
}
Clover Android SDKclover developer communitydeveloper platfomdeveloper pay
10 |2000

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

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