SubscriptionMigrateResponse
A response that contains signed renewal and transaction information after a subscription successfully migrates to the Advanced Commerce API.
Declaration
object SubscriptionMigrateResponseProperties
| Name | Type | Description |
|---|---|---|
signedRenewalInfo Required | JWSRenewalInfo | Subscription renewal information signed by the App Store, in JSON Web Signature (JWS) format, for the migrated subscription. |
signedTransactionInfo Required | JWSTransaction | Transaction information signed by the App Store, in JSON Web Signature (JWS) Compact Serialization format, for the migrated subscription. |
Discussion
This is the response body for the Migrate a Subscription to Advanced Commerce API endpoint.