Gateways

You can programatically configure payment gateways using the Gateways endpoint. You can enable and disable built-in payment gateways.

Moltin provides a Manual Gateway that allows you to use another payment gateway, like PayPal. 🎉

The gateways object

Attribute

Type

Description

name

string

The name of the payment gateway

slug

string

The slug of the payment gateway

type

string

The type represents the object being returned

enabled

boolean

true or false depending on the enabled status

Last updated