Getting Started

Everything you need to go from zero to live payments with VINR.

View as MarkdownInstall skills

VINR is a European payment platform built around three products — Payments, Billing, and Engagement — all sharing one API, one SDK, and one customer record. Whether you're taking a first card payment or wiring up a subscription-plus-loyalty loop, you're always working with the same objects and the same event model.

You can start building in sandbox today without KYB, without a sales call, and without real money.

What are you building?Ask

Pick the path that matches your goal. You can combine all three later — a single cust_ record threads through every product.

Your path to productionAsk

Create your account and explore the sandbox

Sign up at dashboard.vinr.com with a work email. You get immediate access to a fully functional sandbox — no KYB, no sales call, no real money. Everything in sandbox behaves identically to production.

See Account setup for team roles, environment structure, and the difference between sandbox and live keys.

Choose your integration path

VINR offers three depths for Payments, from a redirect you can ship this afternoon to a fully API-driven flow for PCI-certified environments:

PathYou buildPCI scope
HostedA redirect + webhook handlerLowest (SAQ A)
EmbeddedYour checkout page, VINR-hosted fieldsLow (SAQ A-EP)
API-directFull client + server flowHighest (SAQ D)

Start hosted — it can be migrated to embedded or API-direct later without changing your data model. See Integration overview.

Build and test with sandbox keys

Follow the Quick Start to make your first payment in about five minutes. Use test cards to drive any outcome:

Card numberResult
4242 4242 4242 4242Successful payment
4000 0000 0000 0002Declined
4000 0000 0000 32203DS challenge

Install the SDK, set VINR_SECRET_KEY to your sk_test_… key, and your test charges never touch real funds.

Complete verification and go live

When you're ready to accept real payments, complete KYB in the dashboard (1–2 business days), add your business IBAN, and swap sk_test_… for sk_live_…. The Go-live checklist covers every step.

KYB verification only gates live mode — it does not block sandbox access. Your engineering team can reach a working integration before compliance review is complete.

Next stepsAsk

Have a question? The Ask AI panel (bottom-right) is grounded in these docs and can answer questions about integration paths, payment methods, webhooks, and settlement — without leaving the page.

Was this page helpful?
Edit on GitHub

Last updated on

On this page