Paidy · Example Payload

Create Payment

Monthly subscription payment

Buy Now Pay LaterBNPLPaymentsJapanCheckoutDeferred PaymentsRecurring PaymentsTokens

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

Top-level fields

token_idamountcurrencydescriptionstore_namebuyer_dataordershipping_address

Example Payload

Raw ↑
{
  "token_id": "tok_example123456",
  "amount": 5000,
  "currency": "JPY",
  "description": "Monthly subscription payment",
  "store_name": "My Store",
  "buyer_data": {
    "user_id": "usr_12345",
    "ltv": 50000,
    "order_count": 10,
    "last_order_amount": 3000,
    "last_order_at": 30,
    "billing_address": {
      "line1": "Shibuya 1-1",
      "city": "Tokyo",
      "state": "Tokyo",
      "zip": "150-0001"
    }
  },
  "order": {
    "items": [
      {
        "quantity": 1,
        "id": "prod_001",
        "title": "Subscription Plan A",
        "description": "Monthly subscription",
        "unit_price": 5000
      }
    ],
    "tax": 500,
    "shipping": 0,
    "order_ref": "order_20260613_001"
  },
  "shipping_address": {
    "line1": "Shibuya 1-1",
    "city": "Tokyo",
    "state": "Tokyo",
    "zip": "150-0001"
  }
}

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/create-payment"
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.