Get Payment Requests List

Overview

Show list of payment requests.

Authentication

Available for Client Tokens only.

Required Parameters

  • matter_uid (required): The matter UID to fetch payment requests for.
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
string
required

relevant matter_uid to fetch payment requests for

string

Page offset (default: 1)

string

Page size (default: 25)

string

Available filters: state, uid, entity_type, enitity_uid. example: filter[state][in]=paid&filter[uid][in]=123&filter[entity_type][in]=Invoice.

string

Sort by one of the following: created_at, updated_at. available operators: asc, desc. example: sort=created_at:asc,updated_at:desc

Responses

Language
Credentials
Bearer
JWT
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json