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

DS_MERCHANT_CONSUMERLANGUAGE?

LanguageNum | undefined

(Optional) Language

DS_MERCHANT_EMV3DS?

ThreeDSRedirectInputParams | undefined

(Optional) EMV3DS data in json format

DS_MERCHANT_MERCHANTURL?

string | undefined

(Optional) Notification url

DS_MERCHANT_PAYMETHODS?

string | undefined

(Optional) Payment methods

DS_MERCHANT_PERSOCODE?

string | undefined

(Optional) Customization code number

DS_MERCHANT_SHIPPINGADDRESSPYP?

'S' | 'N' | undefined

(Optional) Obtain paypal address

DS_MERCHANT_URLKO?

string | undefined

(Optional) Failure redirection url

DS_MERCHANT_URLOK?

string | undefined

(Optional) Success redirection url