cancel
Showing results for 
Search instead for 
Did you mean: 
su_smart
Contributor
since ‎03-28-2016
‎05-23-2016

Your latest statistics

  • 13 Replies
  • 0 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

Hi I am getting notification for Akamai Change,Please help me for code,Where I can find code for Akamai Change. I am using AIM method right now for transaction.Do i need to make change entire code or just posting URL change? Please help.
Hi I am doing payment transaction using AIM,using below code:Dim post_values As New Dictionary(Of String, String)()post_values.Add("x_login", ApiLogin)post_values.Add("x_tran_key", TransactionKey)post_values.Add("x_delim_data", "TRUE")post_values.Add...
Hi I have used AIM for PAYMENT Transaction.I used post url as https://secure.authorize.net/gateway/transact.dll and used API LoginID and Transaction KEY for Authorize.net account. However I came to an error "Bill to CompanyRequired" Then I did some r...
Hi I have implemented AIM for payment,First I created Sandbox account and tested my payment using that,It worked fine,I got this type of message"1|1|1|This transaction has been approved.|P0XQ4S|Y |2256686440|||0.01|CC|auth_capture||Sud|Mandola|||||||...
Hi,I have created sandbox account and tested with my sandbox credential using below code:*********************************************************************Dim ApiLogin As String = System.Configuration.ConfigurationManager.AppSettings("ApiLogin")Di...