Integration with PayMee is performed through Web Services. The model employed is quite simple, utilizing two main base URLs (endpoints):

These endpoints receive HTTP messages using standard methods (POST, GET, PUT). Each message type must be sent to a specific resource, identified by its path (URI) appended to the base endpoint URL.

HTTP Methods

The primary HTTP methods used by the PayMee API are detailed below:

MethodDescriptionExample Usage
POSTUsed to create new resources or send information to be processed.Creating a new transaction.
PUTUsed to update an already existing resource.Refunding or canceling a transaction.
GETUsed for querying (retrieving information about) existing resources.Querying transaction details.