Payments that fit right in.

Hosted checkout for Armenian businesses, with the payment methods customers already trust.

  • Visa
  • Mastercard
  • American Express
  • Arca
  • Google Pay
  • Apple Pay

Your customer never leaves your site.

Card payments in Armenia usually bounce the customer out to a bank VPOS page. Lynq keeps the whole payment on your own checkout.

The usual flow

  1. PayCustomer taps Pay on your site
  2. LeaveRedirected away to a bank VPOS page
  3. ReturnSent back if the return works

Unfamiliar page, lost branding, and one more place the payment can be abandoned.

With Lynq

  1. PayCustomer taps Pay on your site
  2. StayPays in your checkout with no redirect
  3. ConfirmResult confirmed by a signed webhook

One page, your branding, start to finish. 3D Secure appears in place when the issuer asks for it.

  • Visa
  • American Express
  • Mastercard
  • Arca
  • Google Pay
  • Apple Pay

Every method, one integration.

Cards and wallets your customers already carry, behind one integration.

Three calls to a working checkout.

Create

Create the payment

One server call creates a client secret for that payment.

POST /api/payment-intents
Mount

Mount the checkout

Customers choose a method and pay inside your page.

checkout.mount('#lynq-checkout')
Confirm

Trust the webhook

Signed events confirm the outcome on your backend.

payment_intent.succeeded

That's all the code it takes.

Create the payment on your server, pass the client secret to the browser, mount the Lynq Checkout SDK. Method selection, validation, and 3D Secure are handled for you.

Typed SDKSigned webhooksNo CSS to import
Explore the API
checkout.tsclient
import { Checkout } from '@lynqpay/checkout-sdk';

const checkout = new Checkout({
  publicKey: 'pk_test_...',
  clientSecret: payment.clientSecret,
});

checkout.mount('#lynq-checkout');

checkout.on('success', ({ paymentId }) => {
  window.location.href = '/orders/${paymentId}';
});

Documentation is open while we build.

API reference, SDK guides, and webhook events. Read before you commit.

docs.lynq.am

Tell us what you are building.

We are onboarding a limited number of partners for the first release. Leave your details and we will be in touch with timelines and test credentials.

No account is created. We store your details only to contact you about Lynq.
I am reaching out as a