Sandbox
Test data
The built-in sandbox test methods, the outcomes you can drive, and neutral test values.
Sandbox does NOT process real card numbers or magic amounts — it uses the built-in test methods below plus the simulate endpoint / Sandbox-Simulate header to drive the outcome. You decide the result — nothing is keyed off the amount.
Test payment methods
Pass any of these as paymentMethodId. They're always listed by GET /payment-methods in sandbox. PIX/SPEI accept a documentId(mirrors production) — in sandbox it's not enforced.
| paymentMethodId | Method | Country | Channel |
|---|---|---|---|
sbx_pix | PIX | Brazil (BRA) | Online |
sbx_spei | SPEI | Mexico (MEX) | Online |
sbx_pse | PSE / bank transfer | Colombia (COL) | Online |
sbx_card | Card | Global (USA) | Card |
sbx_cash | Cash / OXXO | Mexico (MEX) | Cash |
Outcomes you can drive
| action | Requires | Result | Webhook(s) |
|---|---|---|---|
paid | pending | completed | payment.completed |
failed | pending | failed | payment.failed |
expired | pending | expired | payment.failed |
refunded | completed | refunded | payment.refunded |
chargeback | completed | chargeback | chargeback.created |
Neutral test values
- Email:
test@test.com - documentId (PIX/CPF):
12345678909· (SPEI/RFC): any 12–13 chars - Amount: any positive USD — the result is NOT keyed off it; you drive it with the simulate action/header.