AppTransactionInfoResponse
A response that contains signed app transaction information for a customer.
Declaration
object AppTransactionInfoResponseProperties
| Name | Type | Description |
|---|---|---|
signedAppTransactionInfo | JWSAppTransaction | A customer’s app transaction information, signed by Apple, in JSON Web Signature (JWS) format. |
Mentioned in
Discussion
This response contains information that you request by calling the Get App Transaction Info endpoint. For information on decoding and reading the app transaction, see JWSAppTransaction and JWSAppTransactionDecodedPayload.