Skip to main content
POST
/
api
/
public
/
v1
/
payment-flows
/
create
curl --request POST \
  --url https://app.tagadapay.com/api/public/v1/payment-flows/create \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "data": {
    "name": "Simple Stripe",
    "strategy": "simple",
    "fallbackMode": false,
    "maxFallbackRetries": 0,
    "threeDsEnabled": false,
    "stickyProcessorEnabled": false,
    "pickProcessorStrategy": "weighted",
    "processorConfigs": [
      {
        "processorId": "proc_stripe",
        "weight": 100,
        "disabled": false,
        "nonStickable": false
      }
    ],
    "fallbackProcessorConfigs": [],
    "abuseDetectionConfig": null
  }
}
'
{
  "message": "<string>",
  "code": "<string>",
  "issues": [
    {
      "message": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

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

Body

application/json
data
object
required

Response

Successful response