Skip to main content

Build your first test payment

Before you begin, create test API keys and configure at least one test payment method.
1

Create a Payment Intent on your server

Use your secret key and an idempotency key. Amounts use minor currency units: AMD 25,000.00 is 2500000.
2

Install and mount Checkout

3

Verify the webhook

Configure a test webhook endpoint and fulfil the order only after a verified payment_intent.succeeded event. See Verify webhooks.
Register handlers before mount(). The SDK supports one mounted Checkout iframe per page.
Last modified on August 7, 2026