authorize.net

Authorize.net ARB API Integration Question

廉价感情. 提交于 2019-12-24 09:48:56
问题 I'm integrating with Authorize.net's ARB API. Authorize.net processes their transactions at a certain time everyday, so when people create a subscription, their transaction is not real time. I am creating a subscription based model, does their API tell me whether their CC has been processed? Or should I put a delay on the access to my site until they have processed all the ARB transactions that day. Thanks in advance! 回答1: You should be charging their first subscription payment via the AIM

Testing Silent Post with Authorize.net

寵の児 提交于 2019-12-21 17:06:09
问题 I currently have an application making use of Authorize.net's ARB API. I have everything working how I believe it should, but I would really like to receive a silent post back from the authorize.net test server (test.authorize.net) which is where my account is created. I have test mode turned off, and the transaction does not have debug on. With this, I have already written a page where I can simulate the post, but I have yet to see one. Do these take place when a subscription is created, or

Authorize.net Payment integration [closed]

社会主义新天地 提交于 2019-12-21 04:27:48
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 7 years ago . I'm looking to do Authorize.net payment integration with a website using PHP. My questions are: 1) Where I can find a tutorial, development guide, and/or code samples for doing this with PHP. 2) Is it possible to obtain a test account to do the integration like Paypal's sandbox, or does one need to have a live

How to setup Partial Authentication using Authorize API

我的梦境 提交于 2019-12-20 07:13:12
问题 Okay I am setting up Partial Payments via the Authorize.net API in order to enable multiple cards to be used to cover a single balance/charge. I'm assuming thier Partial Auth feature covers my use case, but in testing, there is an issue I can show you using the API live console here: https://developer.authorize.net/api/reference/index.html#payment-transactions-charge-a-credit-card Go to the link above and authorize partial payments with the request I edited below and you will notice when you

Register device using test account on authorize.net iphone SDK?

三世轮回 提交于 2019-12-20 06:12:37
问题 Can someone provide me a code snippet to register my device using authorize.net test account. I am using aim sdk for iphone. 回答1: From Authorize.Net support: If they are referring to the actual app please be advised that currently the app will not work for test accounts but if they are talking about the SDK, they will need to register the phone first by using “MobileDeviceRegistrationRequest” the first time they use a new phone. The phone will show up for approval in their Settings page when

iPhone Authorize.Net SDK integration

我们两清 提交于 2019-12-20 02:47:15
问题 I am trying to integrate iPhone SDK into my project. (AIM) I have some dificulties and I can't make it work. I have followed the guide https://developer.authorize.net/integration/fifteenminutes/ios AuthNet *an = [AuthNet getInstance]; [an setDelegate:self]; [an mobileDeviceLoginRequest: mobileDeviceLoginRequest]; In the code above, an remains null because the class AuthNet doesnt instantiate while calling getInstance() . In the README file, it says that I have to call [AuthNet

How to enable TLS 1.2 for API call in ASP.NET 2.0 application?

左心房为你撑大大i 提交于 2019-12-18 20:11:49
问题 Our ASP.NET 2.0 website processes credit card transactions via calls to Authorize.Net's API. Authorize has informed us that on a date certain, to be announced, our client must utilize TLS 1.2 protocol for API calls. Microsoft seemed to indicate that a solution is available in this 10-22-16 KB article: https://support.microsoft.com/en-us/help/3154517/support-for-tls-system-default-versions-included-in-the-.net-framework-2.0-sp2-on-windows-vista-sp2-and-server-2008-sp2 ...we have added the

(13) The merchant login ID or password is invalid or the account is inactive

☆樱花仙子☆ 提交于 2019-12-18 07:21:22
问题 I want to implement Authorize .net payment gateway in my website using asp.net. I am a beginner in this. Can someone give me a sample code from where I can be redirected to the Authorize.net page to complete payment process. I have created a sandbox account. Redirection URL - https://test.authorize.net/gateway/transact.dll but I get an error (13) The merchant login ID or password is invalid or the account is inactive. My account is active and in test mode. My Code: protected void Button_pay

Where to put API Login ID and Transaction Key in Authorize.Net iOS SDK?

|▌冷眼眸甩不掉的悲伤 提交于 2019-12-14 00:13:42
问题 Authorize.Net provides payment integration. My Question : Where to put API Login ID and Transaction Key in Authorize.Net iOS SDK? I have already included registration and login request code. It is working fine in test account with test username and password . Following is code for registration of device. MobileDeviceRegistrationRequest *mobileDeviceRegistrationRequest = [MobileDeviceRegistrationRequest mobileDeviceRegistrationRequest]; mobileDeviceRegistrationRequest.mobileDevice

Performing Transaction based on previous Transactions in Authorize.NET CIM

a 夏天 提交于 2019-12-13 21:08:45
问题 I am new to Authorize.NET. Is reference transaction possible in authorize.net. For example: User A comes and enters the Credit Card details for first time, he does the payment. Now for the second time onwards when he does the payment the details of the previous transaction has to be used (i.e. he will not be entering the details again, the first payment details has to be used by default) and payment has to be done. Is there any such option available in Authorize.NET CIM service. I am using