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_PAYMENT
Example:
REDIRECT_PAYMENT
hrefstring
The url to be used for further actions.
Example:
https://api.paysafe.com/card/redirect/372b5ee7-6360-4403-b444-164f8f1d2709
methodHttpRequestMethod (string)
HTTP request method.
Possible values: [GET
, POST
]
Example:
GET
RedirectLink
{
"rel": "REDIRECT_PAYMENT",
"href": "https://api.paysafe.com/card/redirect/372b5ee7-6360-4403-b444-164f8f1d2709",
"method": "GET"
}