Contents

SubscriptionMigrateResponse

A response that contains signed renewal and transaction information after a subscription successfully migrates to the Advanced Commerce API.

Declaration

object SubscriptionMigrateResponse

Properties

NameTypeDescription
signedRenewalInfo RequiredJWSRenewalInfo

Subscription renewal information signed by the App Store, in JSON Web Signature (JWS) format, for the migrated subscription.

signedTransactionInfo RequiredJWSTransaction

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.

See Also

Migration from the server