PayF
← Back to home

playground

Try the sandbox

Create a live multi-leg payment against the PayF sandbox API. No signup — see the routing plan and lifecycle progress in real time.

Tip: try different country/currency pairs — they trigger different routing strategies. USD US → SGD SG is a classic cross-currency corridor.

Equivalent curl
curl -X POST https://api.payf.ai/v1/payments \
  -H "Authorization: Bearer sandbox_demo" \
  -H "Content-Type: application/json" \
  -d '{"merchant_id":"mrch_sandbox","amount":10000,"currency":"USD","country":"US","target_currency":"USD","target_country":"SG"}'

Response