Environments
API endpoints, supported chains, and sandbox credentials for testing.
Before You Start
Read the following guides before proceeding:
| Guide | Why |
|---|---|
| Platform Overview | Overview of Wirex BaaS |
API Endpoints
BaaS API
| Environment | Base URL | Purpose |
|---|---|---|
| Sandbox | https://api-baas.wirexapp.tech | Testing and integration |
| Production | https://api-baas.wirexapp.com | Live environment |
Use Sandbox for development and testing. Credentials are environment-specific.
PCI Secure Environment
Card tokenization for push to card transfers requires calls to Wirex's PCI-compliant secure environment.
| Environment | Base URL | Purpose |
|---|---|---|
| Sandbox | https://wx-acquiring-card-manager-uat.wirexapp.com | Card tokenization testing |
| Production | https://wx-acquiring-card-manager.wirexapp.com | Live card tokenization |
Note: PCI environment endpoints handle sensitive card data and are subject to additional security requirements.
Sandbox Helper API
The Sandbox Helper API provides methods for simulating external events that cannot be triggered through the standard API (bank deposits, transfer completions, card transactions).
| Environment | Base URL | Purpose |
|---|---|---|
| Sandbox | https://ramc.wirexapp.tech | Test event simulation |
Important: This API is available in Sandbox only. It does not exist in Production. See Sandbox Testing for usage.
Supported Chains
Production
| Chain | Chain ID |
|---|---|
| Base | 8453 |
| Stellar | 9223372036854775806 |
Sandbox
| Chain | Chain ID |
|---|---|
| Base Sepolia | 84532 |
| Stellar Testnet | 9223372036854775806 |
Sandbox Test Credentials
The following shared credentials are available for quick testing:
| Credential | Value |
|---|---|
client_id | 9qgK7xzQirmJgZi9zOamLXQ6dQ7KpUu9 |
client_secret | BaVKTFYdYdk5urr9fuzRHKEZ3BC-pvhyANaOfDN10r_mW-MTaZ_v4tTA1IFzav6I |
partner_id | 0x00000000000000000000000000000007 |
These are shared credentials for initial integration testing. Contact Wirex to obtain dedicated credentials for your company.
Updated 8 days ago
