| dateFrom | string Format: Y-m-d |
| dateTo | string Format: Y-m-d |
| orderDateFrom | string Format: Y-m-d |
| orderDateTo | string Format: Y-m-d |
| limit | integer Per page limit |
| page | integer Page number |
| orderId | string Order Id |
| transactionId | string Transaction Id |
| lastTransactionId | string Transaction id |
| ustas | string Consumer Id |
| systemId | string System Id |
| uuid | string Transaction uuid |
| lastUuid | string Transaction uuid |
| siteName | Array of strings Array of site names |
| fields | string Selected fields. Comma separated string, with 'dot' notation. |
| ignored | string Ignored fields. Comma separated string, with 'dot' notation. |
| status | Array of strings Array of transaction statuses |
| mode | Array of strings Array of transaction modes |
| code | Array of integers Array of reason codes |
| productType | Array of strings Array of product types |
| transactionType | Array of strings Array of transaction types |
| paymentType | Array of strings Array of payment types |
| originalMessage | string Original message |
| pspName | Array of strings Array of PSP names |
| reasonDescription | string Reason description |
| cardLast4Digits | string 4 characters Card last 4 digits |
| externalTransactionId | string Biller transaction ID |
| gatewayAmount | float Transaction amount |
| gatewayCurrency | string Transaction currency |
| gatewayPricePercentDiff | float Price percent diff used for lower and upper bound (10$ with diff 2% = amount will be between 9.8 & 10.2) |
| amount | float Amount |
| amountCondition | string Enum: "=" "<=" ">=" "!=" Search condition for amount |
| taxAmount | float Tax amount |
| taxAmountCondition | string Enum: "=" "<=" ">=" "!=" Search condition for tax amount |
| loadAll | boolean Parameter to skip pagination & load full feed |
| prevTransactionId | string Prev transaction ID |
| cardBin | string 6 characters Card BIN (A bank identification number) |
Array of strings <email> Array of consumer emails | |
| fullname | string Customer firstname and lastname |
| username | string Consumer's username |
| country | Array of strings Array of country codes (ISO 3166-1 alpha-3) |
| clientId | Array of integers Array of client/merchant IDs |
| merchant | Array of integers Array of client IDs (the same as clientId parameter) |
| mid | Array of strings Array of MIDs |
| monetary | boolean Monetary |
| test | boolean MID |
{- "data": [
- {
- "payment": {
- "uuid": "f6b1054a-ab06-4b94-8012-108dc3a61b04",
- "code": "0",
- "description": "APPROVED",
- "action": "charge",
- "mode": "sale",
- "status": "success",
- "reason": "string",
- "amount": 9.99,
- "amountUsd": 9.99,
- "currency": "USD",
- "taxAmount": 9.99,
- "orderId": "235324530",
- "transactionId": "242114252",
- "prevTransactionId": "242114252",
- "descriptor": "centrohelp.com",
- "source": {
- "method": "card",
- "number": "411111****1111",
- "brand": "visa",
- "expireYear": "2023",
- "expireMonth": "11",
- "bic": "UBSWCHZH80A"
}, - "3DSecure": {
- "version": "v2",
- "flow": "scamandate",
- "transactionStatus": "Successful",
- "eci": "visa",
- "xid": "ODgxNDc2MDg2MDExODk5MAAAAAA=",
- "dsTransactionId": "1DgxNDc21Dg2MDExODk5MASDFG=",
- "cavv": "YXNkYXNkYXNkYXNkYWRkcw==",
- "scaPerformed": "true"
}, - "mid": {
- "name": "123456789012345"
}, - "pspName": "Platform name",
- "productType": "one-time",
- "transactionType": "deposit",
- "paymentMethod": "card",
- "site": "Sitename",
- "apiPaymentSource": "",
- "monetary": "true",
- "test": "true",
- "finalAttempt": "true",
- "timestamp": {
- "dateTime": "2023-04-17 13:43:02",
- "timezone": "+02:00",
- "unixTime": "1691401953"
}, - "dateTime": "2023-04-17 13:43:02",
- "orderDate": "2023-04-17 13:43:02"
}, - "merchantID": "12345",
- "consumer": {
- "id": "4242521",
- "email": "john.doe@example.com",
- "firstName": "John",
- "lastName": "John",
- "country": "USA",
- "ipCountry": "192.168.1.1",
- "remoteAddr": "192.168.24.76",
- "ip": "192.168.24.76",
- "zip": "36101",
- "birthday": "2023-04-17 13:43:02"
}, - "subscription": {
- "id": "string",
- "status": "active",
- "renewalDate": "2020-04-17 13:43:02",
- "cancelDate": "2020-11-17 13:43:02",
- "cycle": 0,
- "timezone": "+02:00",
- "eventTime": "2021-11-17 13:43:02"
}, - "metadata": {
- "foo": "bar"
}
}
], - "meta": {
- "currentPage": 1,
- "lastPage": 22,
- "perPage": 10,
- "total": 300,
- "links": [
- {
- "link": {
- "rel": "next",
}
}
]
}
}| clientId | Array of integers Array of client/merchant IDs |
{- "data": {
- "productType": [
- [
- "one-time",
- "initial"
]
], - "paymentMethod": [
- [
- "sepa",
- "visa",
- "alipay"
]
], - "site": [
- [
- "Site1",
- "Site2"
]
], - "mid": [
- [
- "123456789012345",
- "123451234567890"
]
], - "pspName": "Platform name"
}
}