Adyen · Example Payload

Checkout Billing Address Example

PaymentsFinancial ServicesFintech

Checkout Billing Address Example is an example object payload from Adyen, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

citycountryhouseNumberOrNamepostalCodestateOrProvincestreet

Example Payload

Raw ↑
{
  "city": "example_value",
  "country": "US",
  "houseNumberOrName": "Example Name",
  "postalCode": "CODE123",
  "stateOrProvince": "example_value",
  "street": "example_value"
}