Base URLs
These are the base URLs for endpoints hosted on the Deliverect domain.
| Environment | Base URL | Description |
|---|---|---|
| Restaurant Staging | https://api.staging.deliverect.com | For any integration partner operating in the restaurant space and accessing endpoints in our Staging (test) environment. |
| Restaurant Production | https://api.deliverect.com | For any integration partner operating in the restaurant space and accessing endpoints in our Production (live) environment. |
Pay API Endpoints
Use the following endpoints to manage the payment lifecycle for a store.
| ENDPOINT | TYPE | FUNCTION |
|---|---|---|
| Get Payment Gateways | GET | Retrieves all payment gateways configured for a store. |
| Request Payment | POST | Request for payment intent. |
| Refund Payment | POST | Request to refund a payment. |
| Payment Update | POST | Endpoint receiving payment update events. |
