You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
we are trying to upgrade from SOAP SimpleOrder api requests to new REST api and can not find appropriate api for the following old SOAP request:
"ccAuthService_run", "recurringSubscriptionInfo_subscriptionID", "ccCaptureService_run" request. What new REST api call or calls should we use instead?
Request parameters used in SOAP service reference NVPTransactionProcessorClient.RunTransaction method:
we are trying to upgrade from SOAP SimpleOrder api requests to new REST api and can not find appropriate api for the following old SOAP request:
"ccAuthService_run", "recurringSubscriptionInfo_subscriptionID", "ccCaptureService_run" request. What new REST api call or calls should we use instead?
Request parameters used in SOAP service reference NVPTransactionProcessorClient.RunTransaction method:
var requestParameters = new Dictionary<string, string>
{
{"ccAuthService_run", "true"},
{"merchantID", MerchantId},
{"merchantReferenceCode", order.Id},
{"purchaseTotals_grandTotalAmount", amount},
{"purchaseTotals_currency", order.Price.Currency.Code},
{"recurringSubscriptionInfo_subscriptionID", subscriptionId},
{"ccCaptureService_run", "true" }
};
The text was updated successfully, but these errors were encountered: