Skip to main content
GET
/
api
/
public
/
v1
/
payment-flows
List payment flows
curl --request GET \
  --url https://app.tagadapay.com/api/public/v1/payment-flows \
  --header 'Authorization: Bearer <token>'
[
  {
    "id": "flow_abc123",
    "name": "Default Flow",
    "strategy": "cascade",
    "threeDsEnabled": true,
    "stickyProcessorEnabled": false,
    "pickProcessorStrategy": "weighted",
    "fallbackMode": true,
    "maxFallbackRetries": 2,
    "processorConfigs": [
      {
        "processorId": "proc_stripe",
        "weight": 70,
        "disabled": false,
        "nonStickable": false
      },
      {
        "processorId": "proc_checkout",
        "weight": 30,
        "disabled": false,
        "nonStickable": false
      }
    ]
  }
]

Authorizations

Authorization
string
header
required

Enter your API key as: Bearer your-api-key

Response

Successful response