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.
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.
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.
Quickstart
Create your first checkout session and redirect a customer to Yera Connect Checkout.
Start buildingAPI Reference
Explore authentication, checkout sessions, payment links, payments, webhooks, settlements, sandbox, and errors.
View API docsWebhooks
Receive real-time payment, checkout, and settlement updates on your server.
Configure webhooksCreate a hosted checkout session from your server.
Get your API key
Create a sandbox API key from the Yera Connect dashboard.
Create a checkout session
Use the API to create a hosted checkout session for your customer.
Redirect the customer
Send the customer to the checkoutUrl returned by the API.
Confirm payment
Use webhooks to receive real-time payment confirmation and update your order status.
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.
Getting Started
Checkout
Payment Links
Webhooks
Settlements
Popular guides
Ready to build with Yera Connect?
Start with the quickstart, review the API reference, or contact the team for onboarding and integration support.