Live in Romania & 30+ EU countries

Payments, without the docs maze.

One simple API to accept Visa, Mastercard, and Romanian cards across the EU. Hosted checkout, subscriptions, saved cards — without the 800-page integration guide.

No setup fees
PCI handled for you
3D Secure 2 built-in
Payouts in 2 days

Everything you need. Nothing you don't.

Hosted checkout

Beautiful, mobile-first checkout page with your branding. One link, copy-paste ready.

5 endpoints, not 50

Create a session, charge a card, refund, manage subs. The API fits on one page.

EU + RO native

Full support for EUR, RON, and 20+ currencies. Local card schemes work out of the box.

PCI compliance handled

We never touch raw card data. You skip the audit.

Subscriptions

Monthly, yearly, custom intervals. Smart retries and dunning.

Webhooks that work

Signed payloads, automatic retries, full delivery log in your dashboard.

A one-page API.

Charge cards in 6 lines of code. No SDK required.

  • RESTPOST /v1/checkout-sessions
  • RESTPOST /v1/refunds
  • RESTGET /v1/transactions
  • RESTPOST /v1/subscriptions/:id/cancel
// create a checkout session
fetch("https://api.payvera.ro/v1/checkout-sessions", {
  method: "POST",
  headers: { Authorization: "Bearer sk_live_..." },
  body: JSON.stringify({
    amount: 2999,
    currency: "EUR",
    success_url: "https://your.app/ok"
  })
})

Simple pricing.

1.4% + €0.25 for European cards. 2.9% + €0.25 for international.