Skip to main content

Get Sandbox Access

The NextAPI sandbox lets you test the full API without processing real transactions or moving real money. All features available in production are available in sandbox.

How the Sandbox Works

  • Same API, same endpoints: https://api.partners.nextpay.world/v2/
  • Same authentication: Basic Auth with your sandbox Client ID and Client Secret
  • No real money moves: Transactions are simulated end-to-end
  • Full webhook support: Receive webhooks for sandbox events

Request Sandbox Credentials

To get started with sandbox access:

  1. Contact the NextPay partnerships team at [email protected]
  2. Provide your company name, use case, and expected volume
  3. Receive your Client ID and Client Secret within 1 business day
  4. Start building immediately

What You'll Receive

CredentialDescription
Client IDYour unique identifier for API authentication
Client SecretYour secret key for API authentication
Merchant IDPre-created test merchant for immediate use
Account IDPre-funded test account with sandbox PHP balance

Quick Start

Once you have your credentials, make your first API call:

curl -X GET "https://api.partners.nextpay.world/v2/merchants" \
-H "Content-Type: application/json" \
-u "YOUR_CLIENT_ID:YOUR_CLIENT_SECRET"

See the Your First API Call tutorial for a complete walkthrough.

Sandbox Limitations

LimitationDetails
PayoutsSimulated only — no real funds reach bank accounts
Payment channelsSome channels have limited simulation support
Data retentionSandbox data is periodically reset

Moving to Production

When you're ready to go live:

  1. Complete partner onboarding — submit your business details through the NextPay partnerships team
  2. Receive production credentials — a new Client ID and Client Secret scoped for live transactions
  3. Update your credentials — no endpoint changes needed; the API URL stays the same
  4. Go live — start processing real transactions immediately

Why NextPay

Questions? Contact [email protected] or your NextPay account manager.

NextPay holds an 86.9% Customer Satisfaction Score — well above the fintech industry standard — and received the Silver Award for Customer Experience Excellence from KMC in 2025. Most sandbox requests are responded to within 1 business day.

NextAPI infrastructure has been independently penetration tested by Secuna, the Philippines' leading bug bounty and cybersecurity firm. See Security & Compliance for details.