# Processor

Payment processor (gateway) that authorizes and captures transactions on behalf of an acquirer.

* `ADYEN` - Adyen gateway.
* `MONEI_REDSYS` - MONEI-managed Redsys integration.
* `MONEIX_F` - MONEI X gateway, terminal/in-person profile.
* `MONEIX_G` - MONEI X gateway, primary online card profile.
* `MONEIX_GNET` - MONEI X gateway, network-token online profile.
* `MONEIX_P` - MONEI X gateway, alternative payment methods (APMs).
* `PAYPAL` - PayPal gateway.
* `REDSYS` - Redsys gateway with merchant-owned TPV credentials.
* `STRIPE` - Stripe gateway.

```
enum Processor {

  ADYEN

  MONEI_REDSYS

  MONEIX_F

  MONEIX_G

  MONEIX_GNET

  MONEIX_P

  PAYPAL

  REDSYS

  STRIPE

}
```

### Values[​](#values "Direct link to Values")

#### [`Processor.ADYEN`](#adyen)[​](#adyen "Direct link to adyen")

#### [`Processor.MONEI_REDSYS`](#monei-redsys)[​](#monei-redsys "Direct link to monei-redsys")

#### [`Processor.MONEIX_F`](#moneix-f)[​](#moneix-f "Direct link to moneix-f")

#### [`Processor.MONEIX_G`](#moneix-g)[​](#moneix-g "Direct link to moneix-g")

#### [`Processor.MONEIX_GNET`](#moneix-gnet)[​](#moneix-gnet "Direct link to moneix-gnet")

#### [`Processor.MONEIX_P`](#moneix-p)[​](#moneix-p "Direct link to moneix-p")

#### [`Processor.PAYPAL`](#paypal)[​](#paypal "Direct link to paypal")

#### [`Processor.REDSYS`](#redsys)[​](#redsys "Direct link to redsys")

#### [`Processor.STRIPE`](#stripe)[​](#stripe "Direct link to stripe")

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

[`AvailableProcessor`](https://docs.monei.com/apis/graphql/types/objects/available-processor/.md) object ● [`CreateProviderInput`](https://docs.monei.com/apis/graphql/types/inputs/create-provider-input/.md) input ● [`Provider`](https://docs.monei.com/apis/graphql/types/objects/provider/.md) object ● [`providerConfig`](https://docs.monei.com/apis/graphql/operations/queries/provider-config/.md) query ● [`ProviderConfig`](https://docs.monei.com/apis/graphql/types/objects/provider-config/.md) object
