General
The ANONPAY API enables users to process payments privately.
It accepts GET and POST requests, allowing data to be sent through both types of parameters.
We do not log any API requests.
Our API is currently hosted on the following mirrors:
Our Checkout is currently hosted on the following mirrors:
Note that a TOR SOCKS5 proxy is required to query these endpoints.
Authentication
Authentication is based on the "key" parameter, which must contain your API key and can be included in either POST form data or GET parameters.
If you do not have an API key, you can obtain one here.
Query Params / Form Data
Contains your API key.
Get it from here.
Error Handling
All endpoints return a status field that contains either “success” or “error”.
Here is a possible error response:
Response JSON
Contains the status of the API request.
Contains an error string depending on your error.
Possible errors include: “parameter_missing”, “parameter_invalid”
Contains a code used for debugging purposes.
Webhook
Webhooks allow you to get live updates about active transactions.
If a webhook is configured, a GET request will be sent to your specified URL from a TOR exit node, so make sure to allow TOR traffic on your selected endpoint.
The request can contain the following GET parameters:
Query Params
Contains the transaction ID about which information is sent.
Contains a transaction's private key.
It can be used to verify webhook requests are valid.
Contains the event that triggered the webhook request.