Skip to main content
GET
Get Payment Result
This is a polling endpoint: after the cardholder completes card entry and passkey approval on Prava’s secure surface, poll it to retrieve the payment credentials.

Notes

  • The token and dynamic_cvv fields contain the virtual card credentials your agent uses at checkout.
  • Prava performs a lazy mandate expiry check on every request — expired mandates are reflected in the status.
  • After using the credentials at checkout, report the outcome via Report Status.

Error responses

Authorizations

Authorization
string
header
required

Your secret key: sk_test_* (sandbox) or sk_live_* (production).

Path Parameters

sessionId
string
required

The session ID returned from Create Session

Response

Payment result

session_id
string
order_id
string | null
status
enum<string>

Overall session status

Available options:
pending,
awaiting_result,
completed,
failed
transactions
object[]