List payment rules
Query parameters
Only return rules belonging to this account. Defaults to the account the request is acting for.
Only return rules with this status.
Only return rules that take this action.
The field to sort by.
The sort direction.
Number of results to return from the start of the range.
Return results after this cursor. Use page_info.end_cursor from the previous response to fetch the next page.
Number of results to return from the end of the range.
Return results before this cursor. Use page_info.start_cursor from the previous response to fetch the previous page.
Response
A list of payment rules
Example response
{
"data": [
{
"account_id": "biz_xxxxxxxxxxxxxx",
"action": "block",
"conditions": {
"all": [
{
"field": "risk_score",
"operator": "gte"
}
]
},
"created_at": "2026-01-01T12:00:00.000Z",
"id": "prule_xxxxxxxxxxxxxx",
"metadata": {},
"name": "Block high risk",
"status": "active",
"updated_at": "2026-01-01T12:00:00.000Z"
}
],
"page_info": {
"start_cursor": "WyJjdXJzb3IiLDFd"
}
}Changes
Changed in 3 of the 74 revisions of this API.52
- ●
added the new
card_binenum value to the/////response property for the response statusresponse-property-enum-value-added
- ●
- ●
added the new
amount_in_usdenum value to the/////response property for the response statusresponse-property-enum-value-added
- ●
added the new
in_cidrenum value to the/////response property for the response statusresponse-property-enum-value-added
- ●
added the new
ip_addressenum value to the/////response property for the response statusresponse-property-enum-value-added
- ●
added the new
reviewenum value to the//response property for the response statusresponse-property-enum-value-added
- ○
added the new enum value
reviewto thequeryrequest parameteractionrequest-parameter-enum-value-added
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●
- ○
endpoint added
endpoint-added
- ○
Of the 74 revisions, 1 has no diff computed.