pk_test_*/sk_test_* keys, and you can create sessions immediately against
https://sandbox.api.prava.space.
Health check
Confirm connectivity before anything else:Test cards
Test card numbers and the test OTP live on their own reference page, organized by card network: Test Cards.What behaves differently in sandbox
Prava Pay (CLI) has no separate sandbox host. The CLI talks to the live API; agent-linked
payments use real cards. Sandbox environments apply to the SDK/API integration path.
A full sandbox test run
- Create a session with your
sk_test_*key. - Open the returned
iframe_url(hosted) or mountcollectPAN(embedded) and enter a test card. - Approve with a passkey when prompted.
- Poll Get Payment Result until
statusisawaiting_result; the line items now carrytoken+dynamic_cvv. - Report Status with
APPROVEDorDECLINED. - Verify the final state: payment result
statusbecomescompleted(orfailed).