v3

latestOpenAPI 3.0.3Apache 2.02026-07-312637031.3 MB
Accounts

List stop payments

List stop payments associated with account

get/accounts/stop_payments

Query parameters

transaction_idstring[]

A list of centinel transaction ids to filter on.

originator_namestring[]

A list of originator names to filter on when listing stop payments.

account_idstring[]

A list of account ids to filter on.

stop_payment_idstring[]

A list of stop payments to filter on.

Response

list of stop payments

next_page_tokenstring

If returned, use the next_page_token to query for the next page of results. Not returned if there are no more rows.

Example response

{
  "stop_payments": [
    {
      "tenant": "abcdef_ghijkl"
    }
  ],
  "next_page_token": "a8937a0d"
}