Skip to content

HubtelPaymentSchema

const HubtelPaymentSchema: ZodObject<object & object & object, "strip", ZodTypeAny, { amount: number; callbackUrl: string; cancellationUrl?: string; currency: Currency; description?: string; email: string; metadata?: Record<string, any>; mobileNumber?: string; reference: string; returnUrl: string; }, { amount: number; callbackUrl: string; cancellationUrl?: string; currency: Currency; description?: string; email: string; metadata?: Record<string, any>; mobileNumber?: string; reference: string; returnUrl: string; }>

Defined in: packages/node/src/core/provider-schemas/hubtel.schema.ts:17

Complete Hubtel payment schema (base + Hubtel-specific options) Note: reference and callbackUrl are required for Hubtel