Welcome to Dibsy Developer
Getting Started
If you face any troubles integrating with us, please do not hesitate to contact us at dev@dibsy.one.
Introduction to REST
Dibsy API is based on the Representational State Transfer (REST) Protocol. While this may sound scary, it is mainly based on four main methods. These are GET
(Read), POST
(Create), PUT
(Edit) and DELETE
(Delete).
The architecture is based on sending requests from the client-side (your application), and receiving responses from the server-side (Dibsy API). Requests contain parameters, data types, JSON, and more. These messages are read, executed and the responses (whether your request is successful or not) are communicated back. For example, if a GET
request is executed, the response would contain data relevant to your query.
Reading from the API
All endpoints on the API will return JSON, however, in the future, we plan to make additional content types available on selected endpoints so it’s good practice to specify the Accept: application/json
in the header of your request.
Payment Methods
At this point, Dibsy supports the following payment methods, however, we are working hard every day to add more.
- Credit Cards
- Qatari Debit Cards (NAPS)
- Apple Pay
- Google Pay