v1
latestOpenAPI 3.1.02026-07-242325051.4 MBRefunds
Refunds:Browse
List all refunds. You need to authenticate with an AT-code as username and a token as password.
get/refunds
Query parameters
The amount in cents.
{
"eq": 10,
"neq": 10,
"gt": 10,
"gte": 10,
"lt": 10,
"lte": 10
}The International Bank Account Number (IBAN).
{
"eq": "NL69INGB0123456789",
"neq": "NL69INGB0123456789",
"like": "NL69INGB",
"nlike": "NL69INGB"
}The owner of the bank account.
{
"eq": "John Doe",
"neq": "John Doe",
"like": "John",
"nlike": "John"
}The ID of the refund
{
"eq": "RF-####-####-####",
"neq": "RF-####-####-####"
}The ID of the order
{
"eq": "00000000000X0000",
"neq": "00000000000X0000"
}The description of the refund.
{
"eq": "The product never got delivered.",
"neq": "The product never got delivered.",
"like": "The product",
"nlike": "The product"
}The status code of the refund.
The Id of the transaction.
{
"eq": "EX-1234-1234-1234",
"neq": "EX-1234-1234-1234"
}The date at which this entity will be processed
The date at which the refund was created
Response
Ok.