VTEX · Schema

GetPaymentMethodsSupported

CommerceE-CommerceRetailMarketplacePayments

Properties

Name Type Description
name string Payment method name.
View JSON Schema on GitHub

JSON Schema

vtex-getpaymentmethodssupported-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/GetPaymentMethodsSupported",
  "title": "GetPaymentMethodsSupported",
  "required": [
    "name"
  ],
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "description": "Payment method name."
    }
  }
}