Documentation

InputParameters

InputParameters

FieldDescription
returnUrlstring the returnUrl in the request of Generate URL API
failReturnUrlstring the failReturnUrl in the request of Generate URL API
callbackUrlstring the callbackUrl in the request of Generate URL API
bizIdstring the bizId in the request of Generate URL API
userIdstring the userId in the request of Generate URL API
regionstring the region in the request of Generate URL API
languagestring The language in the request of Generate URL API
prefersColorSchemestring The prefersColorScheme in the request of Generate URL API
numberTypestring The numberType in the request of Generate URL API
ignoreFailWhenJumpbool The ignoreFailWhenJump in the request of Generate URL API
bizCodestring The bizCode in the request of Generate URL API
iframeEnabledbool The iframeEnabled in the request of Generate URL API

Examples

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