Payve Developer Documentation

A cryptocurrency payment gateway for Asian markets, offering no-KYC, quick integration, and zero-cost start solution.

No KYC Required3-Minute IntegrationStart with Zero FeesMultiple Major Currencies

REST API

Complete RESTful API supporting payment orders, status queries, webhook notifications, and more.

View API Docs

JavaScript SDK

Multiple SDKs for React, Vue, and vanilla JavaScript with one-click payment integration.

View SDK Docs

Security & Auth

JWT-based API authentication with fine-grained permissions and webhook signature verification.

Learn About Auth

Multi-Chain Support

Support for Bitcoin, Ethereum, BNB Chain, Solana, TRON, Polygon and other major blockchains.

View Networks

3 Lines of Code to Get Started

Integrate Payve cryptocurrency payments into your app with our simple React component. No complex setup required.

View Full Tutorial
import { PayveButton } from '@payve/sdk';

<PayveButton
  amount="100"
  currency="USDT"
  onSuccess={() => console.log('Success!')}
>
  Pay 100 USDT
</PayveButton>