Introduction to integrating with the PayMee API, covering purpose, requirements, and environments.
HTTP
/HTTPS
requestsJSON
file manipulationAPI REST
. These operations require authentication using specific keys (x-api-key
and x-api-token
) sent in the request headers.
URI
) of the desired operation.HTTP
verb specified for that operation (e.g., GET
, POST
).x-api-key
and x-api-token
in the request headers for authentication.