Payments

List bank account admissions

Lists admissions targeting a bank account

get/v0/bank/accounts/{bank-account-id}/admissions

Path parameters

bank-account-idstring required

Query parameters

sort'-created-at' | 'created-at'
page[size]integer
page[before]string byte

A base64 encoded opaque string returned in paginated responses.

page[after]string byte

A base64 encoded opaque string returned in paginated responses.

filter[created-at][lte]string date-time

Return only resources with a created-at less than or equal to the given timestamp.

filter[created-at][lt]string date-time

Return only resources with a created-at less than the given timestamp.

filter[created-at][gte]string date-time

Return only resources with a created-at greater than or equal to the given timestamp.

filter[created-at][gt]string date-time

Return only resources with a created-at greater than the given timestamp.

filter[admission-status][in][]string[]

Response

OK

Example response

{
  "admissions": [
    {
      "payment-url": "/v0/payments/pm.ICAgICAgcGF5bWVudC1pZA",
      "admission-url": "/v0/admissions/pa.ICAgIGFkbWlzc2lvbi1pZA",
      "unique-scheme-identifier": "PGIT2IS7AJG77D2HK23020240212826NatWes     ",
      "original-unique-scheme-identifier": "PGIT2IS7AJG77D2HK23020240212826NatWes     "
    }
  ]
}