v1

latestOpenAPI 3.0.02026-07-2412592575.3 KB
pay-file

Retrieve all file payment consents created by an API client

Requires pay_file_consent:read scope.

get/pay-file-consent

Query parameters

limitinteger

The total number of records to retrieve

offsetinteger

The offset at which to start retrieving records

userIdstring

The ID of the user to filter transactions on

Response

Successful File Payment Consent Response

Example response

{
  "data": {
    "id": "c390a94f-2309-4cdf-8d02-b0c5304d9f66",
    "createdAt": "2020-07-10T12:00:00+00:00"
  }
}