Interface CreateIntentResponse

interface CreateIntentResponse {
    intent: CheckoutIntent;
    redirectUrl: string;
}

Properties

Properties

redirectUrl: string

Hosted checkout URL — redirect the user here (or open via HadawiCheckout).