UNPKG

@paciolan/cybersource-sdk

Version:
37 lines (36 loc) 1.66 kB
/** * CyberSource Merged Spec * All CyberSource API specs merged together. These are available at https://developer.cybersource.com/api/reference/api-reference.html * * OpenAPI spec version: 0.0.1 * * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * Do not edit the class manually. */ /** * * @export * @interface PtsV2PaymentsPost201ResponseEmbeddedActionsDECISION */ export interface PtsV2PaymentsPost201ResponseEmbeddedActionsDECISION { /** * The status of the submitted transaction. Possible values: - `ACCEPTED` - `REJECTED` - `PENDING_REVIEW` - `DECLINED` - `PENDING_AUTHENTICATION` - `INVALID_REQUEST` - `AUTHENTICATION_FAILED` - `CHALLENGE` * @type {string} * @memberof PtsV2PaymentsPost201ResponseEmbeddedActionsDECISION */ status?: string; /** * The reason of the status. Possible values: - `EXPIRED_CARD` - `SCORE_EXCEEDS_THRESHOLD` - `DECISION_PROFILE_REVIEW` - `DECISION_PROFILE_REJECT` - `CONSUMER_AUTHENTICATION_REQUIRED` - `INVALID_MERCHANT_CONFIGURATION` - `CONSUMER_AUTHENTICATION_FAILED` - `DECISION_PROFILE_CHALLENGE` - `CUSTOMER_WATCHLIST_MATCH` - `ADDRESS_COUNTRY_WATCHLIST_MATCH` - `EMAIL_COUNTRY_WATCHLIST_MATCH` - `IP_COUNTRY_WATCHLIST_MATCH` * @type {string} * @memberof PtsV2PaymentsPost201ResponseEmbeddedActionsDECISION */ reason?: string; /** * The detail message related to the status and reason listed above. * @type {string} * @memberof PtsV2PaymentsPost201ResponseEmbeddedActionsDECISION */ message?: string; }