# payment\_intent\_processing

From **Stripe API**.

- Type: `object`

## Properties

### `card`

- Required: false
- Type: `object`

### `type`

- Required: true
- Type: `string`
- Allowed values: `"card"`

Type of the payment method for which payment is in `processing` state, one of `card`.

## JSON Schema

```json
{"properties":{"card":{"$ref":"#/components/schemas/payment_intent_card_processing"},"type":{"description":"Type of the payment method for which payment is in `processing` state, one of `card`.","enum":["card"],"type":"string"}},"required":["type"],"title":"PaymentIntentProcessing","type":"object","x-expandableFields":["card"]}
```
