# Search Parameters (/api/nvp-soap/payflow/reports/search-parameters)



The input and output parameters of the following searches are included here.

* [Transaction ID Search](#transaction-id-search)
* [Batch ID Search](#batch-id-search)
* [AccountNumberSearch](#accountnumbersearch)
* [CommentSearch](#commentsearch)
* [AccountNumberRefSearch](#accountnumberrefsearch)
* [PurchaseOrderSearch](#purchaseordersearch)
* [RecurringBillingProfileIDSearch](#recurringbillingprofileidsearch)
* [RecurringBillingProfileNameSearch](#recurringbillingprofilenamesearch)
* [RecurringBillingAccountNumberSearch](#recurringbillingaccountnumbersearch)
* [RecurringBillingCommentSearch](#recurringbillingcommentsearch)
* [RecurringBillingAmountSearch](#recurringbillingamountsearch)
* [FraudTransactionSearch](#fraudtransactionsearch)
* [OrderIDSearch](#orderidsearch)
* [PayPalTransactionIDSearch](#paypaltransactionidsearch)
* [PayPalEmailSearch](#paypalemailsearch)
* [PayPalNameSearch](#paypalnamesearch)

## Transaction ID Search [#transaction-id-search]

### Input parameters [#input-parameters]

| Name             | Description                      | Type   | Required? | Allowed values                                         | Default value | Auto-computed by scheduler? |
| ---------------- | -------------------------------- | ------ | --------- | ------------------------------------------------------ | ------------- | --------------------------- |
| `transaction_id` | Transaction ID to search for     | string | Y         |                                                        |               |                             |
| `timezone`       | Timezone used to interpret times | string | N         | GMT<br />GMT                  ±                  XX:XX | GMT           | N                           |

### Output parameters [#output-parameters]

| Column name                   | Type     | Comment                             |
| ----------------------------- | -------- | ----------------------------------- |
| `Order ID`                    | string   |                                     |
| `Transaction ID`              | string   |                                     |
| `Merchant`                    | string   |                                     |
| `User Name`                   | string   |                                     |
| `Time`                        | string   |                                     |
| `Type`                        | string   |                                     |
| `Duration`                    | number   |                                     |
| `Tender Type`                 | string   |                                     |
| `Client IP Address`           | string   |                                     |
| `Account Number`              | string   | Only the last 4 digits are returned |
| `Client Version`              | string   |                                     |
| `Expires`                     | string   |                                     |
| `Amount`                      | currency |                                     |
| `Comment1`                    | string   |                                     |
| `Comment2`                    | string   |                                     |
| `Billing First Name`          | string   |                                     |
| `Billing Last Name`           | string   |                                     |
| `Billing Address1`            | string   |                                     |
| `Billing Address2`            | string   |                                     |
| `Billing City`                | string   |                                     |
| `Billing State`               | string   |                                     |
| `Billing Zip`                 | string   |                                     |
| `Billing Country`             | string   |                                     |
| `Billing Email`               | string   |                                     |
| `Shipping First Name`         | string   |                                     |
| `Shipping Last Name`          | string   |                                     |
| `Shipping Address1`           | string   |                                     |
| `Shipping Address2`           | string   |                                     |
| `Shipping City`               | string   |                                     |
| `Shipping State`              | string   |                                     |
| `Shipping Zip`                | string   |                                     |
| `Shipping Country`            | string   |                                     |
| `Recurring`                   | string   |                                     |
| `Result Code`                 | number   |                                     |
| `Response Msg`                | string   |                                     |
| `Authcode`                    | string   |                                     |
| `Original Transaction ID`     | string   |                                     |
| `AVS Street Match`            | string   |                                     |
| `Original Amount`             | currency |                                     |
| `AVS Zip Match`               | string   |                                     |
| `International AVS Indicator` | string   |                                     |
| `CSC Match`                   | string   |                                     |
| `Batch ID`                    | number   |                                     |

## Batch ID Search [#batch-id-search]

### Input parameters [#input-parameters-1]

| Name         | Description                      | Type                           | Required? | Allowed values                                         | Default value | Auto-computed by scheduler? |
| ------------ | -------------------------------- | ------------------------------ | --------- | ------------------------------------------------------ | ------------- | --------------------------- |
| `batch_id`   | Batch ID to search for           | string                         | Y         |                                                        |               |                             |
| `start_date` | Start date to search for         | datetime - YYYY-MM-DD HH:MI:SS | Y         |                                                        |               |                             |
| `end_date`   | End date to search for           | datetime - YYYY-MM-DD HH:MI:SS | Y         |                                                        |               |                             |
| `timezone`   | Timezone used to interpret times | string                         | N         | GMT<br />GMT                  ±                  XX:XX | GMT           | N                           |

### Output parameters [#output-parameters-1]

| Column name      | Type     | Comment                             |
| ---------------- | -------- | ----------------------------------- |
| `Transaction ID` | string   |                                     |
| `Time`           | string   |                                     |
| `Type`           | string   |                                     |
| `Tender Type`    | string   |                                     |
| `Account Number` | string   | Only the last 4 digits are returned |
| `Expires`        | string   |                                     |
| `Amount`         | currency |                                     |
| `Response Msg`   | string   |                                     |
| `Comment1`       | string   |                                     |
| `Comment2`       | string   |                                     |

## AccountNumberSearch [#accountnumbersearch]

### Input parameters [#input-parameters-2]

| Name             | Description                      | Type                           | Required? | Allowed values                                         | Default value | Auto-computed by scheduler? |
| ---------------- | -------------------------------- | ------------------------------ | --------- | ------------------------------------------------------ | ------------- | --------------------------- |
| `account_number` | Account Number to search for     | string                         | Y         |                                                        |               |                             |
| `start_date`     | Start date to search for         | datetime - YYYY-MM-DD HH:MI:SS | Y         |                                                        |               |                             |
| `end_date`       | End date to search for           | datetime - YYYY-MM-DD HH:MI:SS | Y         |                                                        |               |                             |
| `timezone`       | Timezone used to interpret times | string                         | N         | GMT<br />GMT                  ±                  XX:XX | GMT           | N                           |

### Output parameters [#output-parameters-2]

| Column name      | Type     | Comment                             |
| ---------------- | -------- | ----------------------------------- |
| `Transaction ID` | string   |                                     |
| `Time`           | string   |                                     |
| `Type`           | string   |                                     |
| `Tender Type`    | string   |                                     |
| `Account Number` | string   | Only the last 4 digits are returned |
| `Expires`        | string   |                                     |
| `Amount`         | currency |                                     |
| `Response Msg`   | string   |                                     |
| `Comment1`       | string   |                                     |
| `Comment2`       | string   |                                     |

## CommentSearch [#commentsearch]

### Input parameters [#input-parameters-3]

| Name         | Description                      | Type                           | Required?                                                 | Allowed values                                         | Default value            | Auto-computed by scheduler?    |
| ------------ | -------------------------------- | ------------------------------ | --------------------------------------------------------- | ------------------------------------------------------ | ------------------------ | ------------------------------ |
| `comment1`   | Comment1 to search for           | string                         | Y (One or both of `comment1` and `comment2` are required) | `Comment1`                                             | Comment1 to search for   | string                         |
| `comment2`   | Comment2 to search for           | string                         | Y (One or both of `comment1` and `comment2` are required) | `Comment2`                                             | Comment2 to search for   | string                         |
| `start_date` | Start date to search for         | datetime - YYYY-MM-DD HH:MI:SS | Y                                                         | `start_date`                                           | Start date to search for | datetime - YYYY-MM-DD HH:MI:SS |
| `end_date`   | End date to search for           | datetime - YYYY-MM-DD HH:MI:SS | Y                                                         | `end_date`                                             | End date to search for   | datetime - YYYY-MM-DD HH:MI:SS |
| `timezone`   | Timezone used to interpret times | string                         | N                                                         | GMT<br />GMT                  ±                  XX:XX | GMT                      | N                              |

### Output parameters [#output-parameters-3]

| Column name      | Type     | Comment                             |
| ---------------- | -------- | ----------------------------------- |
| `Transaction ID` | string   |                                     |
| `Time`           | string   |                                     |
| `Type`           | string   |                                     |
| `Tender Type`    | string   |                                     |
| `Account Number` | string   | Only the last 4 digits are returned |
| `Expires`        | string   |                                     |
| `Amount`         | currency |                                     |
| `Response Msg`   | string   |                                     |
| `Comment1`       | string   |                                     |
| `Comment2`       | string   |                                     |

## AccountNumberRefSearch [#accountnumberrefsearch]

### Input parameters [#input-parameters-4]

| Name             | Description                      | Type                           | Required? | Allowed values                                         | Default value | Auto-computed by scheduler? |
| ---------------- | -------------------------------- | ------------------------------ | --------- | ------------------------------------------------------ | ------------- | --------------------------- |
| `transaction_id` | Transaction ID to search for     | string                         | Y         |                                                        |               |                             |
| `start_date`     | Start date to search for         | datetime - YYYY-MM-DD HH:MI:SS | Y         |                                                        |               |                             |
| `end_date`       | End date to search for           | datetime - YYYY-MM-DD HH:MI:SS | Y         |                                                        |               |                             |
| `timezone`       | Timezone used to interpret times | string                         | N         | GMT<br />GMT                  ±                  XX:XX | GMT           | N                           |

### Output parameters [#output-parameters-4]

| Column name      | Type     | Comment                             |
| ---------------- | -------- | ----------------------------------- |
| `Order ID`       | string   | Only if CyberCash merchant          |
| `Transaction ID` | string   |                                     |
| `Time`           | string   |                                     |
| `Type`           | string   |                                     |
| `Tender Type`    | string   |                                     |
| `Account Number` | string   | Only the last 4 digits are returned |
| `Expires`        | string   |                                     |
| `Amount`         | currency |                                     |
| `Response Msg`   | string   |                                     |
| `Comment1`       | string   |                                     |
| `Comment2`       | string   |                                     |

## PurchaseOrderSearch [#purchaseordersearch]

### Input parameters [#input-parameters-5]

| Name                 | Description                         | Type                           | Required? | Allowed values                                         | Default value | Auto-computed by scheduler? |
| -------------------- | ----------------------------------- | ------------------------------ | --------- | ------------------------------------------------------ | ------------- | --------------------------- |
| `purchase_order_num` | Purchase Order Number to search for | string                         | Y         |                                                        |               |                             |
| `start_date`         | Start date to search for            | datetime - YYYY-MM-DD HH:MI:SS | Y         |                                                        |               |                             |
| `end_date`           | End date to search for              | datetime - YYYY-MM-DD HH:MI:SS | Y         |                                                        |               |                             |
| `timezone`           | Timezone used to interpret times    | string                         | N         | GMT<br />GMT                  ±                  XX:XX | GMT           | N                           |

### Output parameters [#output-parameters-5]

| Column name      | Type     | Comment                             |
| ---------------- | -------- | ----------------------------------- |
| `Transaction ID` | string   |                                     |
| `Time`           | string   |                                     |
| `Type`           | string   |                                     |
| `Tender Type`    | string   |                                     |
| `Account Number` | string   | Only the last 4 digits are returned |
| `Expires`        | string   |                                     |
| `Amount`         | currency |                                     |
| `Response Msg`   | string   |                                     |
| `Comment1`       | string   |                                     |
| `Comment2`       | string   |                                     |

## RecurringBillingProfileIDSearch [#recurringbillingprofileidsearch]

### Input parameters [#input-parameters-6]

| Name         | Description                      | Type   | Required? | Allowed values                                         | Default value | Auto-computed by scheduler? |
| ------------ | -------------------------------- | ------ | --------- | ------------------------------------------------------ | ------------- | --------------------------- |
| `profile_id` | Profile ID to search for         | string | Y         |                                                        |               |                             |
| `timezone`   | Timezone used to interpret times | string | N         | GMT<br />GMT                  ±                  XX:XX | GMT           | N                           |

### Output parameters [#output-parameters-6]

| Column name           | Type     | Comment                             |
| --------------------- | -------- | ----------------------------------- |
| `Profile ID`          | string   |                                     |
| `Profile Name`        | string   |                                     |
| `Name`                | string   |                                     |
| `Address`             | string   |                                     |
| `Phone Number`        | string   |                                     |
| `Email`               | string   |                                     |
| `Recurring Amount`    | currency |                                     |
| `Original Start Date` | date     |                                     |
| `Term`                | number   |                                     |
| `Frequency`           | string   |                                     |
| `Status`              | string   |                                     |
| `Account Number`      | string   | Only the last 4 digits are returned |
| `Expires`             | string   |                                     |
| `Comment`             | string   |                                     |
| `Start Date`          | date     |                                     |
| `Next Payment Date`   | date     |                                     |
| `Last Date`           | date     |                                     |
| `Date Established`    | date     |                                     |

## RecurringBillingProfileNameSearch [#recurringbillingprofilenamesearch]

### Input parameters [#input-parameters-7]

| Name           | Description                      | Type   | Required? | Allowed values                                         | Default value | Auto-computed by scheduler? |
| -------------- | -------------------------------- | ------ | --------- | ------------------------------------------------------ | ------------- | --------------------------- |
| `profile_name` | Profile Name to search for       | string | Y         |                                                        |               |                             |
| `timezone`     | Timezone used to interpret times | string | N         | GMT<br />GMT                  ±                  XX:XX | GMT           | N                           |

### Output parameters [#output-parameters-7]

| Column name        | Type     | Comment                             |
| ------------------ | -------- | ----------------------------------- |
| `Profile Name`     | string   |                                     |
| `Profile ID`       | string   |                                     |
| `Status`           | string   |                                     |
| `Account Number`   | string   | Only the last 4 digits are returned |
| `Expires`          | string   |                                     |
| `Amount`           | currency |                                     |
| `Frequency`        | string   |                                     |
| `Start Date`       | date     |                                     |
| `Date Established` | date     |                                     |

## RecurringBillingAccountNumberSearch [#recurringbillingaccountnumbersearch]

### Input parameters [#input-parameters-8]

| Name             | Description                      | Type   | Required? | Allowed values                                         | Default value | Auto-computed by scheduler? |
| ---------------- | -------------------------------- | ------ | --------- | ------------------------------------------------------ | ------------- | --------------------------- |
| `account_number` | Account number to search for     | string | Y         |                                                        |               |                             |
| `timezone`       | Timezone used to interpret times | string | N         | GMT<br />GMT                  ±                  XX:XX | GMT           | N                           |

### Output parameters [#output-parameters-8]

| Column name        | Type     | Comment                             |
| ------------------ | -------- | ----------------------------------- |
| `Profile Name`     | string   |                                     |
| `Profile ID`       | string   |                                     |
| `Status`           | string   |                                     |
| `Account Number`   | string   | Only the last 4 digits are returned |
| `Expires`          | string   |                                     |
| `Amount`           | currency |                                     |
| `Frequency`        | string   |                                     |
| `Start Date`       | date     |                                     |
| `Date Established` | date     |                                     |

## RecurringBillingCommentSearch [#recurringbillingcommentsearch]

### Input parameters [#input-parameters-9]

| Name       | Description                      | Type   | Required? | Allowed values                                         | Default value | Auto-computed by scheduler? |
| ---------- | -------------------------------- | ------ | --------- | ------------------------------------------------------ | ------------- | --------------------------- |
| `comment`  | Comment to search for            | string | Y         |                                                        |               |                             |
| `timezone` | Timezone used to interpret times | string | N         | GMT<br />GMT                  ±                  XX:XX | GMT           | N                           |

### Output parameters [#output-parameters-9]

| Column name        | Type     | Comment                             |
| ------------------ | -------- | ----------------------------------- |
| `Profile Name`     | string   |                                     |
| `Profile ID`       | string   |                                     |
| `Status`           | string   |                                     |
| `Account Number`   | string   | Only the last 4 digits are returned |
| `Expires`          | string   |                                     |
| `Amount`           | currency |                                     |
| `Frequency`        | string   |                                     |
| `Start Date`       | date     |                                     |
| `Date Established` | date     |                                     |

## RecurringBillingAmountSearch [#recurringbillingamountsearch]

### Input parameters [#input-parameters-10]

| Name       | Description                      | Type   | Required? | Allowed values                                         | Default value | Auto-computed by scheduler? |
| ---------- | -------------------------------- | ------ | --------- | ------------------------------------------------------ | ------------- | --------------------------- |
| `amount`   | Amount to search for             | string | Y         |                                                        |               |                             |
| `timezone` | Timezone used to interpret times | string | N         | GMT<br />GMT                  ±                  XX:XX | GMT           | N                           |

### Output parameters [#output-parameters-10]

| Column name        | Type     | Comment                             |
| ------------------ | -------- | ----------------------------------- |
| `Profile Name`     | string   |                                     |
| `Profile ID`       | string   |                                     |
| `Status`           | string   |                                     |
| `Account Number`   | string   | Only the last 4 digits are returned |
| `Expires`          | string   |                                     |
| `Amount`           | currency |                                     |
| `Frequency`        | string   |                                     |
| `Start Date`       | date     |                                     |
| `Date Established` | date     |                                     |

## FraudTransactionSearch [#fraudtransactionsearch]

> **Note:** **Important:** Run a [Fraud Protection Report](/api/nvp-soap/payflow/reports/report-parameters) to get the fraud transaction ID before running this search.

### Input parameters [#input-parameters-11]

| Name                   | Description                      | Type   | Required? | Allowed values                                         | Default value | Auto-computed by scheduler? |
| ---------------------- | -------------------------------- | ------ | --------- | ------------------------------------------------------ | ------------- | --------------------------- |
| `fraud_transaction_id` | transaction ID to search for     | string | Y         |                                                        |               |                             |
| `timezone`             | Timezone used to interpret times | string | N         | GMT<br />GMT                  ±                  XX:XX | GMT           | N                           |

### Output parameters [#output-parameters-11]

| Column name                   | Type     | Comment                             |
| ----------------------------- | -------- | ----------------------------------- |
| `Transaction ID`              | string   |                                     |
| `Time`                        | string   |                                     |
| `Return Code Message`         | string   |                                     |
| `Customer Name`               | string   |                                     |
| `Email Address`               | string   |                                     |
| `Phone Number`                | string   |                                     |
| `Amount`                      | currency |                                     |
| `Total Items`                 | number   |                                     |
| `SKU`                         | string   |                                     |
| `Account Number`              | string   | Only the last 4 digits are returned |
| `AVS Street Match`            | string   |                                     |
| `AVS Zip Match`               | string   |                                     |
| `CSC Match`                   | string   |                                     |
| `International AVS Indicator` | string   |                                     |
| `Billing Name`                | string   |                                     |
| `Billing Street1`             | string   |                                     |
| `Billing Street2`             | string   |                                     |
| `Billing City`                | string   |                                     |
| `Billing State`               | string   |                                     |
| `Billing Zip`                 | string   |                                     |
| `Billing Country`             | string   |                                     |
| `Shipping Name`               | string   |                                     |
| `Shipping Street1`            | string   |                                     |
| `Shipping Street2`            | string   |                                     |
| `Shipping City`               | string   |                                     |
| `Shipping State`              | string   |                                     |
| `Shipping Zip`                | string   |                                     |
| `Shipping Country`            | string   |                                     |
| `Client IP Address`           | string   |                                     |
| `Num Custom Rules`            | number   |                                     |
| `Custom Rules`                | string   |                                     |
| `Num Triggered Rules`         | number   |                                     |
| `Triggered Rules`             | string   |                                     |
| `Num Unprocessed Rules`       | number   |                                     |
| `Unprocessed Rules`           | string   |                                     |

## OrderIDSearch [#orderidsearch]

### Input parameters [#input-parameters-12]

| Name       | Description                      | Type   | Required? | Allowed values                                         | Default value | Auto-computed by scheduler? |
| ---------- | -------------------------------- | ------ | --------- | ------------------------------------------------------ | ------------- | --------------------------- |
| `order_id` | Order ID to search for           | string | Y         |                                                        |               |                             |
| `timezone` | Timezone used to interpret times | string | N         | GMT<br />GMT                  ±                  XX:XX | GMT           | N                           |

### Output parameters [#output-parameters-12]

| Column name               | Type     | Comment                             |
| ------------------------- | -------- | ----------------------------------- |
| `Order ID`                | string   |                                     |
| `Transaction ID`          | string   |                                     |
| `Merchant`                | string   |                                     |
| `Time`                    | string   |                                     |
| `Type`                    | string   |                                     |
| `Duration`                | number   |                                     |
| `Tender Type`             | string   |                                     |
| `Client IP Address`       | string   |                                     |
| `Account Number`          | string   | Only the last 4 digits are returned |
| `Client Version`          | string   |                                     |
| `Expires`                 | string   |                                     |
| `Street`                  | string   |                                     |
| `Amount`                  | currency |                                     |
| `Zip`                     | string   |                                     |
| `Email`                   | string   |                                     |
| `Name On Card`            | string   |                                     |
| `Comment1`                | string   |                                     |
| `Comment2`                | string   |                                     |
| `Result Code`             | number   |                                     |
| `Response Msg`            | string   |                                     |
| `Authcode`                | string   |                                     |
| `Original Transaction ID` | string   |                                     |
| `AVS Street Match`        | string   |                                     |
| `Original Amount`         | currency |                                     |
| `AVS Zip Match`           | string   |                                     |
| `Batch ID`                | number   |                                     |
| `AVS Result Code`         | string   |                                     |

## PayPalTransactionIDSearch [#paypaltransactionidsearch]

### Input parameters [#input-parameters-13]

| Name                    | Description                         | Type   | Required? | Allowed values                                         | Default value | Auto-computed by scheduler? |
| ----------------------- | ----------------------------------- | ------ | --------- | ------------------------------------------------------ | ------------- | --------------------------- |
| `paypal_transaction_id` | PayPal transaction ID to search for | string | Y         |                                                        |               |                             |
| `timezone`              | Timezone used to interpret times    | string | N         | GMT<br />GMT                  ±                  XX:XX | GMT           | N                           |

### Output parameters [#output-parameters-13]

| Column name               | Type       | Comment                                                                                  |
| ------------------------- | ---------- | ---------------------------------------------------------------------------------------- |
| **PayPal Transaction ID** | **string** | **Unique transaction ID of the payment returned in a DoExpressCheckoutPayment response** |
| `Transaction ID`          | string     |                                                                                          |
| `Time`                    | string     |                                                                                          |
| `Type`                    | string     |                                                                                          |
| `Tender Type`             | string     |                                                                                          |
| `Email`                   | string     |                                                                                          |
| `Amount`                  | currency   |                                                                                          |
| `Response Msg`            | string     |                                                                                          |
| `Comment1`                | string     |                                                                                          |
| `Comment2`                | string     |                                                                                          |

## PayPalEmailSearch [#paypalemailsearch]

### Input parameters [#input-parameters-14]

| Name         | Description                      | Type                           | Required? | Allowed values                                         | Default value | Auto-computed by scheduler? |
| ------------ | -------------------------------- | ------------------------------ | --------- | ------------------------------------------------------ | ------------- | --------------------------- |
| `email`      | Email address to search for      | string                         | Y         |                                                        |               |                             |
| `start_date` | Start date to search for         | datetime - YYYY-MM-DD HH:MI:SS | Y         |                                                        |               |                             |
| `end_date`   | End date to search for           | datetime - YYYY-MM-DD HH:MI:SS | Y         |                                                        |               |                             |
| `timezone`   | Timezone used to interpret times | string                         | N         | GMT<br />GMT                  ±                  XX:XX | GMT           | N                           |

### Output parameters [#output-parameters-14]

| Column name             | Type     | Comment |
| ----------------------- | -------- | ------- |
| `PayPal Transaction ID` | string   |         |
| `Transaction ID`        | string   |         |
| `Time`                  | string   |         |
| `Type`                  | string   |         |
| `Tender Type`           | string   |         |
| `Email`                 | string   |         |
| `Amount`                | currency |         |
| `Response Msg`          | string   |         |
| `Comment1`              | string   |         |
| `Comment2`              | string   |         |

## PayPalNameSearch [#paypalnamesearch]

### Input parameters [#input-parameters-15]

| Name         | Description                      | Type                           | Required? | Allowed values                                         | Default value | Auto-computed by scheduler? |
| ------------ | -------------------------------- | ------------------------------ | --------- | ------------------------------------------------------ | ------------- | --------------------------- |
| `last_name`  | Last name to search for          | string                         | Y         |                                                        |               |                             |
| `first_name` | First name to search for         | string                         | N         |                                                        |               |                             |
| `start_date` | Start date to search for         | datetime - YYYY-MM-DD HH:MI:SS | Y         |                                                        |               |                             |
| `end_date`   | End date to search for           | datetime - YYYY-MM-DD HH:MI:SS | Y         |                                                        |               |                             |
| `timezone`   | Timezone used to interpret times | string                         | N         | GMT<br />GMT                  ±                  XX:XX | GMT           | N                           |

### Output parameters [#output-parameters-15]

| Column name             | Type     | Comment                                                                              |
| ----------------------- | -------- | ------------------------------------------------------------------------------------ |
| `PayPal Transaction ID` | string   | Unique transaction ID of the payment returned in a DoExpressCheckoutPayment response |
| `Transaction ID`        | string   |                                                                                      |
| `\1`                    | string   |                                                                                      |
| `Type`                  | string   |                                                                                      |
| `Tender Type`           | string   |                                                                                      |
| `Email`                 | string   |                                                                                      |
| `Amount`                | currency |                                                                                      |
| `Response Msg`          | string   |                                                                                      |
| `Comment1`              | string   |                                                                                      |
| `Comment2`              | string   |                                                                                      |
