Coinpact
CoinPact is a freemium P2P crypto payment gateway with 0 fees
Install / Use
/learn @dimondevceo/CoinpactREADME
CoinPact REST API Docs

Overview
CoinPact is a crypto payment gateway that allows businesses to accept payments with zero commissions and provides full control over the address to which customers send funds. This documentation outlines the REST API endpoints that users can utilize to interact with CoinPact.
Base URL
The base URL for all API endpoints is: https://coinpact.ch/api
Endpoints
1. Generate Checkout
Endpoint
- URL:
/generate_checkout - Method:
GET
Parameters (url path)
product_uuid(UUID): The UUID of the product for which the checkout is being generated (get it in dashboard > products).user_wallet(string): The user's crypto wallet address.uid(string): The unique external identifier of the user (eg. Telegram ID, User ID in your database).params(JSON): Additional parameters for checkout configuration.
Example
{
"product_uuid": "123e4567-e89b-12d3-a456-426614174001",
"user_wallet": "1A1zP1eP5QGefi2DMPTfTL5SLmv7DivfNa",
"uid": "user123",
"params": "{\"param1\": \"value1\", \"param2\": \"value2\"}"
}
Response
- Success:
- Status: 200 OK
- JSON:
{ "status": "success", "checkout_token": "token123", "checkout_url": "https://coinpact.ch/api/checkout/token123" }
- Error:
- Status: 404 Not Found
- JSON:
{"status": "error", "message": "Error message"}
2. Generate Onboarding
Endpoint
- URL:
/generate_onboarding - Method:
GET
Parameters (url path)
product_uuid(UUID): The UUID of the product for which onboarding is being generated (get it in dashboard > products).uid(string): The unique identifier of the user (eg. Telegram ID, User ID in your database).params(JSON): Additional parameters for onboarding configuration.
Example
{
"product_uuid": "123e4567-e89b-12d3-a456-426614174001",
"uid": "user123",
"params": "{\"param1\": \"value1\", \"param2\": \"value2\"}"
}
Response
- Success:
- Status: 200 OK
- JSON:
{ "status": "success", "onboarding_token": "token456", "onboarding_url": "https://coinpact.ch/api/onboarding/token456" }
- Error:
- Status: 404 Not Found
- JSON:
{"status": "error", "message": "Error message"}
3. Check User Subscription
Endpoint
- URL:
/check_subscription - Method:
GET
Parameters (url path)
product_uuid(UUID): The UUID of the product for which onboarding is being generated (get it in dashboard > products).uid(string): The unique identifier of the user (eg. Telegram ID, User ID in your database).
Example
{
"product_uuid": "123e4567-e89b-12d3-a456-426614174001",
"uid": "user123",
}
Response
- Success:
- Status: 200 OK
- JSON:
{ "status": "success", "is_subscriber": true, "is_paid": true, "subscribed_until": 1704056400.00000 }
- Error:
- Status: 404 Not Found
- JSON:
{"status": "error", "message": "Error message"}
4. Generate Checkout from Frontend
Endpoint
- URL:
/generate_checkout_f - Method:
GET
Parameters (url path)
token(string): The checkout token generated in endpoint 1.user_wallet(string): The user's crypto wallet address.
Example
{
"token": "token789",
"user_wallet": "bc1xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
}
Response
- Success:
- Status: 200 OK
- JSON:
{ "status": "success", "checkout_token": "token789", "checkout_url": "https://coinpact.ch/api/checkout/token789" }
- Error:
- Status: 404 Not Found
- JSON:
{"status": "error", "message": "Error message"}
Rate Limiting
- Rate limiting is enforced to prevent abuse and server overloading.
- Requests are limited to 1 per second per IP address.
Example
{
"status": "ratelimit",
"message": "Too many requests, please try again in 30 seconds."
}
Future Updates
- [x] Add Payment Status endpoint
- [ ] Add inline and modal checkouts
- [ ] Add custom callbacks
- [ ] Create Paylink service
- [ ] Add url shortening to onboarding and checkout
- [ ] Add Litecoin support
- [ ] Add Solana support
- [ ] Add Dash support
- [ ] Add XRP support
- [ ] Add Monero support
Related Skills
node-connect
351.8kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
110.9kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
351.8kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
351.8kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。
Security Score
Audited on Jan 20, 2025
