DP API: Transaction Response Variables
| 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 Appendix 1). |
| cvvresponse | CVV response code (See Appendix 2). |
| orderid | The original order id passed in the transaction request. |
| response_code | Numeric mapping of processor responses (See Appendix 3). |
| 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. |
Â