È tentante integrare la Verification of Payee, vedere tornare una Overeenkomst e considerarla fatta. Ma il valoare a VoP este nei momenti în cui la răspuns nu este una Overeenkomst pulita — ed este proprio quei casi care un test rapido salta. Un plan sandbox serio li copre toți.
Testa fiecare rezultat
A sandbox should let you reproduce each scheme outcome on demand, usually by sending specific test names or IBANs. Make sure your UI and your code do the right thing for each one.
- Corrispondenza (MTCH) — conferma care il plată possa proseguire în modo pulito.
- Corrispondenza parziale (CMTC) — conferma de mostrare il nume verificat suggerito de la confermare o correggere.
- Nessuna Overeenkomst (NMTC) — conferma de mostrare un avviso chiaro e de nu procedere automaticamente.
- Not applicable (NOAP) — confirm you handle 'couldn't verify' gracefully, not as an error.
Nu uita căile de eroare
Oltre ai quattro rezultate, testa ce succede cu un IBAN malformat, un nume la begunstigde mancante, una credenziale scaduta e un timeout. È qui care le integrazioni fragili si rompono în producție.
Mantieni i test determenestici
Use a sandbox with documented, deterministic test data so a given input always returns the same outcome. That makes your integration tests repeatable in CI and means a failure points to a real regression, not a flaky responder.
Dalla sandbox alla producție
Once every outcome and error path behaves correctly, going live is usually just switching the base URL and credentials. RoxPay provides a sandbox with test cases for each outcome, so you can validate the full flow before pointing at production.