Payment LinksLive
Payment Links API
Create shareable payment links for invoices, WhatsApp, email, manual orders, and social commerce.
Implemented route
POST /api/v1/payment-links creates a payment link for an authenticated merchant.
Create payment link
curl -X POST https://app.yeraconnect.io/api/v1/payment-links \
-H "Authorization: Bearer yera_test_sk_your_secret_key" \
-H "Content-Type: application/json" \
-d '{
"amount": 100,
"currency": "EUR",
"destinationAsset": "USDC",
"network": "polygon",
"description": "Invoice payment",
"merchantOrderId": "INV-1001",
"expiresInMinutes": 60
}'Best uses
- Invoice payment links
- Social commerce payment requests
- Manual support payments
- Freelancer and agency invoices