v1

latestOpenAPI 3.1.02026-07-242325051.4 MB
Transactions

Transaction:Browse

Retrieve the transactions for a merchant up to 10.000 transaction limited to 100 trx per page and maximum 100 pages.

get/transactions

Query parameters

limitinteger

Limit the returned records. If not supplied we will default to 100 records

pageinteger

Indicate which page you want in your result set. If not supplied we will default to page 1

eqstring

Get results that equal the given value

neqstring

Get results that do not equal the given value

instring

Get results that correspond to one of the provided values.

ninstring

Get results that do not correspond to one of the provided values.

The Id of the transaction.

{
  "eq": "EX-1234-1234-1234",
  "neq": "EX-1234-1234-1234",
  "in": "EX-1234-1234-1234",
  "nin": "EX-1234-1234-1234"
}
eqinteger

Get results that equal the given value

neqinteger

Get results that do not equal the given value

gtinteger

Get results that are greater than the given value

gteinteger

Get results that are greater than or equal to the given value

ltinteger

Get results that are less than the given value

lteinteger

Get results that are less than or equal to the given value

The amount in cents.

{
  "eq": 10,
  "neq": 10,
  "gt": 10,
  "gte": 10,
  "lt": 10,
  "lte": 10
}
eqinteger

Get results that equal the given value

neqinteger

Get results that do not equal the given value

gtinteger

Get results that are greater than the given value

gteinteger

Get results that are greater than or equal to the given value

ltinteger

Get results that are less than the given value

lteinteger

Get results that are less than or equal to the given value

The amount already refunded in cents.

{
  "eq": 10,
  "neq": 10,
  "gt": 10,
  "gte": 10,
  "lt": 10,
  "lte": 10
}
eqstring date

Get results that equal the given value. Supported format is Y-m-d.

neqstring date

Get results that do not equal the given value. Supported format is Y-m-d.

gtstring date

Get results that are greater than the given value. Supported formats are Y-m-d or Y-m-d H:i:s

gtestring date

Get results that are greater than or equal to the given value. Supported formats are Y-m-d or Y-m-d H:i:s

ltstring date

Get results that are less than the given value. Supported formats are Y-m-d or Y-m-d H:i:s

ltestring date

Get results that are less than or equal to the given value. Supported formats are Y-m-d or Y-m-d H:i:s

The date and time when the transaction was created. Provide a value in either Y-m-d or Y-m-d H:i:s format.

{
  "eq": "1999-02-15",
  "neq": "1999-02-15",
  "gt": "1999-02-15 12:31:30",
  "gte": "1999-02-15 12:31:30",
  "lt": "1999-02-15 12:31:30",
  "lte": "1999-02-15 12:31:30"
}
eqstring

Get results that equal the given value

neqstring

Get results that do not equal the given value

likestring

Get results that are similar to the given value

nlikestring

Get results that are not similar to the given value

The orderId of the transaction.

{
  "eq": "0000000000X00000",
  "neq": "0000000000X00000",
  "like": "0000000000X00000",
  "nlike": "0000000000X00000"
}
eqstring

Get results that equal the given value

neqstring

Get results that do not equal the given value

likestring

Get results that are similar to the given value

nlikestring

Get results that are not similar to the given value

Is shown on the statement of the payer.

{
  "eq": "Example description.",
  "neq": "Example description.",
  "like": "Example description.",
  "nlike": "Example description."
}
eqinteger

Get results that equal the given value

neqinteger

Get results that do not equal the given value

ininteger

Get results that correspond to one of the provided values.

nininteger

Get results that do not correspond to one of the provided values.

The status code of the transaction.

{
  "eq": 100,
  "neq": 100,
  "in": 100,
  "nin": 100
}
eqstring

Get results that equal the given value

neqstring

Get results that do not equal the given value

likestring

Get results that are similar to the given value

nlikestring

Get results that are not similar to the given value

The first free value which can be tracked in the stats.

{
  "eq": "extra1",
  "neq": "extra1",
  "like": "extra1",
  "nlike": "extra1"
}
eqstring

Get results that equal the given value

neqstring

Get results that do not equal the given value

likestring

Get results that are similar to the given value

nlikestring

Get results that are not similar to the given value

The second free value which can be tracked in the stats.

{
  "eq": "extra2",
  "neq": "extra2",
  "like": "extra2",
  "nlike": "extra2"
}
eqstring

Get results that equal the given value

neqstring

Get results that do not equal the given value

