Skip to main content

๐Ÿš€ 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โ€‹


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โ€‹

Need help? Contact our developer support at cs@roecny.com