Documentation

InputParameters

InputParameters

these fields are all from the fields with same name in the request of Generate URL API

FieldDescription
returnUrlstring
failReturnUrlstring
callbackUrlstring
bizIdstring
userIdstring
regionstring
languagestring
prefersColorSchemestring
ignoreFailWhenJumpbool
bizCodestring
iframeEnabledbool
docTypestring
productLevelstring

Examples

{
  "returnUrl": "https://www.example.com",
  "failReturnUrl": "https://www.example.com/fail",
  "callbackUrl": "https://www.example.com/callback",
  "bizId": "7ac66c0f148de9519b8bd264312c4d64",
  "userId": "8e44f0089b076e18a718eb9ca3d94674",
  "region": "NGA",
  "language": "en-US",
  "prefersColorScheme": "light",
  "ignoreFailWhenJump": false,
  "bizCode": "WhiteCard",
  "docType": null,
  "productLevel":"STANDARD"
}