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.
ApplePayGetTokenOptions| Property | Type | Description |
|---|---|---|
amount | number | Transaction amount. |
countryCode | "BR" | "CL" | "CO" | "CR" | "EC" | "SV" | "GT" | "HN" | "MX" | "NI" | "PA" | "PE" | Merchant’s country code. |
currencyCode | "USD" | "COP" | "CLP" | "UF" | "PEN" | "MXN" | "BRL" | "CRC" | "GTQ" | "HNL" | "NIO" | Currency code used for the transaction. |
displayName | string | The merchant name displayed in the Apple Pay sheet. |
optionalApplePayFields (optional) | { [k: string]: any } | Additional Apple Pay configuration fields following Apple’s specification. |
number "BR" | "CL" | "CO" | "CR" | "EC" | "SV" | "GT" | "HN" | "MX" | "NI" | "PA" | "PE" "USD" | "COP" | "CLP" | "UF" | "PEN" | "MXN" | "BRL" | "CRC" | "GTQ" | "HNL" | "NIO"stringoptionalApplePayFields?: {
[k: string]: any;
}