Collect Payment Emulation

How do I emulate a payment success using the Collect payment intent on the Emulator?

Intent collectPaymentIntent = new Intent(Intents.ACTION_COLLECT_PAYMENT);
collectPaymentIntent.putExtra(Intents.INTENT_EXTRAS_PAYMENT, payment);
startActivityForResult(collectPaymentIntent, COLLECT_PAYMENT_REQUEST);

The sample example didn’t provide any guidance for it.

You can click on 2 horizontal bars in the payment fragment and select CASH

Denis,

I’m already doing payment in cash, I’m interested on check if it’s possible to do it using another payment method. Anyway, thank you for your faster answer.

Since there is no card reader, you can’t do any payment card transactions, but you can implement a custom payment app to accept other forms of payments that don’t require the card reader. Please check out our sample app https://github.com/poynt/PoyntSamples/tree/custom-tenders/custompayment.