Does anyone know if there are Delphi components/library for interacting with the Digital River API? Thanks

Comments

  1. Why you need a specialized component for access this API? you can handle directly this API using the Delphi REST Client Library.

    ReplyDelete
  2. We need to do this in XE and have written teh interface using a WSDL import - but we are having an issue on one part and are having a nightmare tracking it down.

    ReplyDelete
  3. The issue is strange. If I process an payment that doesn't require Secure3D then then initiatePayment call doesn't have an issue, However if a secure3D call has been made and then the initiatepayment is called  there is an EExternalException (C000001D). Thsi is teh very same code that is called in the non secure3d process. This is on the call it is not a response from Digital River, more the processing of the interface mapping.

    ReplyDelete

Post a Comment