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.

paymentMethodIdMethodCountryChannel
sbx_pixPIXBrazil (BRA)Online
sbx_speiSPEIMexico (MEX)Online
sbx_psePSE / bank transferColombia (COL)Online
sbx_cardCardGlobal (USA)Card
sbx_cashCash / OXXOMexico (MEX)Cash

Outcomes you can drive

actionRequiresResultWebhook(s)
paidpendingcompletedpayment.completed
failedpendingfailedpayment.failed
expiredpendingexpiredpayment.failed
refundedcompletedrefundedpayment.refunded
chargebackcompletedchargebackchargeback.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.