ApplePayToken: Difference between revisions
Jump to navigation
Jump to search
Stankovicsa (talk | contribs) (Created page with "= Apple Pay Token structure = == API usage == This structure is used by the following API endpoints: * ApplePay-StartPaymentWithAppleToken == Property list == {{api_in...") |
Stankovicsa (talk | contribs) |
||
Line 8: | Line 8: | ||
{{api_input_table_header}} | {{api_input_table_header}} | ||
|- | |- | ||
| TransactionIdentifier|| string || || | | TransactionIdentifier|| string || || A unique identifier for this payment. | ||
|- | |- | ||
| PaymentData|| [[ApplePayPaymentData|PaymentData]] || || Payment Data | | PaymentData|| [[ApplePayPaymentData|PaymentData]] || || Payment Data | ||
|- | |- | ||
|} | |} |
Revision as of 21:02, 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 | Payment Data |