- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Customer profile creation failed. This transaction ID is invalid.E00099
I am trying to create a customer profile from the transaction id but this error pops out the first time when I call the API, but same API create a customer profile if I call the API from postman with the same transaction id, here code for reference.
ApiOperationBase<ANetApiRequest, ANetApiResponse>.MerchantAuthentication = new merchantAuthenticationType() { name = ApiLoginID, ItemElementName = ItemChoiceType.transactionKey, Item = ApiTransactionKey }; var requestPro = new createCustomerProfileFromTransactionRequest { transId = subscription.TransactionId }; var controllerPro = new createCustomerProfileFromTransactionController(requestPro); controllerPro.Execute(); createCustomerProfileResponse profileResponse = controllerPro.GetApiResponse();
โ02-13-2024 10:02 PM