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) |
||
(One intermediate revision by the same user not shown) | |||
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]] || || | | 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. |