# Get Card Report

## Get Card Report

There is a newer version of this report (GetCardsReport) that has better performance and better output. Please access it [Here](https://github.com/chetanmadaan/Juice-Financial-Docs/blob/main/APIS/Card%20Status%20&%20Management/APIS/Card%20Status%20&%20Management/Get%20Cards%20Report.md)\
The Get Card Report API produces the relevant response, including card general details and a list of transactions.

There is a possibility to get the results in paging mode (used mainly for UI). When using paging, NextPosition will return the number of the first transaction on the next page. For example: in case and Count=5 , first Get Card Report call will return 5 first transaction and NextPosition=5 (0 based). there is a need to send this value for the second Get Card Report call.

Specific information regarding paging mode used with GetHolds=Y:

1. Holds returns ONLY for the first result set (position =0) and ALL holds are always returns independent of the Count value provided.
2. If first result set contains holds, at least 1 transaction will be returned in addition to holds.
3. If first result set contains holds, TransactionNumber parameter will return results size minus holds count (at least 1 transaction will be returned).

## Input Parameters:

| Name                  | Required | Definition                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | Comments                                                                                                    |
| --------------------- | -------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------- |
| CardNumber            | C        | Format: Numeric, 16                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         | Mutually exclusive with ID. Deprecated (use ID/ID Type)                                                     |
| Count                 | N        | <p>Format: Numeric 1-100<br>Description: Number of transactions to be retrieved. Used for pagination & better use of server resources.</p>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |                                                                                                             |
| CountMaxHoldsToReturn | N        | <p>Format: Numeric, 3, By default 0<br>Description: Define the maximum of holds to be returned by API in case and GetHolds=Y.</p>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |                                                                                                             |
| FromDate              | N        | <p>Format: YYYY-MM-DD<br>Description: The default value is Today's date</p>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |                                                                                                             |
| GetHolds              | N        | <p>Format: N(default)/Y<br>Description:<br>GetCardReport API provides (among other transactions) the list of authorizations & purchases done by the cardholder.<br><br>Every authorization may be a Hold. The Get Card Report will return these authorizations as well (if not filtered out) but without hold information as hold expiration date.<br><br>In order to be able to get only the active holds, it is possible to define the relevant Get Card Report API’ parameter GetHolds as Y. Then, the Get Card Report API will provide all active holds. When a hold has expired the API response will no longer list that hold. Holds will be returned with Praxell code containing “P85” (PP85DS).<br><br>In order to avoid showing “pending transactions” twice (as authorization and as hold), it is possible to filter out authorization Praxell codes and to get holds. In this way, the cardholder see his pending transactions (holds) and his settlements (non-authorization transactions)</p> | if GetLinkedCardsHistory=Y and GetHolds=Y, the holds will be returned for the default account' current card |
| GetLinkedCardsHistory | N        | Format: N(default)/Y                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | Return history of all cards linked to the required card                                                     |
| ID                    | C        | <p>Format: Numeric, 1-19<br>Description:<br>Input should be RPID in case IDType = RPID<br>Input should be Card Number in case IDType = CardNumber</p>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       | Mutually exclusive with CardNumber. Required if IDType is provided                                          |
| IDType                | C        | <p>Format options:<br>CardNumber<br>RPID<br>SavingAccount</p>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               | relevant only for ID parameter                                                                              |
| Order                 | N        | <p>Format: Closed list of values.<br>ASC<br>DESC<br>Description: Indicates whether the query should be executed in ascending or descending order (Date is the order field).</p>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |                                                                                                             |
| Position              | N        | <p>Format: Numeric, 1-4, >0<br>Description: Number of position in list of values\records. For example, if Position=30 and Count=5, then the Response Transaction List begins with top (30+5) transactions. In the XML Response only records 31, 32, 33, 34 and 35 from that Transaction List are included.<br>Default 0.</p>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |                                                                                                             |
| ResponseType          | N        | <p>Format: Closed list of values.<br>All (default)<br>Trx<br>Details<br>BalanceOnly<br>Description: Operation response type</p>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |                                                                                                             |
| SearchText            | N        | <p>Format: Alphanumeric, 1-30<br>Description: Text to search.</p>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |                                                                                                             |
| ToDate                | N        | <p>Format: YYYY-MM-DD<br>Description: the date should be after FromDate</p>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |                                                                                                             |
| TransactionCodes      | C        | <p>Format: 6 characters<br>Description:List of Praxell codes. Each Praxell code is 6 characters. Filter list of required transaction codes to filter by: Praxell code, Praxell Code, etc or PP0DS, PP01DS, etc.</p>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |                                                                                                             |
| TransactionsCodeGroup | O        | Format: Praxell code group name (e.g. PINSuspiciousTransactions, CHTXN (used by GetCardDetails, CHP, IVR Interface), Savings (used by CHP, IVR Interface for savings statement))Allow to return of transactions with Praxell codes belong to this group                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |                                                                                                             |
| TransactionCodesMode  | C        | <p>Format: Included /Excluded<br>Description: Requires TransactionCodes parameter</p>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |                                                                                                             |

## Output Parameters:

| Name                                   | Definition                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            | Failure Case | Success Case | Comments                                            |
| -------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------ | ------------ | --------------------------------------------------- |
| AccountNumber                          | <p>Format: Alphanumeric, 17<br>Description: Processor Account Number</p>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              | Not returned | Returned     |                                                     |
| ActivationDate                         | Format: YYYY-MM-DD                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    | Not returned | Returned     |                                                     |
| ActiveHoldsNumber                      | <p>Format: Numeric, 11<br>Description:Number of active holds existing for Cardholder</p>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              | Not returned | Returned     |                                                     |
| ActiveHoldsTotalAmount                 | <p>Format: Numeric, 11<br>Description: Total amount of all active holds existing for Cardholder</p>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   | Not returned | Returned     |                                                     |
| ActiveHoldsUnreturnedNumber            | <p>Format: Numeric, 2<br>Description: Total amount of all active holds which have not be returned for Cardholder</p>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | Not returned | Returned     |                                                     |
| ActualExpirationDate                   | <p>Format: Alphanumeric, 12, Month YYYY<br>Description: example, April 2013</p>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       | Not returned | Returned     |                                                     |
| AddressLine1                           | Format: Alphanumeric, 30                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              | Not returned | Returned     |                                                     |
| AddressLine2                           | Format: Alphanumeric, 30                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              | Not returned | Returned     |                                                     |
| Amount                                 | <p>Format: Numeric, 1-9<br>Description: The amount is in cents.</p>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   | Not returned | Returned     | Returned as part of TransactionList/Transaction tag |
| ApprovalCode                           | Format:Alphanumeric, 8                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                | Not returned | Returned     | Returned as part of TransactionList/Transaction tag |
| AvailableBalance                       | Format: Numeric, 11                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   | Not returned | Returned     | Returned as part of TransactionList/Transaction tag |
| Brand                                  | Format: Alpha, 1-120                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | Not returned | Returned     |                                                     |
| CardAssociation                        | <p>Format options:<br>Visa<br>MasterCard<br>Star</p>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | Not returned | Returned     |                                                     |
| CardAvailableBalance                   | Format: Numeric, 11                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   | Not returned | Returned     |                                                     |
| CardBalance                            | Format: Numeric, 11                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   | Not returned | Returned     | Returned as part of TransactionList/Transaction tag |
| CardDDA                                | Format: Numeric, 3-16                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 | Not returned | Returned     |                                                     |
| CardHolderState                        | <p>Format options:<br>V<br>V-PNS<br>RNV<br>NRNV</p>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   | Not returned | Returned     |                                                     |
| CardholderUserName                     | Format: Alphanumeric, 6 -30 (including chars: ‘\_’ ,‘-‘)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              | Not returned | Returned     |                                                     |
| CardIssuingBank                        | Format: Alphanumeric, 30                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              | Not returned | Returned     |                                                     |
| CardIssuingBankCode                    | Format: Alphanumeric, 5                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               | Not returned | Returned     |                                                     |
| CardIssuingBankRoutingNumber           | Format: Alphanumeric, 9                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               | Not returned | Returned     |                                                     |
| CardNumber                             | <p>Format: Numeric, 4<br>Description: XXXX-XXXX-XXXX-1234</p>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         | Not returned | Returned     | Returned as part of TransactionList/Transaction tag |
| CardStatus                             | Format Options: O (Open, for ACT and SPND card statuses), C (Close, for all other card statuses)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      | Not returned | Returned     |                                                     |
| CardType                               | <p>Format: Primary/Secondary<br>(field called CardType in APIs)</p>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   | Not returned | Returned     |                                                     |
| City                                   | Format: Alphanumeric, 20                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              | Not returned | Returned     |                                                     |
| Country                                | <p>Format: ISO Country code. Two characters.<br>Description: Based on ISO 3166-1 alpha-2 list.<br><http://en.wikipedia.org/wiki/ISO_3166-1_alpha-2></p>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               | Not returned | Returned     |                                                     |
| Currency                               | Format: Alphanumeric, 3                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               | Not returned | Returned     | Returned as part of TransactionList/Transaction tag |
| CurrentStatus                          | <p>Format options:<br>CII<br>LOCKED\_CII<br>LOCK<br>ACT<br>SPND<br>LST<br>STLN<br>CC</p>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              | Not returned | Returned     |                                                     |
| Date                                   | Format: YYYY-MM-DD                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    | Not returned | Returned     | Returned as part of TransactionList/Transaction tag |
| DateOfBirth                            | <p>Format: yyyy-mm-dd<br>Description: Cardholder must be above 17 years old</p>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       | Not returned | Returned     |                                                     |
| Description                            | Format: Alphanumeric, 1-30                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            | Not returned | Returned     | Returned as part of TransactionList/Transaction tag |
| DisplayDescription                     | Format: Alphanumeric, 200                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             | Not returned | Returned     | Returned as part of TransactionList/Transaction tag |
| DocId                                  | <p>Format: Alphanumeric, 3-16<br>Description: ID number of the government identification document used (defined in DocType)</p>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       | Not returned | Returned     |                                                     |
| DocType                                | <p>Format options:<br>SSN<br>PASS<br>UDL<br>MCN<br>INMATE<br>Description: Closed list of values.Type of government identification document used: SSN- Social Security Number, PASS - Passport number, 'UDL' – US Drivers license number,'MCN' - Matricula consular ,INMATE.</p>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       | Not returned | Returned     |                                                     |
| Email                                  | <p>Format: a-z (upper or lower), numbers, dash and underscore, 5-40<br>Description: Possible pattern: <x@x.x></p>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | Not returned | Returned     |                                                     |
| ExpirationDate                         | Format: MMYY                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | Not returned | Returned     |                                                     |
| Fax                                    | <p>Format: Numeric, 6-10<br>Description: the fax number.</p>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | Not returned | Returned     |                                                     |
| FirstName                              | Format: Alphanumeric, 10                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              | Not returned | Returned     |                                                     |
| HoldsBalance                           | Format: Numeric, 11                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   | Not returned | Returned     | Returned as part of TransactionList/Transaction tag |
| HoldExpirationDate                     | <p>Format: MM-DD-YYYY<br>Description: The date the holds expired</p>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | Not returned | Returned     | Returned as part of TransactionList/Transaction tag |
| InvalidPINAttempts                     | Format: Numeric, 2                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    | Not returned | Returned     |                                                     |
| IsPinSet                               | Format: Y/N                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           | Not returned | Returned     |                                                     |
| IsReceiveSms                           | <p>Format options:<br>Enabled (the cardholder has requested to receive an SMS for transactions and therefore he get SMS's)<br>Disabled (the cardholder has requested to not receive an SMS for transactions and therefore he does not get SMS's)<br>Blank (the cardholder has not requested to receive an SMS for transactions and therefore he does not get SMS's)<br>Mail (the cardholder has requested to receive an mail for transactions and therefore he get mails)<br><br>Description:Defines if the cardholder gets an SMS/Mail.</p>                                                                                                                                                                                                                                                                                          | Not returned | Returned     |                                                     |
| IsRegistered                           | Format: Y/N                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           | Not returned | Returned     |                                                     |
| IsRetailCard                           | <p>Format: Y/N<br>Description: Indicates whether the card is part of a retail pack and is it a retail card</p>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | Not returned | Returned     |                                                     |
| IssueDate                              | Format: YYYY-MM-DD HH:MM:SS.M                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         | Not returned | Returned     |                                                     |
| IssuerName                             | Format: Alphanumeric, 30                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              | Not returned | Returned     |                                                     |
| IssuerUser                             | Format: Alphanumeric, 6-30                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            | Not returned | Returned     |                                                     |
| IsVerified                             | Format: Y/N                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           | Not returned | Returned     |                                                     |
| LastName                               | Format: Alphanumeric, 15                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              | Not returned | Returned     |                                                     |
| MaxDeclinedTxnsReached                 | Format: Y/N                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           | Not returned | Returned     |                                                     |
| MaxPinRetiresReached                   | Format: Y/N                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           | Not returned | Returned     |                                                     |
| MCC                                    | Format: Alphanumeric, 4                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               | Not returned | Returned     | Returned as part of TransactionList/Transaction tag |
| MCCDescription                         |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       | Not returned | Returned     |                                                     |
| MiddleInitial                          | <p>Format: Alpha,1<br>Description: Middle name char of the cardholder.</p>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            | Not returned | Returned     |                                                     |
| MobilePhone                            | <p>Format: Numeric, 6-15<br>Description: Mobile phone for getting SMS (see IsReceiveSms).</p>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         | Not returned | Returned     |                                                     |
| NextPosition                           | Format: Numeric, 2                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    | Not returned | Returned     |                                                     |
| Phone                                  | <p>Format: Numeric, 6-15<br>Description: Phone number</p>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             | Not returned | Returned     |                                                     |
| PINTriesExceeded                       | Format: Y/N                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           | Not returned | Returned     |                                                     |
| PostedBalance                          | Format: Numeric, 11 (balance after transaction was done, before fees were taken)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      | Not returned | Returned     | Returned as part of TransactionList/Transaction tag |
| PrimaryVerificationUploadedDocuments   | <p>The number of uploaded primary verification documents.<br>Format: numeric,2</p>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    | Not returned | Returned     |                                                     |
| ProductTypeName                        | <p>Format: Alphanumeric, 1-120<br>Description: Each sub program in Praxell consists of one or more product types. A product type is a set of attributes that are applied to the cards that belong to this product type. The ProductTypeName field is the name of the product used when creating and issuing cards.</p>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                | Not returned | Returned     |                                                     |
| ProgramType                            | Format: Saving/Commercial/GPR                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         | Not returned | Returned     |                                                     |
| PTExpirationDate                       | Format: MMYY                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | Not returned | Returned     |                                                     |
| ReplacementMessageType                 | <p>Format options:<br>ToBeReplacedInAnotherBankForVerifiedCH<br>ToBeReplacedInAnotherBankForRNVCH<br>PTExpirationDate<br>CardExpirationDate<br>ReplacementCardOrderedFromAnotherBank<br>ReplacementCardOrderedFromSameBank<br>ReplacedAnotherCardInAnotherBank</p>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    | Not returned | Returned     |                                                     |
| ReplacementStatus                      | <p>Format options:<br>CardReplaced<br>ReplacementCardObsolete<br>ReplacementCardOrderedFromSameBank<br>ReplacementCardOrderedFromAnotherBank<br>ReplacedAnotherCardInSameBank<br>ReplacedAnotherCardInAnotherBank<br>ReplacementCardRequired<br>ReplacementCardRequiredFailure<br>ToBeReplacedInAnotherBank<br>ToReplaceCardFromAnotherBank<br>ToReplaceCardFromSameBank</p>                                                                                                                                                                                                                                                                                                                                                                                                                                                          | Not returned | Returned     |                                                     |
| ResponseType                           | Format: approved/declined                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             | Not returned | Returned     | Returned as part of TransactionList/Transaction tag |
| RPID                                   | Format: Numeric, 1-19                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 | Not returned | Returned     | Returned as part of TransactionList/Transaction tag |
| SecondaryVerificationUploadedDocuments | <p>The number of uploaded secondary verification documents.<br>Format: numeric,2</p>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | Not returned | Returned     |                                                     |
| ServiceId                              | <p>Format: Exact 17 chars.<br>Description: A unique identifier which represents a transaction in the Praxell system.</p>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              | Not returned | Returned     | Returned as part of TransactionList/Transaction tag |
| ShippingAddressLine1                   | <p>Format: Alphanumeric, 30<br>Can contains as well all special characters beside: <, ></p>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           | Not returned | Returned     |                                                     |
| ShippingAddressLine2                   | <p>Format: Alphanumeric, 30<br>Can contains as well all special characters beside: <, ></p>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           | Not returned | Returned     |                                                     |
| ShippingCity                           | <p>Format: Alpha, 1-20<br>Can contains as well these special characters: /, -, space, comma, period,</p>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              | Not returned | Returned     |                                                     |
| ShippingState                          | Format: Alphanumeric, 2                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               | Not returned | Returned     |                                                     |
| ShippingZIP                            | Format: Numeric, 5                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    | Not returned | Returned     |                                                     |
| State                                  | Format: Alphanumeric, 2                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               | Not returned | Returned     |                                                     |
| StatusReasonCode                       | <p>Format options:<br>CardExpired<br>CardReplaced<br>CIPException<br>CloseCardForDispute<br>Closed<br>ClosedByPM<br>Deceased<br>Excess-Chargeback<br>InsufficientKYC<br>InvalidArrowEyefiles<br>NegativeWriteOff<br>POBox<br>PrePurge<br>PurgedCard<br>PurgedFailedAtProcessor<br>ReadyToPrint<br><br>Arbitration<br>ByPM<br>CIPExceptionSus<br>Confirmed Fraud<br>Dispute<br>Lost<br>Lost-Stolen<br>Other<br>Poss Fraud<br>Poss Fraud Warm Address<br>Poss Fraud Warm Source IP<br>PrimaryCardSuspension<br>ProcSuspectedFraudWithNotes<br>ReDisputed<br>ReplaceFailure<br>ReplacementCardRequired<br>Represented<br>Stolen<br>StoreError<br>SuspectedFraud<br>TransactionCompletenessException<br>UnactivatedCard<br>UnactivatedReplacementCard<br>Violation</p>                                                                    | Not returned | Returned     |                                                     |
| StatusReasonDesc                       | <p>Format options:<br>Card Expired<br>Card Replaced<br>CIP Exception<br>Close Card Submited for Dispute<br>Closed<br>Closed By PM<br>Deceased<br>Excess-Chargeback<br>Insufficient KYC<br>Invalid Arrow Eye files<br>Negative Write-off<br>POBox<br>Pre Purge<br>Purged<br>Purged Failed At Processor<br>Ready To Print<br><br>Arbitration<br>By PM<br>CIP Exception<br>Confirmed Fraud<br>Dispute<br>Lost<br>Lost - Stolen<br>Other<br>Poss Fraud<br>Poss Fraud Warm Address<br>Poss Fraud Warm Source IP<br>Primary Card Suspension<br>Processor Suspected Fraud With Notes<br>Re-disputed<br>Replace Failure<br>Replacement Card Required<br>Represented<br>Stolen<br>Store error<br>Suspected Fraud<br>Suspected Fraud<br>Transaction Completeness Exception<br>Unactivated Card<br>Unactivated Replacement Card<br>Violation</p> | Not returned | Returned     |                                                     |
| TCFileName                             | Format: Alphanumeric, 120, including characters "/" , ":" , "." , ""                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | Not returned | Returned     |                                                     |
| TermAddress                            | Format: Alphanumeric, 30                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              | Not returned | Returned     | Returned as part of TransactionList/Transaction tag |
| TermCity                               | Format: Alphanumeric, 25                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              | Not returned | Returned     | Returned as part of TransactionList/Transaction tag |
| TermCountry                            | Format: Alphanumeric, 3                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               | Not returned | Returned     | Returned as part of TransactionList/Transaction tag |
| TermNameLocation                       | Format: Alphanumeric, 25                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              | Not returned | Returned     | Returned as part of TransactionList/Transaction tag |
| TermOwner                              | Format: Alphanumeric, 25                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              | Not returned | Returned     | Returned as part of TransactionList/Transaction tag |
| TermState                              | Format: Alphanumeric, 3                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               | Not returned | Returned     | Returned as part of TransactionList/Transaction tag |
| TermZIP                                | Format: Alphanumeric, 10                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              | Not returned | Returned     | Returned as part of TransactionList/Transaction tag |
| Time                                   | Format: HH:MM:SS                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      | Not returned | Returned     | Returned as part of TransactionList/Transaction tag |
| TotalTransactionNumber                 | Format: Numeric, 2                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    | Not returned | Returned     |                                                     |
| TransactionCode                        | Format: Alphanumeric, 6                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               | Not returned | Returned     | Returned as part of TransactionList/Transaction tag |
| TransactionDescription                 | Format: Alphanumeric, 100                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             | Not returned | Returned     | Returned as part of TransactionList/Transaction tag |
| TransactionId                          | Format: Alphanumeric, 50                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              | Not returned | Returned     | Returned as part of TransactionList/Transaction tag |
| TransactionNumber                      | Format: Numeric, 2                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    | Not returned | Returned     |                                                     |
| TransactionOrigin                      | Format: Alphanumeric, 1                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               | Not returned | Returned     | Returned as part of TransactionList/Transaction tag |
| TransactionType                        | <p>Format: List of values: Credit, Debit, Auth, Info<br>Description: provide the type of the transaction</p>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | Not returned | Returned     | Returned as part of TransactionList/Transaction tag |
| TxnAmount                              | Format: Numeric, 11                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   | Not returned | Returned     | Returned as part of TransactionList/Transaction tag |
| UniqueRequestId                        | Format: Alphanumeric, 30                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              | Not returned | Returned     | Returned as part of TransactionList/Transaction tag |
| Zip                                    | Format: Numeric, 5                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    | Not returned | Returned     |                                                     |

## XML Samples

### Input XML

```json
<?xml version="1.0"?>
<PraxellXMLRequest>
  <AuthenticationDetails>
    <UserName>FB_FMI_TSRG_KS01</UserName>
    <UserPassword>1q2w3e4r</UserPassword>
    <ClientSourceIP></ClientSourceIP> 
 </AuthenticationDetails>;
  <ServiceDetails>
    <UniqueRequestId></UniqueRequestId>
    <ServiceName>GetCardReport</ServiceName>
  </ServiceDetails>
  <Origin>
    <OriginType>ExtAPI</OriginType>
  </Origin>
  <ServiceParams>
    <CardNumber>1234567890123456</CardNumber>
    <FromDate>2008-04-30</FromDate>
    <ToDate>2008-06-06</ToDate>
    <TransactionCodes></TransactionCodes>
    <TransactionCodesMode></TransactionCodesMode>
    <CountMaxHoldsToReturn></CountMaxHoldsToReturn>
    <GetHolds></GetHolds>
    <GetLinkedCardsHistory></GetLinkedCardsHistory>
    <ID></ID>
    <IDType></IDType>
    <SearchText></SearchText>
    <Position></Position>
    <Count>40</Count>
    <Order>ASC</Order>
    <ResponseType></ResponseType>
  </ServiceParams>
</PraxellXMLRequest>
```

```json
<?xml version="1.0"?>
<PraxellXMLResponse>
     <ResponseDetails>
        <ServiceName>GetCardReport</ServiceName>
        <SessionId>38800204200942072</SessionId>
        <StatusCode>0</StatusCode>
        <StatusName>StatusOK</StatusName>
        <StatusDescription>NA</StatusDescription>
        <ServiceDate>2009-07-28 04:42:22</ServiceDate>
        <ServiceId>38800204200942072</ServiceId>
    </ResponseDetails>
    <ResponseParams>
        <AccountNumber>9990000000290</AccountNumber>
        <ActivationDate>2011-03-24</ActivationDate>
        <ActiveHoldsNumber>03</ActiveHoldsNumber>
        <ActiveHoldsTotalAmount>120865</ActiveHoldsTotalAmount>
        <ActiveHoldsUnreturnedNumber></ActiveHoldsUnreturnedNumber>
        <ActualExpirationDate>April 2013</ActualExpirationDate>
        <AddressLine1>gdxfxvx</AddressLine1>
        <AddressLine2>vcxvcx</AddressLine2>
        <Brand></Brand>
        <CardAssociation>MA</CardAssociation>
        <CardAvailableBalance>1999</CardAvailableBalance>
        <CardDDA>9990000000290</CardDDA>
        <CardHolderState>V-PNS</CardHolderState>
        <CardholderUserName>cardholder username</CardholderUserName>
        <CardIssuingBank>IssuingBanktest900</CardIssuingBank>
        <CardIssuingBankCode>MB</CardIssuingBankCode>
        <CardIssuingBankRoutingNumber>789123456</CardIssuingBankRoutingNumber>
        <CardStatus>O</CardStatus>
        <City>vxvcx</City>
        <Country>US</Country>
        <CurrentStatus>ACT</CurrentStatus>
        <DateOfBirth>1980-01-01</DateOfBirth>
        <DocId>100000000000</DocId>
        <DocType>DL</DocType>
        <Email>gfdgd@gffgfdg.fgd</Email>
        <ExpirationDate>0413</ExpirationDate>
        <Fax></Fax>
        <FirstName>testSearch</FirstName>
        <HoldsBalance>testSearch</HoldsBalance>
        <HoldExpirationDate></HoldExpirationDate>
        <InvalidPINAttempts>0</InvalidPINAttempts>
        <IsPinSet>N</IsPinSet>
        <IsRegistered>Y</IsRegistered>
        <IsRetailCard>Y</IsRetailCard>
        <IssueDate>2006-04-27 15:20:19.0</IssueDate>
        <IssuerName>Store</IssuerName>
        <IssuerUser></IssuerUser>
        <IsVerified>Y</IsVerified>
        <LastName>cardholders</LastName>
        <MaxDeclinedTxnsReached>N</MaxDeclinedTxnsReached>
        <MaxPinRetiresReached>N</MaxPinRetiresReached>
        <MiddleInitial>a</MiddleInitial>
        <NextPosition>1</NextPosition>
        <Phone>235432543253</Phone>
        <PINTriesExceeded>N</PINTriesExceeded>
        <PostedBalance></PostedBalance>
        <PrimaryVerificationUploadedDocuments>0</PrimaryVerificationUploadedDocuments>
        <ProductTypeName>Progreso Prepaid MasterCard (408) Flag - Sp</ProductTypeName>
        <PTExpirationDate></PTExpirationDate>
        <ReplacementMessageType></ReplacementMessageType>
        <ReplacementStatus></ReplacementStatus>
        <SecondaryVerificationUploadedDocuments >0</SecondaryVerificationUploadedDocuments >
        <ShippingAddressLine1></ShippingAddressLine1>
        <ShippingAddressLine2></ShippingAddressLine2>
        <ShippingCity></ShippingCity>
        <ShippingState></ShippingState>
        <ShippingZIP></ShippingZIP>
        <State>CO</State>
        <StatusReasonCode></StatusReasonCode>
        <StatusReasonDesc></StatusReasonDesc>
        <TotalTransactionNumber>8</TotalTransactionNumber>
        <TCFileName></TCFileName>
        <TransactionNumber>2</TransactionNumber>
        <Zip>353544534</Zip>
        <ProgramType></ProgramType>
        <CardType></CardType>
        <TransactionList>
            <Transaction>
                <Amount>0.00</Amount>
                <ApprovalCode>1212121212121213</ApprovalCode>
                <AvailableBalance></AvailableBalance>
                <CardBalance>0</CardBalance>
                <CardNumber>1111</CardNumber>
                <Currency>USD</Currency>
                <Date>09/04/2008</Date>
                <Description>Deposit</Description>
                <DisplayDescription>Deposit - ProgMngr (Oregon, TX)</DisplayDescription>
                <HoldExpirationDate>NA</HoldExpirationDate>
                <MCC>1820</MCC>
                <MCCDescription>1820</MCCDescription>
                <ResponseType>approved</ResponseType>
                <RPID>111111111111111111</RPID>
                <ServiceId>0</ServiceId>
                <TermAddress>Address..</TermAddress>
                <TermCity>Oregon</TermCity >
                <TermCountry>US</TermCountry>
                <TermNameLocation>NA</TermNameLocation>
                <TermOwner>ProgMngr</TermOwner>
                <TermState>TX</TermState >
                <TermZIP>12345</TermZIP>
                <Time>06:20:30 PM</Time>
                <TransactionCode>XP29DS</TransactionCode>
                <TransactionDescription>Retail Reload</TransactionDescription>
                <TransactionId>0</TransactionId>
                <TransactionOrigin>P</TransactionOrigin>
                <TransactionType>Credit</TransactionType>
                <TxnAmount>0</TxnAmount>
                <UniqueRequestId>1212121212121213</UniqueRequestId>
            </Transaction>
            <Transaction>
                <Amount>0.00</Amount>
                <ApprovalCode>1212121212121213</ApprovalCode>
                <AvailableBalance></AvailableBalance>
                <CardBalance>0</CardBalance>
                <CardNumber>1111</CardNumber>
                <Currency>USD</Currency>
                <Date>09/04/2008</Date>
                <Description>Deposit</Description>
                <DisplayDescription>Deposit - ProgMngr (Oregon, TX)</DisplayDescription>
                <HoldExpirationDate>NA</HoldExpirationDate>
                <MCC>1808</MCC>
                <ResponseType>approved</ResponseType>
                <RPID>111111111111111111</RPID>
                <ServiceId>0</ServiceId>
                <TermCity>Oregon</TermCity >
                <TermCountry>US</TermCountry>
                <TermNameLocation>NA</TermNameLocation>
                <TermOwner>ProgMngr</TermOwner>
                <TermState>TX</TermState >
                <Time>06:08:25 PM</Time>
                <TransactionCode>PP87DS</TransactionCode>
                <TransactionDescription>PIN Purchase</TransactionDescription>
                <TransactionId>0</TransactionId>
                <TransactionOrigin>P</TransactionOrigin>
                <TransactionType>Debit</TransactionType>
                <TxnAmount>0</TxnAmount>
                <UniqueRequestId>1212121212121213</UniqueRequestId>
            </Transaction>
        </TransactionList>
    </ResponseParams>
</PraxellXMLResponse>
```

```json
<?xml version="1.0"?>
<PraxellXMLResponse>
  <ResponseDetails>
    <ServiceName>GetCardReport</ServiceName>
    <SessionId>07071612200737105</SessionId>
    <StatusCode>70008</StatusCode>
    <StatusName>InvalidIssuer</StatusName>
    <StatusDescription>InvalidIssuer</StatusDescription>
    <ServiceDate>2021-10-01 12:37:50</ServiceDate>
    <ServiceId>07071612200737105</ServiceId>
  </ResponseDetails>
  <ResponseParams>
  </ResponseParams>
</PraxellXMLResponse>
```
