Execute an operation against the ROKI sandbox and see the real response
roki_sandbox_tryRuns a documented operation against the ROKI sandbox using THIS SERVER'S own test credential, and returns the actual response. Use it to prove an integration works instead of assuming it does - especially after roki_validate_request says a payload is valid.
You never supply a key: this server holds a sandbox-only credential and refuses to run against production. Amounts are capped and links expire quickly, because the sandbox is shared.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| payload | No | Request body for POST operations, or path values such as {"id": 123} / {"transaction_id": "uuid"}. | |
| operation | Yes | operationId to run, e.g. "createPayment", "getPayment", "voidTransaction". |