Airwallex logo
Airwallex logoAirwallex logo

Data types

Copy for LLMView as Markdown

This section describes the data types and formats used consistently in the API.

Data types

  • Dates: Dates (without time/timezone information) in ISO 8601 YYYY-MM-DD format. Sample use cases: conversion_date, payment_date
  • Timestamps: Date and time with timezone information in ISO 8601 YYYY-MM-DDTHH:mm:ssZ format. Sample use cases: created_at, last_updated_at
  • Country Codes: Country codes are represented as two-letter ISO 3166-1 alpha-2 codes.
  • Currency Codes: Three-letter ISO 4217 currency code.
  • Currency Amounts: Currency amounts specified in major units as defined by ISO 4217 . For example, $9.99 is represented as 9.99.
Example values
Date2017-03-26
Timestamp2017-03-26T16:30:00Z
Country CodeAU
Currency CodeAUD
Currency Amount9.99
Was this page helpful?