InputParameters
InputParameters
these fields are all from the fields with same name in the request of Generate URL API
Field | Description |
---|---|
returnUrl | string |
failReturnUrl | string |
callbackUrl | string |
bizId | string |
userId | string |
region | string |
language | string |
prefersColorScheme | string |
ignoreFailWhenJump | bool |
bizCode | string |
iframeEnabled | bool |
docType | string |
productLevel | string |
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"
}
Updated 12 days ago