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

# jinko agent-pay submit

> Submit a Shared Payment Token to schedule + authorize the booking

Present a trip ID and a Shared Payment Token: the BFF schedules the agent fulfillment and redeems the token to authorize the booking server-side, advancing it to fulfillment. If the issuer requires customer action (3DS) the response carries a checkout\_url fallback instead of confirming.

## Usage

```bash theme={null}
jinko agent-pay submit [options]
```

## Options

| Flag                   | Required | Description                                                                                                                                                               | Default |
| ---------------------- | -------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------- |
| `--trip-id <id>`       | Yes      | trip ID (from the trip command)                                                                                                                                           |         |
| `--token <spt>`        | Yes      | Shared Payment Token (spt\_...)                                                                                                                                           |         |
| `--user-intent <text>` | No       | the end user's request in their own words, forwarded to Jinko for observability and relevance (avoid PII). Env fallback: JINKO\_USER\_INTENT. JSON: `intent.user_intent`. |         |
