Types > Gateway
Commerce APITypesGateway
Gateway

Description

Topic: Gateways

Fields

created_at: String!

The date and time when the gateway was created

Example: "2014-09-04T12:23:34Z"

Timestamp (RFC 3339)


currencies: [GatewayCurrency!]!

A list of currencies enabled for this gateway


enabled: Boolean!

Whether this gateway is enabled or not

Example: true


id: String!

Unique gateway identifier. See also: Unique Identifiers

Example: "gw_EQzGqWoY"


manual: GatewayManual


paypal: GatewayPaypal


stripe: GatewayStripe


test: GatewayTest


test_mode: Boolean!

Whether gateway test mode is enabled

Example: false


type: GatewayType!

Gateway type

Example: "manual"


updated_at: String!

The date and time when the gateway was updated

Example: "2014-09-04T12:23:34Z"

Timestamp (RFC 3339)


visibility: GatewayVisibility!

Gateway visibility mode

Example: "show"


Used By

Mutations

gatewaysCreate, gatewaysModify

Queries

gateways

Types

Order, XeroPaymentMap

Preview (typescript)

Loading module