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-refunds/
- Production environmenthttps://api.dualentry.com/public/v1/customer-refunds/
- Development environment (for testing)https://api-dev.dualentry.com/public/v1/customer-refunds/
- 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-refunds/?search=string&company_id=0&number=0&customer_id=0&start_date=2019-08-24&end_date=2019-08-24&transaction_currency=AED&record_status=draft&limit=100&offset=0'OK
Enum"AED""AFN""ALL""AMD""ANG""AOA""ARS""AUD""AWG""AZN"
Any of:
number(Exchange Rate)
items[].​bank_or_credit_card_amountBank Or Credit Card Amount (number) or Bank Or Credit Card Amount (string)(Bank Or Credit Card Amount)required
Any of:
number(Bank Or Credit Card Amount)
Any of:
Total transaction amount
number(Amount)
Enum"draft""posted""archived"
Response
application/json
{ "items": [ { … } ], "count": 0 }
- Mock serverhttps://docs.dualentry.com/_mock/resources/public/v1/customer-refunds/{record_number}/
- Production environmenthttps://api.dualentry.com/public/v1/customer-refunds/{record_number}/
- Development environment (for testing)https://api-dev.dualentry.com/public/v1/customer-refunds/{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-refunds/{record_number}/?search=string&company_id=0&number=0&customer_id=0&start_date=2019-08-24&end_date=2019-08-24&transaction_currency=AED&record_status=draft'OK
Enum"AED""AFN""ALL""AMD""ANG""AOA""ARS""AUD""AWG""AZN"
Any of:
number(Exchange Rate)
bank_or_credit_card_amountBank Or Credit Card Amount (number) or Bank Or Credit Card Amount (string)(Bank Or Credit Card Amount)required
Any of:
number(Bank Or Credit Card Amount)
Any of:
Total transaction amount
number(Amount)
Response
application/json
{ "classifications": [], "transaction_ids": [ 0 ], "number": 0, "account_id": 0, "items": [ { … } ], "company_id": 0, "company_name": "string", "company_currency": "string", "customer_id": 0, "customer_name": "string", "memo": "string", "check_number": "string", "date": "2019-08-24", "currency_iso_4217_code": "AED", "exchange_rate": 0, "bank_or_credit_card_amount": 0, "amount": 0, "record_status": "draft", "paper_check_status": "printed" }