List flow rules
List flow rules
Returns a list of rules for a given flow. Each rule has an associated action, conditions, and outcome.
GET
List flow rules
This endpoint requires theDocumentation Index
Fetch the complete documentation index at: https://integration.wpay.com.au/llms.txt
Use this file to discover all available pages before exploring further.
flows.read scope.Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The 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-earlyaction.redirect-transaction- Applies when processing any other transaction. The name of the Flow.
Available options:
checkout, card-transaction, non-card-transaction, redirect-transaction Example:
"checkout"
Response
Returns a list of rules.
A list of rule in a flow.
A list of rules.