X-API-KEY header on all requests:
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.