Gatepay Public API
Gatepay Public API
Section titled “Gatepay Public API”Gatepay provides a RESTful API for programmatic access to all platform features.
Base URL
Section titled “Base URL”https://api.gatepay.cloud
OpenAPI & Playground
Section titled “OpenAPI & Playground”- OpenAPI Spec: https://api.gatepay.cloud/openapi
- API Playground: https://api.gatepay.cloud/playground
Main Endpoints
Section titled “Main Endpoints”- /links: Create, update, and manage payment links.
- /payments: Track and verify payments.
- /accounts: Manage your account, API tokens, and stats.
- /networks: List supported networks and assets.
Authentication
Section titled “Authentication”- All endpoints require a Bearer API token.
- Get your token from the Gatepay dashboard.
Example: Create a Link
Section titled “Example: Create a Link”POST /linksAuthorization: Bearer <your-token>Content-Type: application/json
{ "name": "Premium Content", "alias": "premium",}
See the OpenAPI spec for full details.