{
"data": [
{
"metadata": [
{
"key": "<string>",
"value": "<string>"
}
],
"type": "<string>",
"id": "<string>",
"status": "CREATED",
"paymentMode": "DIRECT_DEBIT",
"paymentMethodId": "<string>",
"amountInEuroCents": 123,
"refundableAmount": 123,
"amountRefunded": 123,
"amountToRefund": 123,
"createdAt": "<string>",
"cancellationReason": "<string>",
"failureReason": "<string>",
"refunds": [
"<string>"
],
"failedAt": "<string>"
}
],
"pageInfo": {
"first": true,
"last": true
},
"totalCount": 123,
"currentPage": 123,
"totalPages": 123
}{
"data": [
{
"metadata": [
{
"key": "<string>",
"value": "<string>"
}
],
"type": "<string>",
"id": "<string>",
"status": "CREATED",
"paymentMode": "DIRECT_DEBIT",
"paymentMethodId": "<string>",
"amountInEuroCents": 123,
"refundableAmount": 123,
"amountRefunded": 123,
"amountToRefund": 123,
"createdAt": "<string>",
"cancellationReason": "<string>",
"failureReason": "<string>",
"refunds": [
"<string>"
],
"failedAt": "<string>"
}
],
"pageInfo": {
"first": true,
"last": true
},
"totalCount": 123,
"currentPage": 123,
"totalPages": 123
}The customer id
Optional: the whenAt datetime
Optional: the simulatedAt datetime
the list of items in the page
Show child attributes
the id of the payment
the status of the payment
CREATED, SUCCESSFUL, FAILED, CANCELLED, DISPUTED the payment mode
DIRECT_DEBIT, BANK_TRANSFER the id of the payment
the amount to charge in cents of euro
the refundable amount in cents of euro
the refunded amount in cents of euro
the amount waiting for refund to be processed, in cents of euro
the date of creation of the payment
the reason of the cancellation
the reason of the failure
the refunds of the payment
the date of the payment failure
the total number of items
the current page
the total number of pages
Was this page helpful?