Quick Integration Guide
Follow these four steps to seamlessly integrate the BoltUtil crypto payment gateway into your existing business logic.
Backend Initiation: Create Order
BackendCall the /api/v1/order/create endpoint. Our gateway maps your pre-configured recipient address to the specific transaction.
Frontend Guidance: Payment UI
FrontendUse the checkoutUrl from the response to redirect users to our minimalist checkout page, or render the QR code directly. Users will transfer funds from their private wallets directly to your exclusive address.
System Push: Listen for Callbacks
WebhookOur node clusters monitor the blockchain ledger in real-time. Once a transaction confirmation is detected, the system immediately sends a POST request to your notifyUrl with full payment details, including the txHash.
Business Delivery: Verify & Fulfill
BackendUpon receiving the Webhook, verify the data source using our signature algorithm. Once the callback amount is matched against the order, update the system status and complete delivery to the user.