get https://api.altermal.com/api:phZLPvsb/Profile/Beneficiary
Beneficiary Account Statement
Authentication: required
Beneficiary's account data
Authentication: required
Authentication: required
This end point can be used to receive all relevant information of the beneficiary.
Example of response from this endpoint
{
"result_1": {
"Customer_info": "B-2e375afa293646a08f669a660802cc2d",
"Outstanding_advances": {
"details": [
{
"AdvanceID": "90a37f2d20724722b6d0131aab8da81c",
"IntegrationPartnerID": 16,
"Status": "Active",
"Advancepurpose": "Other",
"OffersID": "90a37f2d20724722b6d0131aab8da81c-3",
"Description": "More time",
"Loan_Amount": 25000,
"Max_Term": 12,
"Factor": 1.3,
"CounterpartyID": "B-2e375afa293646a08f669a660802cc2d",
"their_ID": "dsadsafddfgdssfds"
}
],
"balances": [
{
"AdvanceID": "90a37f2d20724722b6d0131aab8da81c",
"Factor": 1.3,
"Rev_Share": 0.05,
"Loan": 25000,
"Sum_transactions": 513000,
"TotalDueAmount": 32500,
"Settled": 16000,
"AmountLeft": 16500,
"repaymentprogress": 0.5077,
"UnsettledBalance": 16500
}
]
}
}
}