Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Convert SOAP SimpleOrder api requests to new REST api #78

Open
beniukdima opened this issue Jul 8, 2022 · 1 comment
Open

Convert SOAP SimpleOrder api requests to new REST api #78

beniukdima opened this issue Jul 8, 2022 · 1 comment

Comments

@beniukdima
Copy link

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" }
};

@danribar
Copy link

dang - no response..... What did you find out?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants