Hello, I am receiving this error in the UI when I attempt to capture any recurring orders. "Error: 3|2|33|A valid referenced transaction ID is required.||P|0|||64.95|CC|prior_auth_capture||||||||||||||||||||||||||4AEE3052F8BB450E5B24EBE753F9557B|||||||||||||||||||||||||||||||" The account is in sandbox, and live. Also I can capture standard orders without any errors. Does anyone have any insight into this issue? After digging through the code, I believe Authorize.Net is not returning a Transaction ID from the ARBCreateSubscriptionRequest. However standard orders appear to do so, not sure why. We are using NopCommerce Any suggestions would be appreciated. |
โ01-26-2017 10:43 AM
Hello @Ehsan
ARBCreateSubscriptionRequest does not return a transaction id, instead it returns a subscriptionId. If you need to make an initial transaction and then a subscription for follow-on payments, may I suggest the following:
Richard
โ01-26-2017 11:36 AM