ApplePayHeader: Difference between revisions

From Barion Documentation
Jump to navigation Jump to search
(Created page with "= Apple Pay Header structure = == API usage == This structure is used by the following API endpoints: * ApplePay-StartPaymentWithAppleToken ** Token...")
 
 
Line 10: Line 10:
{{api_input_table_header}}
{{api_input_table_header}}
|-
|-
| EphemeralPublicKey|| string || ||  
| EphemeralPublicKey|| string || || Ephemeral public key bytes, X.509 encoded , Base64 encoded as a string
|-
|-
| PublicKeyHash|| string || ||  
| PublicKeyHash|| string || || Hash of the X.509 encoded public key bytes of the merchant’s certificate.
|-
|-
| TransactionId|| string || || Payment header
| TransactionId|| string || || Transaction identifier, generated on the device.
|-
|-
|}
|}

Latest revision as of 21:01, 1 December 2021

Apple Pay Header structure

API usage

This structure is used by the following API endpoints:

Property list

Property name Property type Limitations and constraints Description
EphemeralPublicKey string Ephemeral public key bytes, X.509 encoded , Base64 encoded as a string
PublicKeyHash string Hash of the X.509 encoded public key bytes of the merchant’s certificate.
TransactionId string Transaction identifier, generated on the device.