Documentation Index
Fetch the complete documentation index at: https://bancofcalifornia-preview.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Standard Response
| Variable Name | Description |
|---|
| response | 1 = Transaction Approved 2 = Transaction Declined 3 = Error in transaction data or system error |
| responsetext | Textual response |
| authcode | Transaction authorization code. |
| transactionid | Payment gateway transaction id. |
| avsresponse | AVS response code (See AVS Response Codes). |
| cvvresponse | CVV response code (See See CVV Response Codes). |
| orderid | The original order id passed in the transaction request. |
| response_code | Numeric mapping of processor responses (See See Result Code Table). |
| emv_auth_response_data | This will optionally come back when any chip card data is provided on the authorization. This data needs to be sent back to the SDK after an authorization. |
Conditional Response
| Variable Name | Description |
|---|
| customer_vault_id | The original customer_vault_id passed in the transaction request or the resulting customer_vault_id created on an approved transaction. Note: Only returned when the “Customer Vault” service is active. |
| kount_score | The Kount “Omniscore” indicating the level of risk on a given transaction. The higher the score, the lower the risk. Note: Only returned when the “Kount” service is active. |
| merchant_advice_code | Mastercard’s Merchant Advice Code (MAC) is returned in response if one is provided by the processor. Note: Only returned if API configuration is set to return this value. |
ECI Values
| Verified | Attempted | No 3DS (rarely shown) |
|---|
| Mastercard and Maestro | 02 | 01 | 00 |
| Other brands | 05 | 06 | 07 |