ApplePayPaymentData: Difference between revisions
Jump to navigation
Jump to search
Stankovicsa (talk | contribs) |
Stankovicsa (talk | contribs) |
||
Line 9: | Line 9: | ||
{{api_input_table_header}} | {{api_input_table_header}} | ||
|- | |- | ||
| Data|| string || || | | Data|| string || || Encrypted payment data. | ||
|- | |- | ||
| Signature|| string || || Signature of the payment data | | Signature|| string || || Signature of the payment and header data. The signature includes the signing certificate, its intermediate CA certificate, and information about the signing algorithm. | ||
|- | |- | ||
| Header|| [[ApplePayHeader|ApplePayHeader]] || || Payment header | | Header|| [[ApplePayHeader|ApplePayHeader]] || || Payment header | ||
|- | |- | ||
|} | |} |
Latest revision as of 21:03, 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 | Encrypted payment data. | |
Signature | string | Signature of the payment and header data. The signature includes the signing certificate, its intermediate CA certificate, and information about the signing algorithm. | |
Header | ApplePayHeader | Payment header |