v2

latestSwagger 2.02026-08-0610101.9 MB
Payments

List bank account submissions

Lists submissions originating from a bank account

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

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[submission-status][in][]string[]
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.

Response

OK

Example response

{
  "submissions": [
    {
      "created-by-url": "/v0/users/ur.ICAgICAgICAgdXNlci1pZA",
      "payment-url": "/v0/payments/pm.ICAgICAgcGF5bWVudC1pZA",
      "unique-scheme-identifier": "PGIT2IS7AJG77D2HK23020240212826NatWes     ",
      "submission-url": "/v0/submissions/ps.ICAgc3VibWlzc2lvbi1pZA"
    }
  ]
}