Skip to content

Convert SOAP SimpleOrder api requests to new REST api  #78

@beniukdima

Description

@beniukdima

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions