Get started
Create a merchant account
Sign up at merchant.gwop.io and verify your email.
Generate your API key
In Settings, create an API key. Copy the
sk_m_* key — it’s only shown once. This authenticates all server-side calls.Set your webhook URL
In Settings, enter the endpoint URL where you want to receive payment notifications. Gwop sends signed
POST requests on every invoice status change.Generate your webhook secret
Generate a signing secret (
whsec_*) in the same settings panel. You’ll use this to verify that incoming webhooks are authentic.Create your first invoice
You’re ready. Head to Create an Invoice to start accepting payments.
