1
Create credentials
Generate your API key, keep your HMAC secret server-side, and prepare a webhook endpoint before your first live request.
Open API KeysDeveloper Onboarding
Build your tenant integration around three reliable pieces: signed server-to-server requests, hosted checkout, and webhook-driven payment confirmation. Start with the docs here, then move into the interactive API reference when you are ready to test.
Generate your API key, keep your HMAC secret server-side, and prepare a webhook endpoint before your first live request.
Open API KeysCall the Edge API from your backend, attach your order metadata, and persist the returned payment_intent_id in your own system.
Open API ReferenceRegister a webhook endpoint, verify X-CrystalPay-Signature, and mark orders paid or failed idempotently on your server.
Open WebhooksRecommended Flow
Quick Links