# payment\_intent\_next\_action\_alipay\_handle\_redirect

From **Stripe API**.

- Type: `object`

## Properties

### `native_data`

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

The native data to be used with Alipay SDK you must redirect your customer to in order to authenticate the payment in an Android App.

### `native_url`

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

The native URL you must redirect your customer to in order to authenticate the payment in an iOS App.

### `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":{"native_data":{"description":"The native data to be used with Alipay SDK you must redirect your customer to in order to authenticate the payment in an Android App.","maxLength":5000,"nullable":true,"type":"string"},"native_url":{"description":"The native URL you must redirect your customer to in order to authenticate the payment in an iOS App.","maxLength":5000,"nullable":true,"type":"string"},"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":"PaymentIntentNextActionAlipayHandleRedirect","type":"object","x-expandableFields":[]}
```
