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
- Your server creates one Payment Intent per order attempt.
- Your browser creates
Checkoutwith the returned client secret. - Hosted Checkout handles payment entry, authentication, and redirects.
- Your server verifies
payment_intent.succeededbefore fulfilling the order.