Cryptocurrency payment gateway
Auditable, scalable cryptocurrency payment infrastructure for your business systems: dedicated deposit addresses, on-chain settlement detection, reliable webhooks, and treasury sweeps.
Integration flow
- Your system creates a payment via the API and receives a deposit address and amount
- The payer sends the agreed token to that address on-chain
- After confirmations, we POST a payment.paid webhook to your notifyUrl
- You may also poll the API for payment status
Why Influx CTO
- Per-order addresses HD-derived addresses per payment avoid reconciliation ambiguity from shared deposit addresses.
- Reliable notifications Webhooks use HMAC signatures and exponential backoff retries to reduce missed settlements.
- Secure sweeps Child-address balances sweep to platform wallets; keys stay in KMS and an isolated signer service.