Transaction

Yerassyl
Dabbler

Transaction

Hi,

I am trying to do one app for p2p money transfer, in sandbox. I have run sample code in github with Visa Direct api, now I don't know how to check balance of sender and receiver to show that transaction was ok. There are people in test data, how can I use them to check balance? Which API whould I use ?  Thanks for your time))

2 REPLIES 2
Sanobar
Frequent Helper

Re: Transaction

Hello,

You can not see the balance, instead you can get a response code (00) which means Approved and completed.

 For more details on response codes please refer to this link https://developer.visa.com/guides/request_response_codes

Please let us know if this suffice your inquiry.

Thanks

Sanobar

Yerassyl
Dabbler

Re: Transaction

If for example person A sended money to person B. Now person B wants to see his or her balance, how can it be done ? Which API should I use to allow person B to see the balance on card?