cURL
curl --request GET \ --url https://dashu.sa/api/external/getDeposits
{ "success": true, "result": [ { "Iban": "SA0000000000000000000000", "DepositId": 123123, "VendorId": 456456, "DepositReference": "123456789", "BankName": "Riyad Bank(RB)", "TotalValue": 53661.0089999999981955625116825103759765625, "DepositDate": "02/06/2024" }, { "Iban": "SA0000000000000000000000", "DepositId": 123123, "VendorId": 456456, "DepositReference": "123456789", "BankName": "Riyad Bank(RB)", "TotalValue": 123.23102948723462873, "DepositDate": "01/06/2024" } ] }
Using this endpoint you’ll have the ability to get a list of deposits that sent or prepared to be sent to the vendor bank account.
true
Hide properties