SumUp · Schema

Longitude

Longitude value from the coordinates of the payment location (as received from the payment terminal reader).

PaymentsPOSPoint of SaleCard ReadersCheckoutFintechMobile PaymentsOnline Payments
View JSON Schema on GitHub

JSON Schema

lon.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "Longitude",
  "description": "Longitude value from the coordinates of the payment location (as received from the payment terminal reader).",
  "type": "number",
  "format": "float",
  "maximum": 180,
  "minimum": 0
}