Create payment linksand get paid anywhere.
Let merchants create secure payment links for invoices, WhatsApp, email, social commerce, and manual orders with payment tracking, payment confirmation, and settlement visibility.
Payment method and settlement availability may depend on provider coverage, merchant approval, region, and compliance requirements.
Payment Link Preview
Yera Demo Store
Amount
€250.00
EUR
Description
Invoice payment
Customer pays
Card, bank transfer, local payment methods, or supported digital options
Merchant receives
Settlement details shown after payment confirmation
How payment links work
A simple flow for collecting payments without building a full checkout integration first.
Create a link
Create a payment link from the dashboard or API with amount, currency, order reference, and customer details.
Share with customer
Send the link by email, invoice, WhatsApp, SMS, social media, or support chat.
Customer pays
The customer opens a secure Yera Connect hosted payment page and chooses an available payment method.
Track and confirm
The merchant sees status updates in the dashboard and receives payment confirmation when payment is completed.
Everything merchants need to collect payments faster.
Create links, share them anywhere, monitor payment progress, and connect confirmation events to your operations.
No-Code Links
Create and share links without building a custom checkout.
Hosted Payment Page
Customers pay through a secure Yera Connect hosted experience.
Multi-Method Support
Support available card, bank, local, and digital payment methods through provider routes.
Dashboard Tracking
Track active, paid, expired, failed, and cancelled links from one dashboard.
Payment Confirmation
Receive real-time payment events on your server.
Settlement Visibility
View settlement status and asset details where supported.
Expiring Links
Set expiration rules for invoices and time-sensitive orders.
Merchant Branding
Show merchant name, order description, and branded payment experience.
Built for real merchant workflows.
Payment links work for manual orders, social selling, invoices, and support-assisted checkout flows where speed matters.
Invoices
Send a payment link with every invoice and track when it is paid.
WhatsApp Sellers
Share secure payment links directly with customers in chat.
Agencies & Freelancers
Collect project payments, deposits, and service fees.
Ecommerce Support
Create manual payment links for custom orders or failed checkouts.
B2B Orders
Request payment for larger orders with order references and confirmation.
Digital Products
Sell courses, templates, downloads, and services through hosted payment links.
A clean structure for every payment link.
Each link carries the payment amount, customer context, redirect behavior, and operational references needed for tracking.
Link ID
yc_plink_123456
Amount
250
Currency
EUR
Description
Invoice payment
Merchant order ID
ORDER-1001
Customer email
customer@example.com
Status
active
Expires
60 minutes
Success URL
https://merchant.com/success
Cancel URL
https://merchant.com/cancel
Confirmation URL
Configured in dashboard
{
"name": "Invoice payment",
"type": "fixed_amount",
"amount": 250,
"currency": "EUR",
"description": "Invoice payment",
"settlementOption": "digital",
"countryCode": "DE",
"paymentMethod": "any",
"customerEmail": "customer@example.com",
"successUrl": "https://merchant.com/success",
"cancelUrl": "https://merchant.com/cancel",
"metadata": {
"merchantOrderId": "ORDER-1001"
}
}Track every payment link from the dashboard.
Merchants can manage payment links, view status, copy links, cancel links, and track payment confirmation from one place.
Payment links
Live dashboard preview
| Link | Customer | Amount | Status | Created | Expires | Actions |
|---|---|---|---|---|---|---|
| yc_plink_123456 | customer@example.com | €250.00 | Active | Today | 60 min | |
| yc_plink_987654 | client@example.com | £120.00 | Paid | Yesterday | Completed | |
| yc_plink_555222 | buyer@example.com | $300.00 | Expired | Jun 20 | Expired |
Create payment links by API.
Developers can create payment links programmatically and receive real-time payment confirmation when payment status changes.
Confirmation events
When a payment is completed, Yera Connect can send a payment confirmation to the merchant server so the order can be updated automatically.
curl -X POST https://app.yeraconnect.io/api/v1/payment-links \
-H "Authorization: Bearer yera_sandbox_your_api_key" \
-H "Content-Type: application/json" \
-d '{
"name": "Invoice payment",
"type": "fixed_amount",
"amount": 100,
"currency": "EUR",
"settlementOption": "digital",
"countryCode": "DE",
"paymentMethod": "any",
"description": "Invoice INV-1001",
"successUrl": "https://merchant.com/success",
"cancelUrl": "https://merchant.com/cancel"
}'{
"ok": true,
"checkoutUrl": "https://checkout.yeraconnect.io/pay/YC_6A48EA10E0E9D",
"sessionId": "YC_6A48EA10E0E9D",
"paymentLink": {
"id": "yc_plink_123456",
"status": "active",
"amount": 100,
"currency": "EUR"
}
}Built with security and compliance in mind.
Yera Connect helps merchants create secure hosted payment experiences while routing payments through supported provider partners.
Payment method availability, settlement options, and merchant access may depend on provider coverage, merchant approval, region, and compliance requirements.
Secure Hosted Page
Customers pay on a secure Yera Connect payment page.
Provider-Based Compliance
Supported payment providers may handle required verification and regulated payment flows where applicable.
Payment Confirmation
Merchants can verify payment confirmation signatures before updating order status.
Dashboard Visibility
Merchants can track link status, payment status, and settlement status.
Payment Links FAQ
Answers for merchants and developers using Yera Connect Payment Links.
What are Yera Connect Payment Links?
Payment Links let merchants create a secure hosted payment page for a specific amount, order, invoice, or customer. The link can be shared by email, WhatsApp, invoice, SMS, or social media.
Do customers need an account?
Customers do not need a Yera Connect merchant account to open a payment link. They simply open the link and complete payment through the available checkout options.
Can merchants track payment status?
Yes. Merchants can track payment link status in the dashboard and receive payment confirmation events when a payment changes status.
Can payment links expire?
Yes. Payment links can include expiration rules so merchants can control how long a link remains active.
Can developers create payment links by API?
Yes. Developers can create payment links through the Yera Connect API and receive payment confirmation events when status changes.
Can payments settle in digital assets?
Digital settlement options may be available where supported by provider routes, merchant approval, region, and compliance requirements.
Start accepting payments with a link.
Create a secure Yera Connect payment link, share it with your customer, and track payment confirmation from your dashboard.
