---
title: "Action card_pay_block_scenario"
description: "Marks payment as active and blocks the scenario until payment confirmation."
---

# Action `card_pay_block_scenario`

> **System ID:** `action_card_pay_block_scenario`

## Description

Sets `payment.status = true` in the request state so the scenario waits for payment completion. Usually follows `card_pay` (or Apple/Google Pay) and precedes `verify_online_payment`.

## Events (scenario branches)

| Event | When it occurs |
|-------|----------------|
| **success** | Payment status set as active |

## Parameters

No parameters (`{}`).

## Configuration example

```json
{}
```

## Related docs

- [Actions reference](/en/actionjail/reference/actions-reference.md)
