Option 1: Dashboard (No-Code)
The fastest way to accept your first crypto payment is through the PIK Dashboard. No code or API keys required.Create your account
Go to the PIK website and sign up for an account. Once registered, log in to the PIK Dashboard.
Navigate to Payment Links
In the Dashboard sidebar, click Payment Links. This is where you create and manage all your payment links.
Create a new payment link
Click New Payment Link. Fill in the required fields:
- Amount — the payment amount you want to collect
- Currency / Asset — the digital asset you want to accept
- Description (optional) — a label for this payment link
Share the link
Copy the generated payment link and share it with your customer via email, chat, or embed it in your website. Your customer will see a PIK-hosted checkout page where they can complete the payment.
Option 2: Open API (Developer)
If you want to create payment links programmatically, use the PIK Open API.Get your API key
Log in to the PIK Dashboard. Go to Account Settings → API Keys and generate a new API key. Copy and store this key securely.
Create a payment link via API
Send a The API returns a
POST request to /payment-links with your payment details:url field containing the shareable payment link.Share the payment link
Extract the
url from the API response and deliver it to your customer. They complete the payment on the PIK-hosted checkout page.Receive payment notifications
Set up a webhook endpoint in the Dashboard or via the API to receive real-time notifications when your customer completes the payment. See Webhooks for setup instructions.
Next steps
Dashboard Guide
Learn all the features available in the PIK Dashboard.
Authentication
Understand how to authenticate API requests securely.
Payment Links API
See the full API reference for creating and managing payment links.
Webhooks
Configure webhooks to receive real-time payment events.
