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.
relRedirectLinkType (string)
The link rel defines the redirect link semantic.
REDIRECT_PAYMENT- Merchant needs to redirect consumer to this url to complete payment.
Possible values: [REDIRECT_PAYMENT]
Default value:
REDIRECT_PAYMENTExample:
REDIRECT_PAYMENThrefstring
The url to be used for further actions.
Example:
https://api.paysafe.com/card/redirect/372b5ee7-6360-4403-b444-164f8f1d2709methodHttpRequestMethod (string)
HTTP request method.
Possible values: [GET, POST]
Example:
GETRedirectLink
{
"rel": "REDIRECT_PAYMENT",
"href": "https://api.paysafe.com/card/redirect/372b5ee7-6360-4403-b444-164f8f1d2709",
"method": "GET"
}