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
Example response
{
"stop_payments": [
{
"tenant": "abcdef_ghijkl"
}
],
"next_page_token": "a8937a0d"
}