Developers
Server-side tools for checkout and reconciliation.
Build from API keys, hosted checkout URLs, webhook events, and transaction lookup without exposing sensitive payment logic in the browser.
Integration pattern
create - redirect - reconcile
POST /api/v1/checkout/sessions
Authorization: Bearer yera_...
{
"amount": "100.00",
"currency": "USD",
"country": "US"
}Developer resources
Start with hosted checkout, then extend into ecommerce plugins, webhooks, direct API calls, and future provider rails.
API reference
Create payment sessions, payment links, and retrieve transaction state.
OpenWebhooks
Receive signed merchant payment events and delivery logs.
OpenSDKs
Use the same integration shape across plugins, APIs, and hosted checkout.
OpenChangelog
Track platform, checkout, API, and dashboard updates.
Open