Codat Get Commerce Payment Method Example is an example object payload from Codat, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.
Top-level fields
operationIdmethodpathsummaryrequestExamplesresponseExamples
Example Payload
{
"operationId": "get-commerce-payment-method",
"method": "GET",
"path": "/companies/{companyId}/connections/{connectionId}/data/commerce-paymentMethods/{paymentMethodId}",
"summary": "Get payment method",
"requestExamples": [],
"responseExamples": [
{
"status": "200",
"contentType": "application/json",
"name": "Amazon Seller Central",
"example": {
"id": "COD",
"name": "Cash On Delivery",
"status": "Active",
"modifiedDate": "2023-01-09T09:12:03Z"
}
},
{
"status": "200",
"contentType": "application/json",
"name": "BigCommerce",
"example": {
"id": "bigcommerce_gift_certificate",
"name": "Gift Certificate",
"status": "Active",
"modifiedDate": "2023-04-11T10:33:48Z"
}
},
{
"status": "200",
"contentType": "application/json",
"name": "Clover",
"example": {
"id": "0DPQ6QP48YYHW",
"name": "TapMango Wallet",
"status": "Active",
"modifiedDate": "2023-01-09T11:01:04Z"
}
},
{
"status": "200",
"contentType": "application/json",
"name": "Lightspeed K Trial",
"example": {
"id": "647208621834260",
"name": "Cash",
"status": "Active",
"modifiedDate": "2023-03-02T09:48:56Z"
}
},
{
"status": "200",
"contentType": "application/json",
"name": "Mollie",
"example": {
"id": "applepay",
"name": "Apple Pay",
"status": "Unknown",
"modifiedDate": "2022-08-09T15:08:19Z"
}
},
{
"status": "200",
"contentType": "application/json",
"name": "Mollie Test",
"example": {
"id": "applepay",
"name": "Apple Pay",
"status": "Unknown",
"modifiedDate": "2022-08-17T11:33:19Z"
}
},
{
"status": "200",
"contentType": "application/json",
"name": "Square",
"example": {
"id": "BANK_ACCOUNT",
"name": "Bank Account",
"status": "Unknown",
"modifiedDate": "2022-08-02T10:27:32Z"
}
},
{
"status": "200",
"contentType": "application/json",
"name": "SumUp",
"example": {
"id": "CASH",
"name": "Cash",
"status": "Active",
"modifiedDate": "2022-09-14T10:58:03Z"
}
}
]
}
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.
Call it yourself
curl for this page
This example
curl "https://apis.io/api/v1/examples/codat-get-commerce-payment-method-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.