商户入驻与应用配置
基础地址
| 项目 | 值 |
|---|---|
| Service Base URL | https://openplatform.gateapi.io |
创建并配置应用
请按以下步骤在 GatePay 商户门户中完成应用配置:| 步骤 | 操作 |
|---|---|
| 1 | 登录 GatePay 商户门户,完成商户注册和初始化配置。 |
| 2 | 填写所需的业务信息并提交商户申请。 |
| 3 | 进入应用配置页面,创建或配置新的应用。 |
| 4 | Retrieve your ClientId from the 应用 list. |
| 5 | 按需配置回调地址,用于接收异步通知。 |
Configuration Credentials
After completing app configuration, you will receive the following credentials:| Credential | 说明 |
|---|---|
ClientId | Unique identifier for your 应用. Used in all API requests via the X-GatePay-Certificate-ClientId header (see 认证与安全 for details). |
| Payment API Secret | Server-side signing key for payment-related API requests and signature verification. |
| Authorization Secret | Server-side signing key for authorization API requests and signature verification (used only by authorization APIs). |
| 回调 URL | 接口 configured to receive 异步 payment 通知s. |
Generating and Managing Keys
| Key 类型 | Purpose |
|---|---|
| Payment API Secret | Used for signature generation and verification in payment APIs. Keep this secret secure on your server. |
| Authorization Secret | Used exclusively for signature generation and verification in authorization APIs. |
Core Integration Credentials
| Credential | 说明 |
|---|---|
ClientId | Unique 应用 identifier used to identify your requests. |
| Payment API Secret | Server-side key for signing payment API requests. |
| Authorization Secret | Server-side key for signing authorization API requests (authorization APIs only). |
SDK Support
GatePay provides an official SDK for Go:| SDK | Details |
|---|---|
| gatepay-sdk-go | Available for Go 1.21 and above. View on GitHub |
Supported Payment Networks and 币种
Blockchain Networks and Supported Cryptocurrencies
The following networks and tokens are supported for address-based payments:| Blockchain Network | Supported 币种 |
|---|---|
| Ethereum / ERC20 | DAI, ETH, POL, USDC, USDT |
| Polygon | DAI, POL, USDC, USDT |
| Arbitrum One / ERC20 | USDC, USDT |
| BNB Smart Chain / BEP20 | USDT |
| Solana | SOL, USDC, USDT |
| Tron / TRC20 | USDT |
| Bitcoin BRC20 / Ordinals | BTC |
支持的币种 for Other Payment Channels
The following cryptocurrencies and digital assets are supported across other payment methods: BTC, USDT, USD, GT, ETH, EOS, DOGE, DOT, SHIB, LTC, ADA, BCH, FIL, ZEC, BNB, UNI, XRP, STEPG, SUPE, LION, FROGNext 步骤
- For authentication details and request signing, see 认证与安全
- For payment API integration, refer to your specific payment flow documentation
- For error handling and best practices, consult the error codes and troubleshooting guide

