BigCommerce · Schema
Payment Option
E-CommerceRetailCatalogOrderCheckoutPaymentsSoftware-as-a-Service
Properties
| Name | Type | Description |
|---|---|---|
| provider_id | string | Name of the payment method. |
| provider_description | string | Description for payment provider. |
| amount | number | Amount to be refunded with this payment provider. |
| offline | boolean | Indicates the payment must be done offline due to constraints of the payment provider, such as partial refunds not being supported, or it being offline only such as cash on delivery of bank deposit. |
| offline_provider | boolean | Indicates if the payment provider is a strictly offline provider, such as cash on delivery or bank deposit. |
| offline_reason | string | Reason the payment option is offline only, if applicable. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/PaymentOption",
"title": "Payment Option",
"type": "object",
"example": {
"provider_id": "checkout_paypalexpress",
"provider_description": "Paypal Express",
"amount": 9.99,
"offline": true,
"offline_provider": true,
"offline_reason": "Multiple online refunds are not available."
},
"properties": {
"provider_id": {
"type": "string",
"description": "Name of the payment method.",
"example": "checkout_paypalexpress"
},
"provider_description": {
"type": "string",
"description": "Description for payment provider.",
"example": "Paypal Express"
},
"amount": {
"type": "number",
"description": "Amount to be refunded with this payment provider.",
"example": 9.99
},
"offline": {
"type": "boolean",
"description": "Indicates the payment must be done offline due to constraints of the payment provider, such as partial refunds not being supported, or it being offline only such as cash on delivery of bank deposit.",
"example": true
},
"offline_provider": {
"type": "boolean",
"description": "Indicates if the payment provider is a strictly offline provider, such as cash on delivery or bank deposit.",
"example": true
},
"offline_reason": {
"type": "string",
"description": "Reason the payment option is offline only, if applicable.",
"example": "Multiple online refunds are not available"
}
},
"x-internal": false
}
Work with this as data
Every JSON Schema 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 schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema 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.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/bigcommerce-paymentoption"
All schemas
curl "https://apis.io/api/v1/json-schemas?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.