Using the API documentation found here:
https://developer.cybersource.com/api-reference-assets/index.html#payments_payments_process-a-payment_samplerequests-dropdown_authorization-with-capturesale_cs
It shows that you can setup recurring billing using the “recurringPaymentInformation” request object. This does not seem to be available via the SDK. I have gone through the entire github sample repo and decompiled the SDK in Visual Studio. Is there a way to send a recurring payment request via the API using the .NET SDK?
Using the API documentation found here:
https://developer.cybersource.com/api-reference-assets/index.html#payments_payments_process-a-payment_samplerequests-dropdown_authorization-with-capturesale_cs
It shows that you can setup recurring billing using the “recurringPaymentInformation” request object. This does not seem to be available via the SDK. I have gone through the entire github sample repo and decompiled the SDK in Visual Studio. Is there a way to send a recurring payment request via the API using the .NET SDK?