@paypal/paypal-js
Preparing search index...
components/applepay-payments
ApplePayPaymentToken
Type Alias ApplePayPaymentToken
Apple Pay payment token received from Apple Pay SDK.
type
ApplePayPaymentToken
=
{
paymentData
:
{
data
?:
string
;
header
?:
{
ephemeralPublicKey
?:
string
;
publicKeyHash
?:
string
;
transactionId
?:
string
;
}
;
signature
?:
string
;
version
?:
string
;
}
;
paymentMethod
:
{
displayName
?:
string
;
network
?:
string
;
type
?:
string
}
;
transactionIdentifier
:
string
;
}
Index
Properties
payment
Data
payment
Method
transaction
Identifier
Properties
payment
Data
paymentData
:
{
data
?:
string
;
header
?:
{
ephemeralPublicKey
?:
string
;
publicKeyHash
?:
string
;
transactionId
?:
string
;
}
;
signature
?:
string
;
version
?:
string
;
}
payment
Method
paymentMethod
:
{
displayName
?:
string
;
network
?:
string
;
type
?:
string
}
transaction
Identifier
transactionIdentifier
:
string
Settings
Theme
OS
Light
Dark
On This Page
Properties
payment
Data
payment
Method
transaction
Identifier
@paypal/paypal-js
Loading...
Apple Pay payment token received from Apple Pay SDK.