Search Response
June 5, 2026 ยท View on GitHub
The search response information.
Structure
SearchResponse
Fields
| Name | Type | Tags | Description | Getter | Setter |
|---|---|---|---|---|---|
TransactionDetails | List<TransactionDetails> | Optional | An array of transaction detail objects. Constraints: Minimum Items: 1, Maximum Items: 2147483647 | List | setTransactionDetails(List |
AccountNumber | String | Optional | The merchant account number. Constraints: Minimum Length: 1, Maximum Length: 255, Pattern: ^[a-zA-Z0-9]*$ | String getAccountNumber() | setAccountNumber(String accountNumber) |
StartDate | String | Optional | The date and time, in Internet date and time format. Seconds are required while fractional seconds are optional. Note: The regular expression provides guidance but does not reject all invalid dates. Constraints: Minimum Length: 20, Maximum Length: 64, Pattern: ^[0-9]{4}-(0[1-9]|1[0-2])-(0[1-9]|[1-2][0-9]|3[0-1])[T,t]([0-1][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]+)?([Zz]|[+-][0-9]{2}:[0-9]{2})$ | String getStartDate() | setStartDate(String startDate) |
EndDate | String | Optional | The date and time, in Internet date and time format. Seconds are required while fractional seconds are optional. Note: The regular expression provides guidance but does not reject all invalid dates. Constraints: Minimum Length: 20, Maximum Length: 64, Pattern: ^[0-9]{4}-(0[1-9]|1[0-2])-(0[1-9]|[1-2][0-9]|3[0-1])[T,t]([0-1][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]+)?([Zz]|[+-][0-9]{2}:[0-9]{2})$ | String getEndDate() | setEndDate(String endDate) |
LastRefreshedDatetime | String | Optional | The date and time, in Internet date and time format. Seconds are required while fractional seconds are optional. Note: The regular expression provides guidance but does not reject all invalid dates. Constraints: Minimum Length: 20, Maximum Length: 64, Pattern: ^[0-9]{4}-(0[1-9]|1[0-2])-(0[1-9]|[1-2][0-9]|3[0-1])[T,t]([0-1][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]+)?([Zz]|[+-][0-9]{2}:[0-9]{2})$ | String getLastRefreshedDatetime() | setLastRefreshedDatetime(String lastRefreshedDatetime) |
Page | Integer | Optional | A zero-relative index of transactions. Constraints: >= 0, <= 2147483647 | Integer getPage() | setPage(Integer page) |
TotalItems | Integer | Optional | The total number of transactions as an integer beginning with the specified page in the full result and not just in this response.Constraints: >= 0, <= 2147483647 | Integer getTotalItems() | setTotalItems(Integer totalItems) |
TotalPages | Integer | Optional | The total number of pages, as an integer, when the total_items is divided into pages of the specified page_size.Constraints: >= 0, <= 2147483647 | Integer getTotalPages() | setTotalPages(Integer totalPages) |
Links | List<LinkDescription> | Optional, Read-only | An array of request-related HATEOAS links. Constraints: Minimum Items: 1, Maximum Items: 32767 | List | setLinks(List |
Example (as JSON)
{
"transaction_details": [
{
"transaction_info": {
"paypal_account_id": "paypal_account_id4",
"transaction_id": "transaction_id0",
"paypal_reference_id": "paypal_reference_id2",
"paypal_reference_id_type": "ODR",
"transaction_event_code": "transaction_event_code6"
},
"payer_info": {
"account_id": "account_id2",
"email_address": "email_address2",
"phone_number": {
"country_code": "country_code2",
"national_number": "national_number6",
"extension_number": "extension_number8"
},
"address_status": "address_status2",
"payer_status": "payer_status2"
},
"shipping_info": {
"name": "name0",
"method": "method4",
"address": {
"line1": "line18",
"line2": "line20",
"city": "city6",
"state": "state2",
"country_code": "country_code6",
"postal_code": "postal_code8"
},
"secondary_shipping_address": {
"line1": "line16",
"line2": "line28",
"city": "city4",
"state": "state0",
"country_code": "country_code4",
"postal_code": "postal_code6"
}
},
"cart_info": {
"item_details": [
{
"item_code": "item_code0",
"item_name": "item_name8",
"item_description": "item_description4",
"item_options": "item_options2",
"item_quantity": "item_quantity2"
},
{
"item_code": "item_code0",
"item_name": "item_name8",
"item_description": "item_description4",
"item_options": "item_options2",
"item_quantity": "item_quantity2"
}
],
"tax_inclusive": false,
"paypal_invoice_id": "paypal_invoice_id6"
},
"store_info": {
"store_id": "store_id2",
"terminal_id": "terminal_id6"
}
},
{
"transaction_info": {
"paypal_account_id": "paypal_account_id4",
"transaction_id": "transaction_id0",
"paypal_reference_id": "paypal_reference_id2",
"paypal_reference_id_type": "ODR",
"transaction_event_code": "transaction_event_code6"
},
"payer_info": {
"account_id": "account_id2",
"email_address": "email_address2",
"phone_number": {
"country_code": "country_code2",
"national_number": "national_number6",
"extension_number": "extension_number8"
},
"address_status": "address_status2",
"payer_status": "payer_status2"
},
"shipping_info": {
"name": "name0",
"method": "method4",
"address": {
"line1": "line18",
"line2": "line20",
"city": "city6",
"state": "state2",
"country_code": "country_code6",
"postal_code": "postal_code8"
},
"secondary_shipping_address": {
"line1": "line16",
"line2": "line28",
"city": "city4",
"state": "state0",
"country_code": "country_code4",
"postal_code": "postal_code6"
}
},
"cart_info": {
"item_details": [
{
"item_code": "item_code0",
"item_name": "item_name8",
"item_description": "item_description4",
"item_options": "item_options2",
"item_quantity": "item_quantity2"
},
{
"item_code": "item_code0",
"item_name": "item_name8",
"item_description": "item_description4",
"item_options": "item_options2",
"item_quantity": "item_quantity2"
}
],
"tax_inclusive": false,
"paypal_invoice_id": "paypal_invoice_id6"
},
"store_info": {
"store_id": "store_id2",
"terminal_id": "terminal_id6"
}
},
{
"transaction_info": {
"paypal_account_id": "paypal_account_id4",
"transaction_id": "transaction_id0",
"paypal_reference_id": "paypal_reference_id2",
"paypal_reference_id_type": "ODR",
"transaction_event_code": "transaction_event_code6"
},
"payer_info": {
"account_id": "account_id2",
"email_address": "email_address2",
"phone_number": {
"country_code": "country_code2",
"national_number": "national_number6",
"extension_number": "extension_number8"
},
"address_status": "address_status2",
"payer_status": "payer_status2"
},
"shipping_info": {
"name": "name0",
"method": "method4",
"address": {
"line1": "line18",
"line2": "line20",
"city": "city6",
"state": "state2",
"country_code": "country_code6",
"postal_code": "postal_code8"
},
"secondary_shipping_address": {
"line1": "line16",
"line2": "line28",
"city": "city4",
"state": "state0",
"country_code": "country_code4",
"postal_code": "postal_code6"
}
},
"cart_info": {
"item_details": [
{
"item_code": "item_code0",
"item_name": "item_name8",
"item_description": "item_description4",
"item_options": "item_options2",
"item_quantity": "item_quantity2"
},
{
"item_code": "item_code0",
"item_name": "item_name8",
"item_description": "item_description4",
"item_options": "item_options2",
"item_quantity": "item_quantity2"
}
],
"tax_inclusive": false,
"paypal_invoice_id": "paypal_invoice_id6"
},
"store_info": {
"store_id": "store_id2",
"terminal_id": "terminal_id6"
}
}
],
"account_number": "account_number8",
"start_date": "start_date2",
"end_date": "end_date8",
"last_refreshed_datetime": "last_refreshed_datetime4"
}