Goatrade API
Payment aggregator API for accepting payments and payouts.
Base URL
https://api.goatrade.cc/v1
Features
- Payments — Accept payments via SBP, bank cards, internal bank transfers
- Payouts — Payouts to cards and via SBP
- Withdrawals — Withdraw funds to USDT TRC-20 wallets
- Webhooks — Real-time payment status notifications
Payment Methods
| Method | Code | Description |
|---|---|---|
| SBP | SBP | Faster Payments System |
| Card | CARD | Bank card |
| Internal | INTERNAL | Transfer within one bank (requires bank) |
| Cross-border | CROSS_BORDER | Cross-border transfers |
| SIM | SIM | Phone balance payment |
Response Format
All API responses are returned in JSON format.
Success Response
{
"id": "pay_abc123",
"status": "pending",
"amount": 5000,
"method": "sbp"
}
Error Response
{
"code": "AUTH_001",
"message": "Invalid API key",
"statusCode": 401
}
Limits
| Parameter | Value |
|---|---|
| Minimum amount | 100 RUB |
| Maximum amount | 300,000 RUB |
| Payment lifetime | 15-30 minutes |
Support
For integration questions: Telegram @Stark_fintech