Skip to main content

RedirectLink

The redirect link defines the link used to redirect the payment flow to hosted payment page. The property rel defines the link type semantic.

    rel RedirectLinkType (string)

    Possible values: [REDIRECT_PAYMENT]

    Default value: REDIRECT_PAYMENT

    The link rel defines the redirect link semantic.

    • REDIRECT_PAYMENT - Merchant needs to redirect consumer to this url to complete payment.
    href string

    The url to be used for further actions.

    method HttpRequestMethod (string)

    Possible values: [GET, POST]

    HTTP request method.