Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 6.65 KB

linkapplepaymentdata.md

File metadata and controls

16 lines (11 loc) · 6.65 KB

LinkApplePaymentData

Contains the encrypted payment data.

Refer to Apple's documentation for more information.

Fields

Field Type Required Description Example
version str ✔️ Specifies the encryption used for the payment token ("EC_v1" or "RSA_v1"). EC_v1
data str ✔️ The encrypted, base64-encoded payment data. 3+f4oOTwPa6f1UZ6tG...CE=
signature str ✔️ A base64 encoded signature of the payment and header data. MIAGCSqGSIb3DQ.AAAA==
header components.ApplePayHeader ✔️ Information needed to decrypt Apple Pay payment data.

Refer to Apple's documentation
for more information.