Client API documentation

Build payment experiences on Payflow.

Payflow gives product teams one programmable layer for sandbox and production payments, hosted checkout, embedded card components, ACH bank transfers, routing outcomes, provider callbacks, request IDs, and production-safe client API credentials.

Client API
POST/client/v1/payments
curl "https://api.ftosllc.co/client/v1/payments" \
  -H "Authorization: Bearer sk_sandbox_..." \
  -H "Idempotency-Key: order_1024" \
  -d '{
    "amount": 8400,
    "currency": "USD",
    "reference": "order_1024"
  }'

Where integrations usually start