ApplePayHeader: Difference between revisions
Jump to navigation
Jump to search
Stankovicsa (talk | contribs) (Created page with "= Apple Pay Header structure = == API usage == This structure is used by the following API endpoints: * ApplePay-StartPaymentWithAppleToken ** Token...") |
Stankovicsa (talk | contribs) |
||
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 || || | | 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. |