# payment\_intent\_next\_action\_verify\_with\_microdeposits

From **Stripe API**.

- Type: `object`

## Properties

### `arrival_date`

- Required: true
- Type: `integer`
- Format: `unix-time`

The timestamp when the microdeposits are expected to land.

### `hosted_verification_url`

- Required: true
- Type: `string`
- maxLength: `5000`

The URL for the hosted verification page, which allows customers to verify their bank account.

## JSON Schema

```json
{"properties":{"arrival_date":{"description":"The timestamp when the microdeposits are expected to land.","format":"unix-time","type":"integer"},"hosted_verification_url":{"description":"The URL for the hosted verification page, which allows customers to verify their bank account.","maxLength":5000,"type":"string"}},"required":["arrival_date","hosted_verification_url"],"title":"PaymentIntentNextActionVerifyWithMicrodeposits","type":"object","x-expandableFields":[]}
```
