Adyen · Example Payload

Terminal Mobile Data Example

PaymentsFinancial ServicesFintech

Terminal Mobile Data 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

MobileCountryCodeMobileNetworkCodeMaskedMSISDNGeolocationProtectedMobileDataSensitiveMobileData

Example Payload

Raw ↑
{
  "MobileCountryCode": 3,
  "MobileNetworkCode": 2,
  "MaskedMSISDN": 50,
  "Geolocation": "example_value",
  "ProtectedMobileData": "example_value",
  "SensitiveMobileData": "example_value"
}