Prerequisites
Before you start, make sure you have:Yabetoo Account
Create an account if you haven’t already
API Keys
Get your test API keys from the Dashboard
Step 1: Get your API keys
1
Log in to your Dashboard
Go to app.yabetoo.com and log in to your account
2
Navigate to API Keys
Click on Settings > API Keys in the sidebar
3
Copy your test keys
Copy your test secret key (starts with
sk_test_)Test keys allow you to simulate payments without real money. Use them during development.
Step 2: Install an SDK (optional)
Choose your preferred language:Step 3: Create your first payment
Option A: Hosted Checkout (Recommended)
The fastest way to accept payments. Redirect your customers to a Yabetoo-hosted page.Option B: Custom Integration
For full control over the payment experience, use the Payment Intent API.Step 4: Test your integration
Use these test phone numbers in sandbox mode:| Phone Number | Behavior |
|---|---|
242000000001 | Always succeeds |
242000000002 | Always fails (insufficient funds) |
242000000003 | Pending for 30 seconds, then succeeds |
Step 5: Go live
When you’re ready to accept real payments:1
Complete account verification
Submit your business documents in the Dashboard
2
Switch to production keys
Replace
sk_test_ with sk_live_ in your code3
Update webhook endpoints
Point webhooks to your production server
Congratulations! You’re now ready to accept payments with Yabetoo.