ApplePayPaymentData: Difference between revisions

From Barion Documentation
Jump to navigation Jump to search
(Created page with "= Apple Pay Payment Data structure = == API usage == This structure is used by the following API endpoints: * ApplePay-StartPaymentWithAppleToken ** ApplePayToken | To...")
 
 
(One intermediate revision by the same user not shown)
Line 9: Line 9:
{{api_input_table_header}}
{{api_input_table_header}}
|-
|-
| TransactionIdentifier|| string || || The identifier of the transaction
| Data|| string || || Encrypted payment data.
|-
|-
| PaymentData|| [[ApplePayPaymentData|PaymentData]] || || Payment Data
| Signature|| string || || Signature of the payment and header data. The signature includes the signing certificate, its intermediate CA certificate, and information about the signing algorithm.
|-
| Header|| [[ApplePayHeader|ApplePayHeader]] || || Payment header
|-
|-
|}
|}

Latest revision as of 21:03, 1 December 2021

Apple Pay Payment Data structure

API usage

This structure is used by the following API endpoints:

Property list

Property name Property type Limitations and constraints Description
Data string Encrypted payment data.
Signature string Signature of the payment and header data. The signature includes the signing certificate, its intermediate CA certificate, and information about the signing algorithm.
Header ApplePayHeader Payment header