Download OpenAPI specification:Download
In difference to a Payment Transaction, a Smart Transaction covers a wider range of use cases. It is also more connected to the business case than to the many details of the payment process. And it is the basis for Smart Checkout and Payment Link.
Smart Transactions can be used for e-commerce and cross channel scenarios, to integrate customer loyalty programmes at the POS, etc., etc. It is not predetermined to a specific payment method, and will manage the Payment Transaction for you.
Returns the Smart Transactions matching the given criteria.
count | integer Example: count=20 The maximum number of items to return |
offset | integer Example: offset=0 The position within the whole result set to start returning items (zero-based) |
fields | string Example: fields=prop3,prop1.prop2 List of fields to include in the result, all others will be filtered out. Nested properties can be accessed with this notation: |
q | string Example: q=card.cardnumber:92760044 A query string to restrict the returned items to given conditions. The query string must consist of any combination of single expressions in the form Example: A condition may contain:
You can also use value ranges in the form Example: You can combine expressions logically by Example: |
sort | string Example: sort=contact.surname:asc,contact.companyname:desc String with comma separated pairs of Options for order:
|
aggregate | object (Aggregate) Aggregation summarizes your data. |
meta | any Enum: "true" "only" return field definitions |
validate | any Value: 1 Check syntax of a query string |
scroll_expire | string Example: scroll_expire=1m How long it should keep the “search context” alive? |
scroll_id | string Example: scroll_id=DXF1ZXJ5QW5kRmV0Y2gBAAAAAAAAAD4WYm9laVYtZndUQlNsdDcwakFMNjU1QQ== Identifier of a previous search context. |
preset | string Example: preset=own Query presets |
Matching Smart Transactions
Response related to the error
Production environment
Testing environment
Staging environment
{- "value": {
- "count": 15893,
- "data": [
- {
- "object": "smart.transactions",
- "id": "STX_A1BMFMUJNE7M699Z4TM6N20VVCP0T7",
- "merchant": {
- "object": "general.merchants",
- "id": "MRC_FMP885SKMIQ6LTZ014C9GA7NKQIP2K",
- "companyname": "Musterhändler GmbH"
}, - "contract": {
- "object": "general.contracts",
- "id": "GCR_CEIW6JUO4U27162RGU7SA1ROX70KAU"
}, - "customer": {
- "object": "payment.customers",
- "id": "PCU_8MXTUPQJLBS13IAW4R2FXXZ173KQGH",
- "contact": {