When I initiate a transaction from my android app using the register API, it first goes through the oauth flow, then if the merchant allows the permissions(I used default permissions) it opens up the register app's transaction page (where merchant can charge a specific amount of money sent by my android app using credit card). But the merchant cannot see any other options other then credit card processing. How do I enable cash payment, Split Card payment methods?
0
votes
1 Answers
2
votes
tenderTypes.add(ChargeRequest.TenderType.CASH);
Take a look at this page in the documentation: https://docs.connect.squareup.com/api/register/android/
And don't forget about the sample apps here: https://github.com/square/register-android-sdk