ApplePayToken: Difference between revisions
Jump to navigation
Jump to search
Stankovicsa (talk | contribs) |
Stankovicsa (talk | contribs) |
||
Line 10: | Line 10: | ||
| TransactionIdentifier|| string || || A unique identifier for this payment. | | 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. |