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
Currently If user want to generate subscription id from the token created against given credit card, he/she require two separate calls. First call is PaymentsApi.createPayment(paymentRequest) which return Id. Second call is TransactionDetailsApi.getTransaction(Id) which return subscriptionId to be used for Auth call later.
But in case of Soap api, it is happening in a single call of paySubscriptionCreateService(). Can you please fix it and make it single java rest api call.
The text was updated successfully, but these errors were encountered:
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:
Currently If user want to generate subscription id from the token created against given credit card, he/she require two separate calls. First call is PaymentsApi.createPayment(paymentRequest) which return Id. Second call is TransactionDetailsApi.getTransaction(Id) which return subscriptionId to be used for Auth call later.
But in case of Soap api, it is happening in a single call of paySubscriptionCreateService(). Can you please fix it and make it single java rest api call.
The text was updated successfully, but these errors were encountered: