{ "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 id of the stripe customer
Optional: the whenAt datetime
Optional: the simulatedAt datetime
Optional: the branchId
the list of items in the page
Show child attributes
metadata assigned to the object
the key of the metadata
the value of the metadata
the id of the payment
the status of the payment
CREATED
SUCCESSFUL
FAILED
CANCELLED
DISPUTED
the payment mode
DIRECT_DEBIT
BANK_TRANSFER
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 page info
whether this is the first page
whether this is the last page
the total number of items
the current page
the total number of pages
Was this page helpful?