📄️ Payment Scenario
1. Creating a payment. payments/create
📄️ API credentials
You can get your account credentials from the console website in the devepor oprions section.
📄️ Actual endpoints
Endpoint URL template:
📄️ Authentication
The API is available to authorized users.
📄️ Idempotency
From the API's point of view, idempotency means that multiple requests are handled in the same way as single requests.
📄️ Server Responses
All responses are returned in JSON format.