BigCommerce · Schema

Custom

Custom payment from manual order.

E-CommerceRetailCatalogOrdersCheckoutPaymentsSaaS

Properties

Name Type Description
payment_method string Text entered for the payment method in the control panel.
View JSON Schema on GitHub

JSON Schema

bigcommerce-custom-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Custom",
  "title": "Custom",
  "type": "object",
  "description": "Custom payment from manual order.",
  "properties": {
    "payment_method": {
      "description": "Text entered for the payment method in the control panel.\n",
      "type": "string"
    }
  },
  "x-internal": false
}