> ## Documentation Index
> Fetch the complete documentation index at: https://docs.lynq.am/llms.txt
> Use this file to discover all available pages before exploring further.

# Go-live checklist

> Launch Card and Idram payments step by step.

# Go-live checklist

<Steps>
  <Step title="Choose payment methods">Decide whether you will offer [Card payments](/payment-methods/card), [Idram](/payment-methods/idram), or both.</Step>
  <Step title="Obtain live provider credentials">Contact Ameriabank for Card VPOS credentials and Idram for Idram merchant credentials.</Step>
  <Step title="Configure live methods">In **Dashboard → Payment methods**, enter live credentials for each method and enable it.</Step>
  <Step title="Create live keys">Create live secret and publishable keys. Store the secret key only on your server.</Step>
  <Step title="Deploy the server integration">Create Payment Intents with idempotency keys and return client secrets only to active browser sessions.</Step>
  <Step title="Deploy Checkout">Use the live publishable key with a live Payment Intent client secret.</Step>
  <Step title="Configure the live webhook">Add a public HTTPS endpoint, verify raw-body signatures, and deduplicate `Lynq-Event-Id` values.</Step>
  <Step title="Make a real verification payment">Confirm Checkout, webhook delivery, and order fulfilment for every enabled method.</Step>
  <Step title="Monitor after launch">Review payments and webhook deliveries in Lynq Dashboard.</Step>
</Steps>

<Check>
  You are ready to launch when a real production payment updates the corresponding order exactly once through a verified webhook.
</Check>


## Related topics

- [API keys and environments](/start/api-keys.md)
- [Monitor payments and webhooks](/go-live/monitoring.md)
- [Test your integration](/go-live/testing.md)
- [Card payments](/payment-methods/card.md)
- [Idram](/payment-methods/idram.md)
