# NextAction

If present, this property tells you what actions you need to take in order for your customer to fulfill a payment using the provided source.

```
type NextAction {

  type: NextActionTypes

  redirectUrl: String

  mustRedirect: Boolean

}
```

### Fields[​](#fields "Direct link to Fields")

#### [`NextAction.type`](#type) ● [`NextActionTypes`](https://docs.monei.com/apis/graphql/types/enums/next-action-types/.md) enum[​](#type "Direct link to type")

Action required to fulfil the payment with the current payment source.

#### [`NextAction.redirectUrl`](#redirect-url) ● [`String`](https://docs.monei.com/apis/graphql/types/scalars/string/.md) scalar[​](#redirect-url "Direct link to redirect-url")

Redirect your customer to this url to continue payment process.

#### [`NextAction.mustRedirect`](#must-redirect) ● [`Boolean`](https://docs.monei.com/apis/graphql/types/scalars/boolean/.md) scalar[​](#must-redirect "Direct link to must-redirect")

If `true` you have to redirect your customer to the `redirectUrl` to continue payment process.

### Member Of[​](#member-of "Direct link to Member Of")

[`Payment`](https://docs.monei.com/apis/graphql/types/objects/payment/.md) object
