Airwallex · Schema

PaymentIntent

An Airwallex payment intent representing a payment session for collecting customer payment.

Cross-Border PaymentsFintechForeign ExchangePaymentsGlobalEmbedded FinanceMulti-Currency

Properties

Name Type Description
id string Unique payment intent identifier.
amount number Payment amount in the specified currency.
currency string ISO 4217 currency code.
merchant_order_id string Merchant's own order identifier.
status string Current payment intent status.
client_secret string Client secret for frontend SDK initialization.
captured_amount number Amount captured so far.
customer_id string Airwallex customer ID.
payment_method_options object Payment method configuration options.
descriptor string Statement descriptor shown on customer bank statement.
metadata object Arbitrary key-value metadata for the payment intent.
created_at string Timestamp when the payment intent was created.
updated_at string Timestamp of last update.
View JSON Schema on GitHub

JSON Schema

airwallex-payment-intent-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/airwallex/refs/heads/main/json-schema/airwallex-payment-intent-schema.json",
  "title": "PaymentIntent",
  "description": "An Airwallex payment intent representing a payment session for collecting customer payment.",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "description": "Unique payment intent identifier.",
      "example": "int_abc123def456"
    },
    "amount": {
      "type": "number",
      "description": "Payment amount in the specified currency.",
      "example": 100.00
    },
    "currency": {
      "type": "string",
      "description": "ISO 4217 currency code.",
      "example": "USD"
    },
    "merchant_order_id": {
      "type": "string",
      "description": "Merchant's own order identifier.",
      "example": "order-20260419-001"
    },
    "status": {
      "type": "string",
      "enum": ["CREATED", "REQUIRES_PAYMENT_METHOD", "REQUIRES_CUSTOMER_ACTION", "REQUIRES_CAPTURE", "SUCCEEDED", "CANCELLED", "EXPIRED"],
      "description": "Current payment intent status.",
      "example": "SUCCEEDED"
    },
    "client_secret": {
      "type": "string",
      "description": "Client secret for frontend SDK initialization.",
      "example": "cs_abc123"
    },
    "captured_amount": {
      "type": "number",
      "description": "Amount captured so far.",
      "example": 100.00
    },
    "customer_id": {
      "type": "string",
      "description": "Airwallex customer ID.",
      "example": "cus_abc123"
    },
    "payment_method_options": {
      "type": "object",
      "description": "Payment method configuration options."
    },
    "descriptor": {
      "type": "string",
      "description": "Statement descriptor shown on customer bank statement.",
      "example": "ACME Corp"
    },
    "metadata": {
      "type": "object",
      "description": "Arbitrary key-value metadata for the payment intent."
    },
    "created_at": {
      "type": "string",
      "format": "date-time",
      "description": "Timestamp when the payment intent was created.",
      "example": "2026-04-19T10:30:00Z"
    },
    "updated_at": {
      "type": "string",
      "format": "date-time",
      "description": "Timestamp of last update.",
      "example": "2026-04-19T10:31:00Z"
    }
  },
  "required": ["id", "amount", "currency", "status"]
}

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.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/airwallex-payment-intent"
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.