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/payouts
- Production serverhttps://api.helix-pay.net/v1/payouts
- 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/payouts \
-H 'Content-Type: application/json' \
-H 'x-api-key: YOUR_API_KEY_HERE' \
-d '{
"consumer_id": "string",
"amount": 0,
"currency": "string",
"wallet_id": "string",
"bank_account_id": "string"
}'Response
application/json
{ "id": "string", "consumer_id": "string", "amount": 0, "status": "string", "wallet_id": "string", "merchant_name": "string", "bank_account_id": "string", "created_at": "2019-08-24T14:15:22Z", "updated_at": "2019-08-24T14:15:22Z" }
- Mock serverhttps://docs.helix-pay.net/_mock/apis/external.gen/payouts/{payout_id}
- Production serverhttps://api.helix-pay.net/v1/payouts/{payout_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/payouts/{payout_id}' \
-H 'x-api-key: YOUR_API_KEY_HERE'Response
application/json
{ "id": "string", "consumer_id": "string", "amount": 0, "status": "string", "wallet_id": "string", "merchant_name": "string", "bank_account_id": "string", "created_at": "2019-08-24T14:15:22Z", "updated_at": "2019-08-24T14:15:22Z" }
- Mock serverhttps://docs.helix-pay.net/_mock/apis/external.gen/payouts/{payout_id}
- Production serverhttps://api.helix-pay.net/v1/payouts/{payout_id}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X PATCH \
'https://docs.helix-pay.net/_mock/apis/external.gen/payouts/{payout_id}' \
-H 'x-api-key: YOUR_API_KEY_HERE'Response
application/json
{ "id": "string", "consumer_id": "string", "amount": 0, "status": "string", "wallet_id": "string", "merchant_name": "string", "bank_account_id": "string", "created_at": "2019-08-24T14:15:22Z", "updated_at": "2019-08-24T14:15:22Z" }
- 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" }