Flow
List flow rules
Returns a list of rules for a given flow. Each rule has an associated action, conditions, and outcome.
GET
/
flows
/
{flow}
This endpoint requires the flows.read
scope.
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
flow
enum<string>
requiredThe flow name. This can be one of the following.
checkout
- Applies during checkout to determine what payment options are shown.card-transaction
- Applies when processing a card transaction.non-card-transaction
- Applies when processing a gift card only transaction, or a redirect transaction using thedecline-early
action.redirect-transaction
- Applies when processing any other transaction.
Available options:
checkout
, card-transaction
, non-card-transaction
, redirect-transaction
Response
200 - application/json
A list of rule in a flow.
items
object[]
A list of rules.
Was this page helpful?