Yera Connect Documentation

Build payment experiences with one integration.

Use Yera Connect to create hosted checkout sessions, payment links, webhook confirmations, ecommerce payment flows, and stablecoin settlement experiences for merchants and platforms.

Hosted CheckoutPayment LinksWebhooksSandboxStablecoin SettlementEcommerce Plugins

Integration path

From order to confirmation

01

Create

Create a checkout session or payment link from the dashboard, WooCommerce, or API.

02

Route

Send customers through hosted checkout and supported provider-powered payment flows.

03

Confirm

Use dashboard status and webhook events before updating merchant orders.

How Yera Connect works

One orchestration layer for merchant payment flows.

Yera Connect connects merchants to hosted checkout, payment links, ecommerce plugins, provider-powered payment flows, and webhook confirmations through one platform surface.

Regulated payment processing, customer checks, wallet services, and digital asset services may be provided by approved third-party partners where applicable. Availability can vary by merchant profile, region, provider, and compliance requirements.

Start with a guide

Practical entry points for checkout setup, developer integration, and merchant operations.

Developer quickstart

Create a hosted checkout session from your server.

1

Get your API key

Create a sandbox API key from the Yera Connect dashboard.

2

Create a checkout session

Use the API to create a hosted checkout session for your customer.

3

Redirect the customer

Send the customer to the checkoutUrl returned by the API.

4

Confirm payment

Use webhooks to receive real-time payment confirmation and update your order status.

Create checkout session
curl -X POST https://app.yeraconnect.io/api/v1/checkout/sessions \
  -H "Authorization: Bearer yera_test_sk_your_secret_key" \
  -H "Content-Type: application/json" \
  -d '{
    "amount": 250,
    "currency": "EUR",
    "destinationAsset": "USDC",
    "network": "polygon",
    "countryCode": "DE",
    "customerEmail": "customer@example.com",
    "merchantOrderId": "ORDER-1001",
    "successUrl": "https://merchant.com/success",
    "cancelUrl": "https://merchant.com/cancel",
    "webhookUrl": "https://merchant.com/webhooks/yera"
  }'

Browse documentation

Organized around the product flows merchants and developers use most.

Ready to build with Yera Connect?

Start with the quickstart, review the API reference, or contact the team for onboarding and integration support.

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.