Skip to main content

Accept payments with Lynq

Lynq lets your server create a payment, your browser collect payment details in hosted Checkout, and your application confirm payment completion by webhook.

Build your first payment

Create a test payment and mount Checkout.

Configure Card payments

Enter Ameriabank VPOS credentials in Dashboard.

Configure Idram

Add Idram merchant credentials and enable the method.

Go-live checklist

Complete every production-launch step.

The payment model

  1. Your server creates one Payment Intent per order attempt.
  2. Your browser creates Checkout with the returned client secret.
  3. Hosted Checkout handles payment entry, authentication, and redirects.
  4. Your server verifies payment_intent.succeeded before fulfilling the order.
Do not fulfil an order from a browser callback alone. A verified webhook is the source of truth for irreversible fulfilment.
Need help? Email support@lynq.am.
Last modified on August 7, 2026