Redirect Object

{
  "redirectUrl": {
    "successReturnUrl": "https://merchant.com/success",
    "failureReturnUrl": "https://merchant.com/failure",
    "expirationReturnUrl": "https://merchant.com/expired"
  }
}

Detail Redirect Object

Parameter
Data Type
Character Limit
Requirement
Description

successReturnUrl

String

1-255

C

Redirect URL when the payment / charge is success

failureReturnUrl

String

1-255

C

Failure URL when the payment / charge is failed

expirationReturnUrl

String

1-255

C

Redirect URL when the payment is expired

Last updated