but while posting payment it shows payment success message with $0,00, and shows remaining balance as $16.05, I don't know whats wrong in the code, It should show that the "$16.05 payment successful" for my requirement, Can you please check my below screenshot and the code snippet what I'm using to call the Payment post, We are in the deadline of the project please help
Code:
Intent data = new Intent(); data.putExtra(Intents.EXTRA_AMOUNT, amount); data.putExtra(Intents.EXTRA_CLIENT_ID, Utils.nextRandomId()); data.putExtra(Intents.EXTRA_NOTE, "Transaction Id: " + Utils.nextRandomId()); setResult(RESULT_OK, data); finish();