The redirect link defines the link used to redirect the payment flow to hosted payment page.

interface RedirectLink {
    href?: string;
    method?: HttpRequestMethod;
    rel?: REDIRECT_PAYMENT;
}

Properties

Properties

href?: string

The url to be used for further actions.

The HTTP request method.

The type of the return link.