Overview
Features
Integration Steps
mutation { initiateHostedPayment( paymentType: deposit, amount: 100, currency: usd, countryCode: "NG", reference: "order_123", email: "[email protected]", firstName: "John", lastName: "Doe", metadata: { "customer_id": "123", "order_id": "456" } ) { hostedLink id } }// Redirect to hosted checkout window.location.href = hostedLink; // Or embed in iframe <iframe src={hostedLink} />;
Common Use Cases
Industry
Implementation
Last updated