Contents

TransactionIdNotFoundError

An error that indicates a transaction identifier wasn’t found.

Declaration

object TransactionIdNotFoundError

Properties

NameTypeDescription
errorCodeint64

errorMessagestring

Mentioned in

Discussion

Don’t unlock the service or content associated with the transaction ID for the app bundle ID and environment that you indicate in the request unless you successfully resolve this error. To resolve this error, check your request to ensure that:

  • The JSON Web Token (JWT) payload contains the bundle ID (bid) of your app that’s associated with the transaction ID. For more information, see Generating JSON Web Tokens for API requests.

  • You’re making the request in the same environment, production or sandbox, that generated the transaction ID.

In rare cases, you might get this error for transaction IDs that previously returned data successfully. Don’t unlock the service or content for the app bundle ID and environment in the request if you’re unable to resolve this error using the steps above.

See Also

Errors