WooCommerce · Example Payload

Woocommerce Rest Api Payment Gateway Example

A sample description

eCommerceOpen SourceOrdersProductsWordPress

Woocommerce Rest Api Payment Gateway Example is an example object payload from WooCommerce, with 9 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

idtitledescriptionorderenabledmethod_titlemethod_descriptionmethod_supportssettings

Example Payload

Raw ↑
{
  "id": "500123",
  "title": "Example Name",
  "description": "A sample description",
  "order": 1,
  "enabled": true,
  "method_title": "Example Name",
  "method_description": "A sample description",
  "method_supports": [
    "string-value"
  ],
  "settings": {}
}