ApplePayToken: Difference between revisions

From Barion Documentation
Jump to navigation Jump to search
 
Line 10: Line 10:
| TransactionIdentifier|| string || || A unique identifier for this payment.
| 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.