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"
}
]
}
Query Parameters
The API Key of your account.
Set this property to true
to send the request to the development
environment.
{
"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"
}
]
}
Response properties
The description of the response status.
List of validation errors (if any).
The IBAN number used to transfer the deposit.
A unique number indicates the Deposit in DashPay system.
A unique number indicates the Vendor account in DashPay system.
A unique value indicates the Deposit in DashPay system.
Name of the bank that owns the IBAN number.
The total amount sent to the bank account.
The date of issuing the Deposit process.
Error Codes
Here’s a list of possible error codes of this endpoint.
Code | Description |
---|
1 | Missing or invalid api key |