redsys-easy.redirectinputparams.md
November 19, 2025 ยท View on GitHub
Home > redsys-easy > RedirectInputParams
RedirectInputParams interface
Input parameters for a redsys redirect request
Signature:
export interface RedirectInputParams extends BaseInputParams
Extends: BaseInputParams
Properties
|
Property |
Modifiers |
Type |
Description |
|---|---|---|---|
|
LanguageNum | undefined |
(Optional) Language | ||
|
ThreeDSRedirectInputParams | undefined |
(Optional) EMV3DS data in json format | ||
|
string | undefined |
(Optional) Notification url | ||
|
string | undefined |
(Optional) Payment methods | ||
|
string | undefined |
(Optional) Customization code number | ||
|
'S' | 'N' | undefined |
(Optional) Obtain paypal address | ||
|
string | undefined |
(Optional) Failure redirection url | ||
|
string | undefined |
(Optional) Success redirection url |