The usual flow
- PayCustomer taps Pay on your site
- LeaveRedirected away to a bank VPOS page
- ReturnSent back if the return works
Unfamiliar page, lost branding, and one more place the payment can be abandoned.
Hosted checkout for Armenian businesses, with the payment methods customers already trust.
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
Unfamiliar page, lost branding, and one more place the payment can be abandoned.
With Lynq
One page, your branding, start to finish. 3D Secure appears in place when the issuer asks for it.
Cards and wallets your customers already carry, behind one integration.
One server call creates a client secret for that payment.
POST /api/payment-intentsCustomers choose a method and pay inside your page.
checkout.mount('#lynq-checkout')Signed events confirm the outcome on your backend.
payment_intent.succeededCreate 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.
Explore the APIimport { 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}';
});API reference, SDK guides, and webhook events. Read before you commit.
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.