Skip to main content
Pass your API key via the X-API-KEY header on all requests:
Keep this secret. Your API key can trigger charges. Never expose it in client-side code, public repos, or logs.

Onboarding Credentials

Revtain provisions your account and issues your credentials — typically the same business day. You receive three:
The API key and webhook signing secret are sensitive — store them in environment variables, never in client-side code or repositories. The publishable key is designed to be public and is the only credential safe to ship in a browser.

What You Provide

  • Your payment gateway key (Stripe secret key, Checkout.com secret key, etc.)
  • A webhook URL (HTTPS endpoint to receive recovery notifications)

Optional Configuration

Rate Limits

Rate-limited requests return 429 Too Many Requests with a retryAfter field.