OritFlow API
Build payment flows with clarity.
Connect approved payment methods and transaction workflows through documented APIs and webhooks.
Developer infrastructure
A predictable path from request to event.
The documentation structure is ready for the confirmed production contract. Current examples are illustrative and must not be treated as live endpoints.
- Authentication and environment guidance
- Idempotent payment requests
- Webhook event lifecycle
- Error and retry handling
POST /v1/payments
Authorization: Bearer <API_KEY>
Idempotency-Key: <UNIQUE_KEY>
{
"amount": 10000,
"currency": "USD",
"payment_method": "card",
"reference": "ORDER-10001"
}
// Illustrative example onlyProduction endpoints, credentials, SDKs, event names and test data will be published only after the production API contract is confirmed.