The tables below list the key differences between Atelio's sandbox and live environments:
API URLs
Atelio Studio
The following core platform constructs use the following API URLs:
- Card management
- Deposit account management
- Money movement
| Environment | URL |
|---|
| Production | https://api.atelio.com/api/v0.1/ |
| Sandbox | https://sandbox.atelio.com/api/v0.1/ |
Embedded app
The following products use the following API URLs:
- Commercial embedded card servicing app
- Commercial embedded onboarding app
- Consumer embedded CBC app
- Pay by Bank
Token generation
| Environment | URL |
|---|
| Production | https://api.embedded.atelio.com/api/auth/token |
| Sandbox | https://api-sandbox.embedded.atelio.com/api/auth/token |
Front end
| Environment | URL |
|---|
| Production | https://embedded.atelio.com |
| Sandbox | https://embedded-sandbox.atelio.com |
Identity
| Environment | URL |
|---|
| Production | https://api.prod.live.atelio.com/identity/v0.1 |
| Sandbox | https://api.sandbox.atelio.com/identity/v0.1 |
Features
Accounts and Credit
Identity
| Feature | Supported in Sandbox | Supported in Production |
|---|
| | |
| | |
KYC and KYB
- You can trigger various KYC states using trigger KYC scenario SSNs. You can also manually override KYC pass/fail states using the Simulate KYC Passed and Simulate KYC Failed operations.
- You will not be able to simulate KYB pass/fail as you can with KYC. To successfully run KYB, you must still validate the identity of your business and its documents to ensure that they're compliant with federal regulations.
Simulation and Webhooks
| Feature | Supported in Sandbox | Supported in Production |
|---|
| Simulating an authorization | ✅ | ❎ |
| Simulating a settlement | ✅ | ❎ |
| Webhook subscriptions | ✅ | ✅ |
| ACH transfers | ✅ 1 | ✅ 2 |
| Real money transactions | ❎ 3 | ✅ |
| Non-standard card transactions (cash withdrawals, purchase returns) | ❎ | ✅ |
| ACH returns | ❎ | ✅ |
| Card issue fees | ❎ | ✅ |
| ATM withdrawal fees | ❎ | ✅ |
Adding to mobile wallets (and associated card.wallet.* webhooks) | ❎ | ✅ |
- In sandbox, ACH transfers will settle within an hour.
- ACH transfers will settle according to their same-day or standard settlement windows.
- Sandbox does not allow the use of real money for transactions. You can simulate authorization and settlement for card transactions using the simulate API , and transfer funds using the transfers API .