Flutterwave · Example Payload

Flutterwave Create Customer Example

PaymentsPayoutsMobile MoneyCardsAfricaFintechRemittanceVirtual AccountsChargebacksMulti-Currency

Flutterwave Create Customer Example is an example object payload from Flutterwave, 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.flutterwave.cloud/f4b/production/customers",
    "headers": {
      "Authorization": "Bearer eyJhbGciOiJSUzI1NiIs...",
      "Content-Type": "application/json",
      "X-Idempotency-Key": "0c0d3a7e-9b88-4c4d-9b3e-7b4c5e6a1d23"
    },
    "body": {
      "email": "ada.lovelace@example.com",
      "name": {
        "first": "Ada",
        "last": "Lovelace"
      },
      "phone": {
        "country_code": "234",
        "number": "8012345678"
      },
      "address": {
        "city": "Lagos",
        "country": "NG",
        "line1": "12 Marina Road"
      }
    }
  },
  "response": {
    "status": 201,
    "body": {
      "status": "success",
      "data": {
        "id": "cus_4fa9c2b5-1a82-4b6e-9c5b-2c1f7d8e9a01",
        "email": "ada.lovelace@example.com",
        "name": { "first": "Ada", "last": "Lovelace" },
        "phone": { "country_code": "234", "number": "8012345678" },
        "address": { "city": "Lagos", "country": "NG", "line1": "12 Marina Road" },
        "created_datetime": "2026-05-24T15:32:01.402Z"
      }
    }
  }
}

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/flutterwave-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 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.