๐ Getting Started with Roecny API
Welcome to Roecny โ your all-in-one platform for digital payments, wallet services, and seamless API integrations.
This guide walks you through the essential steps to integrate Roecny APIs quickly and confidently.
โ Step 1: Create a Roecny Accountโ
- Go to https://roecny.com
Step 2: Retrieve Your API Keysโ
- Collect and secure your keys โ never expose them in frontend code. The API secret will be sent to the user's email address by us.
โ๏ธ Step 3: Make Your First API Callโ
Use the following sample to make your first authenticated API request:
curl -X POST https://api.roecny.com/api/v1/authentication/login \
--header 'x-request-id:UUID'\
--header 'x-client-id: Shared by Roecny' \
--header 'x-api-key: Shared by Roecny' \
--data ''
๐ง Tip: Use a unique x-request-id for each request to ensure idempotency.
๐งช Step 4: Use the Sandbox Environmentโ
Roecny provides a sandbox for safe and isolated testing.
Base URL: https://api.roecny.com
Use sandbox-specific API keys from your dashboard
No real transactions are processed
๐ Getting Started with Onboarding API
๐ Next Stepsโ
- ๐ Create a User
- ๐ Create an Account
- ๐ Get Account Balance
- ๐ Create a Beneficiary
- ๐ Create a Payout
- ๐ Create a Card
- ๐ Full API Reference
Need help? Contact our developer support at cs@roecny.com