# payment\_intent\_next\_action\_redirect\_to\_url

From **Stripe API**.

- Type: `object`

## Properties

### `return_url`

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

If the customer does not exit their browser while authenticating, they will be redirected to this specified URL after completion.

### `url`

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

The URL you must redirect your customer to in order to authenticate the payment.

## JSON Schema

```json
{"properties":{"return_url":{"description":"If the customer does not exit their browser while authenticating, they will be redirected to this specified URL after completion.","maxLength":5000,"nullable":true,"type":"string"},"url":{"description":"The URL you must redirect your customer to in order to authenticate the payment.","maxLength":5000,"nullable":true,"type":"string"}},"title":"PaymentIntentNextActionRedirectToUrl","type":"object","x-expandableFields":[]}
```
