v1
latestOpenAPI 3.1.02026-07-242325051.4 MBTransaction:Browse
Retrieve the transactions for a merchant up to 10.000 transaction limited to 100 trx per page and maximum 100 pages.
Query parameters
Limit the returned records. If not supplied we will default to 100 records
Indicate which page you want in your result set. If not supplied we will default to page 1
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"
}The amount in cents.
{
"eq": 10,
"neq": 10,
"gt": 10,
"gte": 10,
"lt": 10,
"lte": 10
}The amount already refunded in cents.
{
"eq": 10,
"neq": 10,
"gt": 10,
"gte": 10,
"lt": 10,
"lte": 10
}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"
}The orderId of the transaction.
{
"eq": "0000000000X00000",
"neq": "0000000000X00000",
"like": "0000000000X00000",
"nlike": "0000000000X00000"
}Is shown on the statement of the payer.
{
"eq": "Example description.",
"neq": "Example description.",
"like": "Example description.",
"nlike": "Example description."
}The status code of the transaction.
{
"eq": 100,
"neq": 100,
"in": 100,
"nin": 100
}The first free value which can be tracked in the stats.
{
"eq": "extra1",
"neq": "extra1",
"like": "extra1",
"nlike": "extra1"
}The second free value which can be tracked in the stats.
{
"eq": "extra2",
"neq": "extra2",
"like": "extra2",
"nlike": "extra2"
}The third free value which can be tracked in the stats.
{
"eq": "extra3",
"neq": "extra3",
"like": "extra3",
"nlike": "extra3"
}The object which can be tracked in stats.
{
"eq": "object",
"neq": "object",
"like": "object",
"nlike": "object"
}The reference of the transaction
{
"eq": "abcdef",
"neq": "abcdef",
"like": "abcdef",
"nlike": "abcdef"
}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"
}The account number of the consumer that started the transaction.
{
"eq": "NL69INGB0123456789",
"neq": "NL69INGB0123456789",
"like": "NL69INGB0123456789",
"nlike": "NL69INGB0123456789"
}The name of the customer that started the transaction.
{
"eq": "John Doe",
"neq": "John Doe",
"like": "John Doe",
"nlike": "John Doe"
}Ip address of the customer from the transaction.
{
"eq": "John Doe",
"neq": "John Doe",
"like": "John Doe",
"nlike": "John Doe"
}The country in which this transaction was started.
{
"eq": "NL",
"neq": "NL",
"in": "NL",
"nin": "NL"
}The payment profile identifier.
The identifier of the payment profile brand.
payment method group id
{
"eq": 4,
"neq": 4,
"in": 4,
"nin": 4
}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"
}The code of the merchant for which the transaction was started.
{
"eq": "M-####-####",
"neq": "M-####-####",
"in": "M-####-####",
"nin": "M-####-####"
}Filter transactions by test mode. true for test mode transactions, false for production transactions.
{
"eq": true
}Response
Ok.