BigCommerce · Example Payload

Bigcommerce Paymentspost Example

E-CommerceRetailCatalogOrderCheckoutPaymentsSoftware-as-a-Service

Bigcommerce Paymentspost Example is an example object payload from BigCommerce, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "operationId": "PaymentsPost",
  "method": "POST",
  "path": "/payments",
  "summary": "BigCommerce Process Payments",
  "requestExamples": [
    {
      "contentType": "application/json",
      "name": "Card",
      "example": {
        "payment": {
          "instrument": {
            "type": "card",
            "cardholder_name": "string",
            "number": "string",
            "expiry_month": 1,
            "expiry_year": 0,
            "verification_value": "stri",
            "issue_month": 1,
            "issue_year": 0,
            "issue_number": 0
          },
          "payment_method_id": "string"
        }
      }
    },
    {
      "contentType": "application/json",
      "name": "Stored Card",
      "example": {
        "payment": {
          "instrument": {
            "type": "stored_card",
            "token": "8cdf7b6ea1b27119463bf9e5106639618cc77a9adc49f0069ca8b756cc15caee",
            "verification_value": "1142"
          },
          "payment_method_id": "adyenv2.scheme",
          "save_instrument": true
        }
      }
    },
    {
      "contentType": "application/json",
      "name": "Stored PayPal Account",
      "example": {
        "payment": {
          "instrument": {
            "type": "stored_paypal_account",
            "token": "2c129313bcffe4501ec5fa2764c8c16320e38c7ba9e8cdf95583b541bb05ad91"
          },
          "payment_method_id": "braintree.paypal"
        }
      }
    },
    {
      "contentType": "application/json",
      "name": "Stored Bank Account",
      "example": {
        "payment": {
          "instrument": {
            "type": "stored_bank_account",
            "token": "2c129313bcffe4501ec5fa2764c8c16320e38c7ba9e8cdf95583b541bb05ad91"
          },
          "payment_method_id": "braintree.ach"
        }
      }
    },
    {
      "contentType": "application/json",
      "name": "Gift Certificate",
      "example": {
        "payment": {
          "instrument": {
            "type": "gift_certificate",
            "gift_certificate_code": "ABC-DEF-GXX"
          },
          "payment_method_id": "bigcommerce.gift_certificate"
        }
      }
    },
    {
      "contentType": "application/json",
      "name": "Store Credit",
      "example": {
        "payment": {
          "instrument": {
            "type": "store_credit"
          },
          "payment_method_id": "bigcommerce.store_credit"
        }
      }
    },
    {
      "contentType": "application/json",
      "name": "Tokenized Card",
      "example": {
        "payment": {
          "instrument": {
            "type": "tokenized_card",
            "token": "K7KW-M9GX-6PQ3",
            "iin": 4111111,
            "last_four_digits": 1111,
            "expiration_month": 12,
            "expiration_year": 2030
          },
          "payment_method_id": "bolt.card"
        }
      }
    }
  ],
  "responseExamples": [
    {
      "status": "202",
      "contentType": "application/json",
      "name": "response",
      "example": {
        "id": "227d9e1e-94f8-408c-95a5-f97b30592eb7",
        "transaction_type": "authorization",
        "status": "pending"
      }
    }
  ]
}

Work with this as data

Every example here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for examples

4 MCP tools reach this
  • find_examplesBrowse and filter every example in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This example
curl "https://apis.io/api/v1/examples/bigcommerce-paymentspost-example"
All examples
curl "https://apis.io/api/v1/examples?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.