Skip to main content

Countries

Country reference data plus geolocation of the current caller.

type Countries {
supportedCountries: [Country!]!
currentCountry: Country
currentCountryCode: String
isSupported: Boolean!
}

Fields

Countries.supportedCountries ● [Country!]! non-null object

Countries supported by MONEI for merchant onboarding.

Countries.currentCountry ● Country object

Country detected from the caller's IP.

Countries.currentCountryCode ● String scalar

ISO 3166-1 alpha-2 code detected from the caller's IP.

Countries.isSupported ● Boolean! non-null scalar

Whether currentCountry is in supportedCountries.

Returned By

countries query