You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Do get `/statements` Use this API for list all transactions history for a month. You can specified start date and also end date for range transaction history.
@@ -712,6 +720,7 @@ Available methods for `MidtransIrisApi` class
712
720
/**
713
721
* Do get `/bank_accounts/{bank_account_id}/balance` For Facilitator Partner, use this API is to get current balance information of your registered bank account.
714
722
*
723
+
* @param bankAccountId String Bank Account Number
715
724
* @return {JSONObject} - org.json Promise contains Object from JSON decoded response refer to: https://iris-docs.midtrans.com/#check-balance-facilitator
716
725
* @throws MidtransError when an exception was occurred during executing the request.
717
726
*/
@@ -723,10 +732,10 @@ Available methods for `MidtransIrisApi` class
723
732
* @return {JSONObject} - org.json Promise contains Object from JSON decoded response (more params detail refer to: https://iris-docs.midtrans.com/#list-banks)
724
733
* @throws MidtransError when an exception was occurred during executing the request.
0 commit comments