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...")
 
Line 9: Line 9:
{{api_input_table_header}}
{{api_input_table_header}}
|-
|-
| TransactionIdentifier|| string || || The identifier of the transaction
| Data|| string || || The payment data itself
|-
|-
| PaymentData|| [[ApplePayPaymentData|PaymentData]] || || Payment Data
| Signature|| string || || Signature of the payment data
|-
| Header|| [[ApplePayHeader|ApplePayHeader]] || || Payment header
|-
|-
|}
|}

Revision as of 13:39, 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 The payment data itself
Signature string Signature of the payment data
Header ApplePayHeader Payment header