likestring

Get results that are similar to the given value

nlikestring

Get results that are not similar to the given value

The third free value which can be tracked in the stats.

{
  "eq": "extra3",
  "neq": "extra3",
  "like": "extra3",
  "nlike": "extra3"
}
eqstring

Get results that equal the given value

neqstring

Get results that do not equal the given value

likestring

Get results that are similar to the given value

nlikestring

Get results that are not similar to the given value

The object which can be tracked in stats.

{
  "eq": "object",
  "neq": "object",
  "like": "object",
  "nlike": "object"
}
eqstring

Get results that equal the given value

neqstring

Get results that do not equal the given value

likestring

Get results that are similar to the given value

nlikestring

Get results that are not similar to the given value

The reference of the transaction

{
  "eq": "abcdef",
  "neq": "abcdef",
  "like": "abcdef",
  "nlike": "abcdef"
}
eqstring

Get results that equal the given value

neqstring

Get results that do not equal the given value

likestring

Get results that are similar to the given value

nlikestring

Get results that are not similar to the given value

The email of the consumer that started the transaction.

{
  "eq": "info@mycompany.nl",
  "neq": "info@mycompany.nl",
  "like": "info@mycompany.nl",
  "nlike": "info@mycompany.nl"
}
eqstring

Get results that equal the given value

neqstring

Get results that do not equal the given value

likestring

Get results that are similar to the given value

nlikestring

Get results that are not similar to the given value

The account number of the consumer that started the transaction.

{
  "eq": "NL69INGB0123456789",
  "neq": "NL69INGB0123456789",
  "like": "NL69INGB0123456789",
  "nlike": "NL69INGB0123456789"
}
eqstring

Get results that equal the given value

neqstring

Get results that do not equal the given value

likestring

Get results that are similar to the given value

nlikestring

Get results that are not similar to the given value

The name of the customer that started the transaction.

{
  "eq": "John Doe",
  "neq": "John Doe",
  "like": "John Doe",
  "nlike": "John Doe"
}
eqstring

Get results that equal the given value

neqstring

Get results that do not equal the given value

likestring

Get results that are similar to the given value

nlikestring

Get results that are not similar to the given value

Ip address of the customer from the transaction.

{
  "eq": "John Doe",
  "neq": "John Doe",
  "like": "John Doe",
  "nlike": "John Doe"
}
eqstring

Get results that equal the given value

neqstring

Get results that do not equal the given value

instring

Get results that correspond to one of the provided values.

ninstring

Get results that do not correspond to one of the provided values.

The country in which this transaction was started.

{
  "eq": "NL",
  "neq": "NL",
  "in": "NL",
  "nin": "NL"
}
eqinteger

Get results that equal the given value

neqinteger

Get results that do not equal the given value

ininteger

Get results that correspond to one of the provided values.

nininteger

Get results that do not correspond to one of the provided values.

The payment profile identifier.

eqinteger

Get results that equal the given value

neqinteger

Get results that do not equal the given value

ininteger

Get results that correspond to one of the provided values.

nininteger

Get results that do not correspond to one of the provided values.

The identifier of the payment profile brand.

eqinteger

Get results that equal the given value

neqinteger

Get results that do not equal the given value

ininteger

Get results that correspond to one of the provided values.

nininteger

Get results that do not correspond to one of the provided values.

payment method group id

{
  "eq": 4,
  "neq": 4,
  "in": 4,
  "nin": 4
}
eqstring

Get results that equal the given value

neqstring

Get results that do not equal the given value

instring

Get results that correspond to one of the provided values.

ninstring

Get results that do not correspond to one of the provided values.

The service code for which the transaction was started.

{
  "eq": "SL-1234-4321",
  "neq": "SL-1234-4321",
  "in": "SL-1234-4321",
  "nin": "SL-1234-4321"
}
eqstring

Get results that equal the given value

neqstring

Get results that do not equal the given value

instring

Get results that correspond to one of the provided values.

ninstring

Get results that do not correspond to one of the provided values.

The code of the merchant for which the transaction was started.

{
  "eq": "M-####-####",
  "neq": "M-####-####",
  "in": "M-####-####",
  "nin": "M-####-####"
}
eqboolean

Get results that equal the given value

neqboolean

Get results that do not equal the given value

Filter transactions by test mode. true for test mode transactions, false for production transactions.

{
  "eq": true
}

Response

Ok.

totalinteger
countinteger
pagesinteger