Skip to content

MoolrePaymentSchema

const MoolrePaymentSchema: ZodObject<object & object & object, "strip", ZodTypeAny, { accountNumberOverride?: string; amount: number; callbackUrl: string; currency: Currency; description?: string; email: string; linkReusable?: boolean; metadata?: Record<string, any>; redirectUrl: string; reference: string; }, { accountNumberOverride?: string; amount: number; callbackUrl: string; currency: Currency; description?: string; email: string; linkReusable?: boolean; metadata?: Record<string, any>; redirectUrl: string; reference: string; }>

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

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