TriPay Crypto
Quick Start
- Sign up at tripay.co.id and obtain API credentials
- Create a terminal in the Admin Console with the parameters below
- Start processing — the adapter is pre-built and ready to use
Overview
Integration with TriPay Crypto — cryptopayment gateway for Indonesia. Acceptance payments in cryptocurrency for merchants (e-commerce, SaaS), automatic conversion crypto in IDR. Support BTC, ETH, USDT, BNB, TRX, SOL. Payment links, invoice, webhook with HMAC signature.
| Provider ID | tripay_crypto |
| Category | Crypto & Blockchain |
| Website | tripay.co.id |
Supported operations: create_payment/2 check_payment_status/2 create_payment_link/2 get_exchange_rate/1 verify_webhook_signature/3 supported_cryptos/0
Configuration
Required Parameters
| Parameter | Description |
|---|---|
tripay_api_key | API Key |
tripay_merchant_code | Merchant Code |
tripay_api_url | API base URL (sandbox / production) |
environment | production |
API Reference
| Method | Endpoint | Description |
|---|---|---|
| POST | /payment/create | Creation crypto-payment |
| GET | /payment/status/{id} | Status payment |
| POST | /payment/link | Creation payment link |
| GET | /rate/{crypto} | Conversion rate |