> ## Documentation Index
> Fetch the complete documentation index at: https://docs.dev.gojinko.com/llms.txt
> Use this file to discover all available pages before exploring further.

# jinko refund status

> Check the status of a refund

Poll the current status of a previously committed refund.

## Usage

```bash theme={null}
jinko refund status [options]
```

## Options

| Flag                       | Required                 | Description                                                | Default |
| -------------------------- | ------------------------ | ---------------------------------------------------------- | ------- |
| `--booking-ref <ref>`      | Yes — guest mode         | Jinko booking reference (guest auth, requires --last-name) |         |
| `--last-name <name>`       | Yes — guest mode         | Last name of the primary traveler (guest auth)             |         |
| `--order-id <id>`          | Yes — authenticated mode | DevPlatform order ID (authenticated auth)                  |         |
| `--refund-reference <ref>` | No                       | refund reference returned by `refund commit`               |         |
| `--provider <provider>`    | No                       | override provider hint                                     |         |

## Examples

```bash theme={null}
jinko refund status \
  --booking-ref JNK-ABC123 \
  --last-name Doe \
  --refund-reference REF-xyz789
```

Terminal states: `succeeded`, `failed`, `cancelled`. Poll every 15-30s until terminal.
