ApplePayToken: Difference between revisions

From Barion Documentation
Jump to navigation Jump to search
(Created page with "= Apple Pay Token structure = == API usage == This structure is used by the following API endpoints: * ApplePay-StartPaymentWithAppleToken == Property list == {{api_in...")
 
 
(One intermediate revision by the same user not shown)
Line 8: Line 8:
{{api_input_table_header}}
{{api_input_table_header}}
|-
|-
| TransactionIdentifier|| string || || The identifier of the transaction
| TransactionIdentifier|| string || || A unique identifier for this payment.
|-
|-
| PaymentData|| [[ApplePayPaymentData|PaymentData]] || || Payment Data
| PaymentData|| [[ApplePayPaymentData|PaymentData]] || || An object containing the encrypted payment data.
|-
|-
|}
|}

Latest revision as of 21:03, 1 December 2021

Apple Pay Token structure

API usage

This structure is used by the following API endpoints:

Property list

Property name Property type Limitations and constraints Description
TransactionIdentifier string A unique identifier for this payment.
PaymentData PaymentData An object containing the encrypted payment data.