Skip to content

Gatepay Public API

Gatepay provides a RESTful API for programmatic access to all platform features.

https://api.gatepay.cloud
  • /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.
  • All endpoints require a Bearer API token.
  • Get your token from the Gatepay dashboard.
POST /links
Authorization: Bearer <your-token>
Content-Type: application/json
{
"name": "Premium Content",
"alias": "premium",
}

See the OpenAPI spec for full details.