Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 384 Bytes

Send Money.md

File metadata and controls

13 lines (10 loc) · 384 Bytes

Send Money

  • You can send money to your friend using Mobile No. Please refer below code snippet.
  • citrusClient.sendMoneyToMoblieNo(new Amount("10"), "9999999999", "My contribution", new Callback<PaymentResponse>() {
        @Override
        public void success(PaymentResponse paymentResponse) { }
    
        @Override
        public void error(CitrusError error) { }
    });