UNPKG

@paciolan/cybersource-sdk

Version:
43 lines (42 loc) 2.75 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 TssV2TransactionsGet200ResponseProcessorInformationMultiProcessorRouting */ export interface TssV2TransactionsGet200ResponseProcessorInformationMultiProcessorRouting { /** * Name of the Processor. * @type {string} * @memberof TssV2TransactionsGet200ResponseProcessorInformationMultiProcessorRouting */ name?: string; /** * For most processors, this is the error message sent directly from the bank. Returned only when the processor returns this value. **Important** Do not use this field to evaluate the result of the authorization. #### PIN debit Response value that is returned by the processor or bank. **Important** Do not use this field to evaluate the results of the transaction request. Returned by PIN debit credit, PIN debit purchase, and PIN debit reversal. #### AIBMS If this value is `08`, you can accept the transaction if the customer provides you with identification. #### Atos This value is the response code sent from Atos and it might also include the response code from the bank. Format: `aa,bb` with the two values separated by a comma and where: - `aa` is the two-digit error message from Atos. - `bb` is the optional two-digit error message from the bank. #### Comercio Latino This value is the status code and the error or response code received from the processor separated by a colon. Format: [status code]:E[error code] or [status code]:R[response code] Example `2:R06` #### JCN Gateway Processor-defined detail error code. The associated response category code is in the `processorInformation.responseCategoryCode` field. String (3) * @type {string} * @memberof TssV2TransactionsGet200ResponseProcessorInformationMultiProcessorRouting */ responseCode?: string; /** * Indicates the reason why a request succeeded or failed and possible action to take if a request fails. For details, see the appendix of reason codes in the documentation for the relevant payment method. * @type {string} * @memberof TssV2TransactionsGet200ResponseProcessorInformationMultiProcessorRouting */ reasonCode?: string; /** * The order in which the transaction was routed to the processor * @type {string} * @memberof TssV2TransactionsGet200ResponseProcessorInformationMultiProcessorRouting */ sequence?: string; }