ApplePayPaymentData: Difference between revisions
Jump to navigation
Jump to search
Stankovicsa (talk | contribs) (Created page with "= Apple Pay Payment Data structure = == API usage == This structure is used by the following API endpoints: * ApplePay-StartPaymentWithAppleToken ** ApplePayToken | To...") |
Stankovicsa (talk | contribs) |
||
Line 9: | Line 9: | ||
{{api_input_table_header}} | {{api_input_table_header}} | ||
|- | |- | ||
| | | Data|| string || || The payment data itself | ||
|- | |- | ||
| | | Signature|| string || || Signature of the payment data | ||
|- | |||
| Header|| [[ApplePayHeader|ApplePayHeader]] || || Payment header | |||
|- | |- | ||
|} | |} |
Revision as of 13:39, 1 December 2021
Apple Pay Payment Data structure
API usage
This structure is used by the following API endpoints:
Property list
Property name | Property type | Limitations and constraints | Description |
---|---|---|---|
Data | string | The payment data itself | |
Signature | string | Signature of the payment data | |
Header | ApplePayHeader | Payment header |