Monitor API availability and service status. Use these endpoints to verify connectivity and check if the API is operational.
DualEntry Public API (1.0.0)
Download OpenAPI description
Languages
Servers
Mock server
https://docs.dualentry.com/_mock/resources/
Production environment
https://api.dualentry.com/
Development environment (for testing)
https://api-dev.dualentry.com/
- Mock serverhttps://docs.dualentry.com/_mock/resources/public/v1/customer-prepayments/
- Production environmenthttps://api.dualentry.com/public/v1/customer-prepayments/
- Development environment (for testing)https://api-dev.dualentry.com/public/v1/customer-prepayments/
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://docs.dualentry.com/_mock/resources/public/v1/customer-prepayments/?search=string&id=0&company_id=0&number=0&customer_id=0&start_date=2019-08-24&end_date=2019-08-24&account_id=0&transaction_currency=AED&record_status=draft&recurring_record_id=0&limit=100&offset=0'OK
Enum"AED""AFN""ALL""AMD""ANG""AOA""ARS""AUD""AWG""AZN"
Any of:
number(Exchange Rate)
Enum"AED""AFN""ALL""AMD""ANG""AOA""ARS""AUD""AWG""AZN"
items[].​bank_or_undeposited_funds_amountBank Or Undeposited Funds Amount (number) or Bank Or Undeposited Funds Amount (string)(Bank Or Undeposited Funds Amount)required
Any of:
number(Bank Or Undeposited Funds Amount)
Any of:
Total transaction amount
number(Amount)
Any of:
Amount that was already applied to Invoices
number(Used Amount)
Response
application/json
{ "items": [ { … } ], "count": 0 }
- Mock serverhttps://docs.dualentry.com/_mock/resources/public/v1/customer-prepayments/{record_number}/
- Production environmenthttps://api.dualentry.com/public/v1/customer-prepayments/{record_number}/
- Development environment (for testing)https://api-dev.dualentry.com/public/v1/customer-prepayments/{record_number}/
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://docs.dualentry.com/_mock/resources/public/v1/customer-prepayments/{record_number}/?search=string&id=0&company_id=0&number=0&customer_id=0&start_date=2019-08-24&end_date=2019-08-24&account_id=0&transaction_currency=AED&record_status=draft&recurring_record_id=0'OK
Enum"AED""AFN""ALL""AMD""ANG""AOA""ARS""AUD""AWG""AZN"
Any of:
number(Exchange Rate)
Enum"AED""AFN""ALL""AMD""ANG""AOA""ARS""AUD""AWG""AZN"
bank_or_undeposited_funds_amountBank Or Undeposited Funds Amount (number) or Bank Or Undeposited Funds Amount (string)(Bank Or Undeposited Funds Amount)required
Any of:
number(Bank Or Undeposited Funds Amount)
Any of:
Total transaction amount
number(Amount)
Any of:
Amount that was already applied to Invoices
number(Used Amount)
Any of:
Amount that can be applied to Invoices
number(Remaining Amount)
Response
application/json
{ "transaction_ids": [ 0 ], "attachments": [], "number": 0, "company_id": 0, "company_name": "string", "company_currency": "string", "customer_id": 0, "customer_name": "string", "account_id": 0, "account_number": 0, "memo": "string", "check_number": "string", "currency_iso_4217_code": "AED", "date": "2019-08-24", "exchange_rate": 0, "undeposited_funds_currency": "AED", "bank_or_undeposited_funds_amount": 0, "amount": 0, "used_amount": 0, "remaining_amount": 0, "record_status": "draft", "customer_deposits": [], "recurring_record_number": 0 }