OOB Callback Validate Status Request
This call is used only for the OOB Callback Validate Status API and only applicable with OUTOFBANDOTHER and BIOMETRIC stepup types.
OOB Callback Validate Request API Reference: Interactive request/response specification
| Name | Description | Type | Length | Required |
|---|---|---|---|---|
| ProcessorId | VCAS provided identifier for the client. | String | 24 characters | Required |
| IssuerId | VCAS provided identifier for the client. | String | 24 characters | Required |
| TransactionId | VCAS generated transaction reference id; 36-character GUID value. | String | Up to 36 characters | Required |
| StepupRequestId | Unique identifier to identify the particular Stepup request. | String | Up to 36 characters | Required |
| Language | Language to display the instructions and prompt to the cardholder. This value will decide which template is loaded, provided the language template is available. If not provided, the language is selected based on the issuer configuration and browser preference. Examples:
| String | Up to 8 characters | Optional |
| CredentialId | ID value from StepupResponse ➤Credential | String | Up to 36 characters | Optional |
| Status | Status of the OOB Callback Validation Status request. Possible values:
| String | Enum | Required |
| TransStatusReason | Provides information on why the Transaction Status field has the specified value. Transaction Status Reason Values | String | 2 characters | Optional |
| RiskIndicator | If returned, this value will be used in the creation of certain Authentication Values (AV) for EMV 3DS. The value passed must conform to the current AV value the issuer is using. This may also depend on the card brand of the transaction. For example, CAVV and IAV accept different values. | String | Up to 3 characters | Optional |
| Reason | An object that can be used for sending a status code and description. OOBCallbackValidateStatus.Reason | Object | n/a | Optional |
| Error | An object that can be used to convey an error message on the response. OOBCallbackValidateStatus.ErrorMessage | Object | 2 characters | Optional |
| RReqOverrides | For the OOB Callback OOB Validate Status flow, the StepupType type must be OUTOFBANDOTHER or BIOMETRIC. For this flow, RReqOverrides is a required object on the Validate Response. The field is an object that contains four fields, all of which directly affect fields on the RReq message:
| Object | NA | Conditional |
Updated about 1 month ago