Get started with Juicyway API in minutes.
This guide will help you start accepting payments with our API quickly and securely. Follow these steps to begin processing transactions.
Sign Up
Create your Juicyway business account:
For live transactions: Production Dashboard
For testing: Sandbox Dashboard
Get API Keys
After signing up:
Navigate to Settings → API Keys.
Fetch test and live API keys.
Store keys securely - never expose them in client-side code.
Set Up Webhooks
Configure webhooks to receive real-time payment updates:
Go to Settings → Webhooks
Add your webhook URL
Test your integration with this simple API call:
Use these test cards to simulate different payment scenarios:
Successful Payment
VISA Test Card
Card Number: 4012000033330026
Expiry: 01/39
CVV: 100
Failed Payment
Failed Card
Card Number: 4000000000000002
Expiry: 01/25
CVV: 100
3DS Authentication
3DS Card
Card Number: 4761530000000008
Expiry: 05/25
CVV: 100
Test OTP: 123456
Set up webhook handling to receive real-time payment updates. Here’s a basic example:
Review our API Authentication guide for secure API access
Set up comprehensive Webhook Handling
Learn about Error Handling
Explore supported Payment Methods
Check our API Reference
Contact Support