Stripe · Example Payload

Stripe Create Customer Example

CommerceFinancial-ServicesFintechPaymentsT1

Stripe Create Customer Example is an example object payload from Stripe, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

requestresponse

Example Payload

Raw ↑
{
  "request": {
    "method": "POST",
    "url": "https://api.stripe.com/v1/customers",
    "headers": {
      "Authorization": "Bearer sk_test_...",
      "Content-Type": "application/x-www-form-urlencoded"
    },
    "body": {
      "email": "jane.doe@example.com",
      "name": "Jane Doe",
      "phone": "+15555551234",
      "description": "Premium SaaS subscriber",
      "metadata[user_id]": "usr_789xyz"
    }
  },
  "response": {
    "status": 200,
    "body": {
      "id": "cus_NffrFeUfNV2Hib",
      "object": "customer",
      "email": "jane.doe@example.com",
      "name": "Jane Doe",
      "phone": "+15555551234",
      "description": "Premium SaaS subscriber",
      "balance": 0,
      "currency": "usd",
      "delinquent": false,
      "default_source": null,
      "metadata": {
        "user_id": "usr_789xyz"
      },
      "created": 1694184073,
      "livemode": false
    }
  }
}

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/stripe-create-customer-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 email required.

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