API documentation for the Helix-Pay API
Helix-Pay API (1.0.0)
Download OpenAPI description
Languages
Servers
Mock server
https://docs.helix-pay.net/_mock/apis/external.gen/
Production server
https://api.helix-pay.net/v1/
- Mock serverhttps://docs.helix-pay.net/_mock/apis/external.gen/integrations
- Production serverhttps://api.helix-pay.net/v1/integrations
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X POST \
https://docs.helix-pay.net/_mock/apis/external.gen/integrations \
-H 'Content-Type: application/json' \
-H 'x-api-key: YOUR_API_KEY_HERE' \
-d '{
"label": "string",
"integration_code": "string",
"config": {
"update_url": "https://WIX_USER.wixsite.com/WIX_SHOP/_functions/updateTransaction/"
}
}'Response
application/json
{ "id": "string", "name": "string", "type": "string", "data": {} }
- Mock serverhttps://docs.helix-pay.net/_mock/apis/external.gen/integrations/{integration_id}
- Production serverhttps://api.helix-pay.net/v1/integrations/{integration_id}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
https://docs.helix-pay.net/_mock/apis/external.gen/integrations/int_3bbb4fe7-4c25-45b2-a363-c8db8c0084b9 \
-H 'x-api-key: YOUR_API_KEY_HERE'Response
application/json
{ "id": "string", "name": "string", "type": "string", "data": {} }
- Mock serverhttps://docs.helix-pay.net/_mock/apis/external.gen/health
- Production serverhttps://api.helix-pay.net/v1/health
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
https://docs.helix-pay.net/_mock/apis/external.gen/health \
-H 'x-api-key: YOUR_API_KEY_HERE'Response
application/json
{ "message": "string" }