List Spend Controls
List spend controls
Query parameters
return results with an amount limit greater than or equal to this
return results with an amount limit less than or equal to this
The scope of the spend control
return results with this scope
return results that are associated with at least this many accounts
return results that are associated with this many accounts
return results that are associated with at most this many accounts
Specifies the sort order for returned Spend Controls.
The type of payment to which a spend control applies. If this is not set, the spend control applies to all spending, regardless of payment type.
return results that match this name
return results with these comma-separated IDs
The direction of funds flow to which a spend control applies. To limit the rate of funds flowing out of an account, use DEBIT. To limit the rate of funds flowing in to an account, use CREDIT. If this is not set, the spend control applies to debits (ie spending) only.
return results that match this active status
Maximum number of objects to return per page. If the limit is greater than 100, then it will be set to 100.
return results matching this account ID
return results matching this amount limit
Response
Spend control details
Example response
{
"spend_controls": [
{
"creation_time": "2010-05-06T12:23:34.321Z",
"id": "7d943c51-e4ff-4e57-9558-08cab6b963c7",
"is_active": true,
"last_modified_time": "2010-05-06T12:23:34.321Z",
"merchant_category_codes": [
"5600–5699"
]
}
],
"next_page_token": "a8937a0d"
}