Payment Links

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.

No-code payment linksHosted checkoutPayment confirmationMerchant dashboardDigital settlement options where supported

Payment method and settlement availability may depend on provider coverage, merchant approval, region, and compliance requirements.

Payment Link Preview

Yera Demo Store

Active

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

Pay securely
pay.yeraconnect.io/link/yc_plink_123456
How it works

How payment links work

A simple flow for collecting payments without building a full checkout integration first.

01

Create a link

Create a payment link from the dashboard or API with amount, currency, order reference, and customer details.

02

Share with customer

Send the link by email, invoice, WhatsApp, SMS, social media, or support chat.

03

Customer pays

The customer opens a secure Yera Connect hosted payment page and chooses an available payment method.

04

Track and confirm

The merchant sees status updates in the dashboard and receives payment confirmation when payment is completed.

Features

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.

Merchant workflows

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.

Link structure

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

payment-link.json
{
  "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"
  }
}
Dashboard tracking

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

LinkCustomerAmountStatusCreatedExpiresActions
yc_plink_123456customer@example.com€250.00ActiveToday60 min
yc_plink_987654client@example.com£120.00PaidYesterdayCompleted
yc_plink_555222buyer@example.com$300.00ExpiredJun 20Expired
API + payment confirmations

Create payment links by API.

Developers can create payment links programmatically and receive real-time payment confirmation when payment status changes.

Confirmation events

payment_link.createdpayment.pendingpayment.completedpayment.failedpayment_link.expired

When a payment is completed, Yera Connect can send a payment confirmation to the merchant server so the order can be updated automatically.

create payment link
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"
  }'
response
{
  "ok": true,
  "checkoutUrl": "https://checkout.yeraconnect.io/pay/YC_6A48EA10E0E9D",
  "sessionId": "YC_6A48EA10E0E9D",
  "paymentLink": {
    "id": "yc_plink_123456",
    "status": "active",
    "amount": 100,
    "currency": "EUR"
  }
}
Security

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.

FAQ

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.

Get started

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.

We use cookies

Yera Connect uses cookies to keep the website secure, remember preferences, and improve the merchant experience. By selecting Accept, you agree to our Cookie Policy.