AppleTokenResponse#
Represents the response returned after a successful Apple Pay tokenization request.
It contains the card token required for payment processing, and optionally, the billing and shipping contact data if available from the Apple Wallet.Important
This method requires that initApplePayButton has been successfully initialized and uses a valid ICardApplePay instance.
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.
Hierarchy#
Properties#
token#
Type: string
Description:
Unique card token generated by Kushki’s API, ready to be used in the payment process.
This token can be passed directly to Kushki’s charge endpoint to complete a transaction.
Type: ApplePayPaymentContact
Description:
The billing contact information of the user as configured in their Apple Wallet.
Includes fields such as emailAddress, postalCode, countryCode, and others.
Type: ApplePayPaymentContact
Description:
The shipping contact information of the user as configured in their Apple Wallet.
Includes fields such as addressLines, locality, postalCode, and country.
Example#
This object illustrates a response containing a valid token, along with optional billingContact and shippingContact details from Apple Wallet.