GetThirdPartyBalance
Step 1: Get third party balance​
Third parties can get the balance by just calling the appropriate API endpoint.
Implementation Examples​
GET apps/api/contracts/escrow-amounts
Headers:
- Authorization:
Bearer {access_token}— Replace{access_token}with the token obtained from Step 1. - Content-Type: application/json
Example Response​
{
"data": {
"totalEscrowAmount": 886.25
},
"message": "Data retrieved successfully",
"status": 200,
"errorCode": null,
"validationErrors": []
}