Overview
The Payment Link APIs allow you to create shareable payment URLs that handle cryptocurrency payments end-to-end. Generate links programmatically, share them with customers, and receive funds directly to your Coinbase Business account.Use cases
- Crypto checkouts: Accept crypto payments inside your app or storefront
- E-commerce invoicing: Send payment links with order confirmations
- Service businesses: Request deposits or full payments via email/SMS
- Marketplaces: Generate unique payment links for each transaction
- Event ticketing: Create time-limited payment links for reservations
- Remote sales: Accept payments without a website or app
Key Features
- Simple API: Create payment links with a single POST request
- Real-time status: Track payment lifecycle (pending → completed)
- Flexible delivery: Share via email, SMS, QR codes, or in-app
Quick example
Prerequisites
Before using Payment Link APIs, you’ll need:- A Coinbase Business account
- Basic understanding of REST APIs and JWT authentication
How it works
- Create a link → API returns a unique payment URL
- Share with customer → Via email, SMS, or your app
- Customer pays → Clicks link and sends crypto from their wallet
- Get notified → Monitor status via API
- Receive funds → Auto-credited to your Coinbase Business account