Documentation

Full developer docs run on the docs app (port 3002). Quickstart is also mirrored below for convenience.

Open docs site
curl -X POST http://localhost:4000/v1/payment_intents \
  -H "Authorization: Bearer sk_test_..." \
  -H "Content-Type: application/json" \
  -H "Idempotency-Key: demo-1" \
  -d '{"amount":1999,"currency":"zar","description":"Test order"}'