Gateways
You can configure payment gateways using the Gateways endpoint. You can enable
and disable
built-in payment gateways.
warning
Elastic Path provides a Manual Gateway that allows you to use another payment gateway.
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. |
Sample Object
{
"data": {
"enabled": false,
"name": "Manual",
"slug": "manual",
"type": "gateway"
}
}