Skip to main content
GET
/
payments
/
{customerId}
/
payments
{
  "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
}

Path Parameters

customerId
string
required

the id of the stripe customer

Query Parameters

whenAt
string

Optional: the whenAt datetime

simulatedAt
string

Optional: the simulatedAt datetime

branchId
string

Optional: the branchId

Response

200 - application/json
data
object[]
required

the list of items in the page

pageInfo
object
required

the page info

totalCount
number
required

the total number of items

currentPage
number
required

the current page

totalPages
number
required

the total number of pages