Skip to main content
BasilicDevelopers

Getting paid
should be easy

One API. Crypto, LATAM local transfers, and worldwide bank payments. No blockchain knowledge required — just integrate and start collecting.

What you can collect

Every payment method, one integration

Crypto

Accept USDC and USDT on Polygon. Funds auto-converted and settled — no wallet management on your end.

LATAM Transfers

PIX in Brazil, local bank transfers across Latin America. Collect in local currency, settle how you prefer.

Worldwide

International wire transfers via SWIFT, SEPA and more. Accept payments from anywhere in the world.

Quick start

One request to create a payment link

Request
curl -X POST https://getbasilic.com/api/v1/temp-links \
  -H "Authorization: Bearer $API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "name": "Invoice #1234",
    "paymentLink": 21,
    "amount": 150,
    "currency": "USD",
    "supportedPayments": ["crypto"],
    "dueTime": 86400
  }'
Response
{
  "success": true,
  "data": {
    "id": "tl_01JRSXK4P...",
    "linkUrl": "https://getbasilic.com/p/tl_01J...",
    "name": "Invoice #1234",
    "amount": 150,
    "currency": "USD",
    "status": "active",
    "expiresAt": "2026-04-30T00:00:00.000Z"
  }
}

Ready to integrate?

Create a PaymentHub and start collecting in minutes.