Getting Started
Welcome to Orafi! This guide will help you get up and running with your first crypto payment in minutes.Account Creation
- Sign up for an Orafi account at orafi.com
- Complete your business profile and onoarding processes
- Generate your API keys from the dashboard
API Key Usage
Orafi uses API keys for authentication. You have separate keys for test and live modes.- Test mode: For development and testing(testnet)
- Live mode: For production payments(mainnet)
x-api-key header for all requests.
Test vs Live Environments
- Endpoint:
https://api.orafi.comBoth uses same API
First Payment Example
Let’s create your first payment using curl.1. Create a hosted payment
2. Check payment status
Next Steps
- Set up webhooks to receive payment notifications
- Explore paylinks for no-code payment pages
- Configure settlement accounts for fund withdrawals
- Review our API reference for all available endpoints
