Skip to main content

TriPay Crypto

Quick Start
  1. Sign up at tripay.co.id and obtain API credentials
  2. Create a terminal in the Admin Console with the parameters below
  3. Start processing — the adapter is pre-built and ready to use

Go to TriPay Crypto →

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 IDtripay_crypto
CategoryCrypto & Blockchain
Websitetripay.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

ParameterDescription
tripay_api_keyAPI Key
tripay_merchant_codeMerchant Code
tripay_api_urlAPI base URL (sandbox / production)
environmentproduction

API Reference

MethodEndpointDescription
POST/payment/createCreation crypto-payment
GET/payment/status/{id}Status payment
POST/payment/linkCreation payment link
GET/rate/{crypto}Conversion rate

Resources