Retrieve Authorised Payments V2

Retrieves a list of a customer's authorised payments. Currently supported authorised payment types include (but are not necessarily limited to): - direct debits - standing orders - scheduled payments

Note: > > Not all providers support authorised payments

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
string

Identifier of the accounts from which transactions should be returned. Example: "5bd9ecaf31fc2d5172fd89cb61b89fc6"

integer

Maximum number of results to be returned. Defaults to 100, maximum is 200. Example: 100

string

The token required to fetch a specific page of results. Provided by the next_page_token field in the previous request. Example: eyJvZmZzZXQiOjEwMH0

string

Use this parameter to filter the results returned on the status associated with each result. If this parameter is not provided then results of any status will be returned.

Currently supported values include (but are not necessarily limited to):

  • `active``
  • inactive
  • cancelled
  • expired
  • suspended
  • unknown
string

Use this parameter to filter the results returned on the type associated with each result. If this parameter is not provided then results of any type will be returned. Currently supported values include (but are not necessarily limited to):

  • direct_debit
  • standing_order
  • scheduled_payment
Headers
string
required

The API Client Identifier (Service Application Identifier).

uuid
required

A unique identifier for a Customer, as registered on Bud's platform.

string

Use the internal client identifier, provided in the client_metadata object when creating the customer in Create Customer V3, in place of an X-Customer-Id header.

string

The Bud Customer secret used to encrypt customer data. This is required only if the customer secret is not already stored with Bud.

Responses

Language
Credentials
OAuth2
LoadingLoading…
Response
Choose an example:
application/json