cancel
Showing results for 
Search instead for 
Did you mean: 
JohnSonandrla
Member
since ‎07-09-2022
‎11-16-2022

Your latest statistics

  • 3 Replies
  • 0 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

I have a .NET Framework library provided by a vendor (CyberSource payment processor - https://github.com/CyberSource/cybersource-sdk-dotnet /omegleshagle /voojio ).This API is being referenced by an ASP.NET Core 3.0 application.Everything compiles fi...
I am trying to integrate authorize.net payment gateway in my e-commerce based website. The payment is recurrent, so I am using Authorize.net Automated Recurrent Billing (ARP) API here : http://developer.authorize.net/api/arb/ Now, I would like to kno...
I'm working with Cybersource SOAP toolkit API. I'm getting response as "Required fields missing" for my transaction request . How can I get the names of missing fields from Cybersource reply? I know there is a array of strings named 'missingFiled'. B...
I need to be able to pre-authorize transactions using authOnlyTransaction method for $0 and the API responds with code 290 "There is one or more missing or invalid required fields". I tried changing amount to $0.01 everything works as expected but wi...