1. Interfaces
Español
  • Español
  • English
  • Home Page
  • Libraries & SDKs (Online Payments)
    • Release notes
    • Mobile
      • Kushki Android
      • Kushki iOS 
      • Kushki iOS ARM Setup
    • Web
      • Kushki.js 🌐
      • kushki.js-hosted-fields
        • kushki.js Hosted Fields
        • Guía de migración a Kushki.js 2.0
        • Antifraud
          • Interfaces
            • SecureInitRequest
            • SecureInitResponse
            • SiftScienceObject
          • Methods
            • requestInitAntiFraud
            • requestSecureInit
            • requestValidate3DS
        • Card
          • CarApplePay interface
            • ICardApplePay Interface
          • Card-Interface
            • ICard Interface
            • ICardSubscriptions Interface
          • Errors
            • Error list
          • Interfaces
            • Amount
            • ApplePayGetTokenOptions Interface
            • ApplePayOptions Interface
            • ApplePayPaymentContact
            • AppleTokenResponse
            • BrandByMerchantResponse Interface
            • CardFieldValues
            • CardInfo
            • CardOptions
            • CardTokenResponse
            • DeferredByBinOptionsResponse
            • DeferredInputValues
            • DeferredValuesResponse
            • DeviceTokenRequest
            • Field
            • FieldInstance
            • Fields
            • FieldValidity
            • FormValidity
            • MasterCardBrandingRequest
            • SecureDeviceTokenOptions
            • Styles
            • TokenResponse
            • VisaBrandingRequest
          • Methods
            • initApplePayButton
            • initCardToken
            • initSecureDeviceToken
            • requestBrandsByMerchant method
            • requestDeviceToken method
            • requestInitCardBrandingAnimation
          • Types
            • CssProperties
            • Currency
            • FieldTypeEnum
        • Card Payouts
          • Card Payouts Interface
            • ICardPayouts
          • Enumerations
            • Enumeration `InputModelEnum`
          • Errors
            • Errors
          • Interfaces
            • CardPayoutOptions
            • CardPayoutSubscriptionTokenResponse
            • CardPayoutUniqueTokenResponse
            • Field
            • Fields
            • FieldValidity
            • Interface FormValidity
            • Interface `Styles`
          • Methods
            • initCardPayoutToken
          • Type Aliases
            • CardPayoutTokenResponse
            • InputTypeEnum
          • Types
            • CssProperties
        • Kushki
          • Methods
            • init function
            • requestBankList function
            • requestCommissionConfiguration function
          • Classes
            • KushkiError
          • Interfaces
            • CommissionConfigurationRequest
            • IKushki
            • KushkiOptions
Bienvenida
Perú 🇵🇪México 🇲🇽Ecuador 🇪🇨Colombia 🇨🇴Chile 🇨🇱
Bienvenida
Perú 🇵🇪México 🇲🇽Ecuador 🇪🇨Colombia 🇨🇴Chile 🇨🇱
  1. Interfaces

ApplePayPaymentContact

ApplePayPaymentContact Interface#

Represents the shipping or billing contact data of the user configured in their Apple Wallet.
This information is provided when the Apple Pay transaction includes billing or shipping contact details.
WARNING
Watch Out!
The Apple Pay functionality is currently in a testing phase. It is only available for merchants in Chile 🇨🇱 and Peru 🇵🇪, and supports Visa and Mastercard cards.
Please note that this functionality is subject to change without prior notice.

Hierarchy#

ApplePayPaymentContact

Properties#

PropertyTypeDescription
phoneNumberstringUser’s phone number associated with the Apple Pay contact.
emailAddressstringUser’s email address.
givenNamestringUser’s first name.
familyNamestringUser’s last name.
phoneticGivenNamestringUser’s first name in phonetic representation.
phoneticFamilyNamestringUser’s last name in phonetic representation.
subLocalitystringSub-locality within the city (e.g., neighborhood or district).
localitystringCity or locality name.
postalCodestringPostal or ZIP code.
subAdministrativeAreastringSub-administrative region (e.g., county or district).
administrativeAreastringState, province, or region.
countrystringCountry name.
countryCodestringISO 3166-1 alpha-2 country code.
addressLinesstring[]Array of address lines (street name, building number, etc.).

phoneNumber#

Type: string
Description: User’s phone number associated with the Apple Pay billing or shipping contact.

emailAddress#

Type: string
Description: User’s email address registered in Apple Wallet.
Defined in: types/apple_pay_get_token_events.d.ts:20

givenName#

Type: string
Description: User’s first name.

familyName#

Type: string
Description: User’s last name or family name.

phoneticGivenName#

Type: string
Description: Phonetic representation of the user’s first name (used for pronunciation support).

phoneticFamilyName#

Type: string
Description: Phonetic representation of the user’s last name.

subLocality#

Type: string
Description: Sub-locality within a city, such as a neighborhood or district.

locality: string#

Type: string
Description: City or locality name.
Defined in: types/apple_pay_get_token_events.d.ts:26

postalCode#

Type: string
Description: Postal or ZIP code of the user’s address.

subAdministrativeArea#

Type: string
Description: Sub-administrative region, such as a county or district.

administrativeArea#

Type: string
Description: State, province, or region of the address.

country#

Type: string
Description: Full name of the country.

countryCode#

Type: string
Description: ISO 3166-1 alpha-2 country code (e.g., "US", "EC", "MX").

addressLines#

Type: string[]
Description: Address lines containing details like street name, number, and other descriptive address data.

Example#

Modified at 2026-04-16 14:14:30
Previous
ApplePayOptions Interface
Next
AppleTokenResponse
Built with