Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 4.49 KB

BatchTransactionResultModel.md

File metadata and controls

23 lines (19 loc) · 4.49 KB

CityPayAPI.Model.BatchTransactionResultModel

Properties

Name Type Description Notes
AccountId string The card holder account id used for the transaction.
Amount int The amount of the transaction processed. [optional]
Authcode string The authorisation code of a successful transaction. [optional]
Datetime DateTime The datetime that the transaction was processed. [optional]
Identifier string The identifier of the transaction.
Maskedpan string A masked value of the card number used for processing displaying limited values that can be used on a receipt. [optional]
Merchantid int The merchant id of the transaction.
Message string A response message pertaining to the transaction.
Result int An integer result that indicates the outcome of the transaction. The Code value below maps to the result value <table> <tr> <th>Code</th> <th>Abbrev</th> <th>Description</th> </tr> <tr><td>0</td><td>Declined</td><td>Declined</td></tr> <tr><td>1</td><td>Accepted</td><td>Accepted</td></tr> <tr><td>2</td><td>Rejected</td><td>Rejected</td></tr> <tr><td>3</td><td>Not Attempted</td><td>Not Attempted</td></tr> <tr><td>4</td><td>Referred</td><td>Referred</td></tr> <tr><td>5</td><td>PinRetry</td><td>Perform PIN Retry</td></tr> <tr><td>6</td><td>ForSigVer</td><td>Force Signature Verification</td></tr> <tr><td>7</td><td>Hold</td><td>Hold</td></tr> <tr><td>8</td><td>SecErr</td><td>Security Error</td></tr> <tr><td>9</td><td>CallAcq</td><td>Call Acquirer</td></tr> <tr><td>10</td><td>DNH</td><td>Do Not Honour</td></tr> <tr><td>11</td><td>RtnCrd</td><td>Retain Card</td></tr> <tr><td>12</td><td>ExprdCrd</td><td>Expired Card</td></tr> <tr><td>13</td><td>InvldCrd</td><td>Invalid Card No</td></tr> <tr><td>14</td><td>PinExcd</td><td>Pin Tries Exceeded</td></tr> <tr><td>15</td><td>PinInvld</td><td>Pin Invalid</td></tr> <tr><td>16</td><td>AuthReq</td><td>Authentication Required</td></tr> <tr><td>17</td><td>AuthenFail</td><td>Authentication Failed</td></tr> <tr><td>18</td><td>Verified</td><td>Card Verified</td></tr> <tr><td>19</td><td>Cancelled</td><td>Cancelled</td></tr> <tr><td>20</td><td>Un</td><td>Unknown</td></tr> <tr><td>21</td><td>Challenged</td><td>Challenged</td></tr> <tr><td>22</td><td>Decoupled</td><td>Decoupled</td></tr> <tr><td>23</td><td>Denied</td><td>Permission Denied</td></tr> </table>
ResultCode string A result code of the transaction identifying the result of the transaction for success, rejection or decline.
Scheme string The name of the card scheme of the transaction that processed the transaction such as Visa or MasterCard. [optional]
SchemeId string The name of the card scheme of the transaction such as VI or MC. [optional]
SchemeLogo string A url containing a logo of the card scheme. [optional]
Transno int The resulting transaction number, ordered incrementally from 1 for every merchant_id. The value will default to less than 1 for transactions that do not have a transaction number issued. [optional]

[Back to Model list] [Back to API list] [Back to README]