Skip to main content

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

Processor.ADYEN

Processor.MONEI_REDSYS

Processor.MONEIX_F

Processor.MONEIX_G

Processor.MONEIX_GNET

Processor.MONEIX_P

Processor.PAYPAL

Processor.REDSYS

Processor.STRIPE

Member Of

AvailableProcessor object ● CreateProviderInput input ● Provider object ● providerConfig query ● ProviderConfig object