Integration and Testing

Authorize.Net API questions and help with your payment integration.

cancel
Showing results for 
Search instead for 
Did you mean: 

From this board

Anurag
Moderator

Recorded Developer Webinars Pinned

Please find the links of our recorded developer Webinars Simplify PCI Compliance with Authorize.Net Accept Learn about Authorize.Net API Integration with OAuth 2.0 Creating Automated Workflows Using Authorize.Net Webhooks Thanks Anurag

Anurag
Moderator

API / Features documentation Pinned

Use the features you want to build the payment solution you need. You'll be up and running in minutes. Features : https://developer.authorize.net/api/ SDKS : https://github.com/AuthorizeNet API reference : https://developer.authorize.net/api/referenc...

Anurag
Moderator

Use Try It Tab for testing APIs on sandbox Pinned

You can test APIs from our Try it Tab in API reference on sandbox without signup https://developer.authorize.net/api/reference/index.html#payment-transactions-charge-a-credit-card Click on the Try it tab and click send .

RichardH
Administrator

Use Testing Guide for Specific Transaction Responses Pinned

Using the Testing Guide, developers can trigger specific transaction responses in the sandbox including approvals, declines, errors, as well as AVS and Card Code responses. If you have questions or comments, please use this thread.

AIM x_type issue when capture_only Solved

Maybe this is a dumb question but I really don't know what is the issue with this. I'm trying to capture a previuosly auth_only transaction with the respective auth_code, but in the response I'm always getting that the transaction is auth_capture, no...

Splitting paymetns into 2 bank accounts

I am looking for software that can take payment for a list of products from my website and send the money to 2 different bank accounts for different products. Example would be a customer places an order for products A, B, C, and D. I want the credit ...

jkirkerx
Contributor

PayPal Integration - Shipping Address

I have a customer that wants Authorize.net PayPal integration. I'm not concerned with code, but the principal of operation. Curently, the customer enters the card inforamtion, billing and shipping address.I take the shipping address, and query UPS fo...

CIM hosted forms hosted in a mobile web page workflow

I have been Integrating CIM's hosted forms for our web site and they are working great. We have a mobile registration work flow which utilizes a page for collecting cardholder data and calls out to CIM's API in order to create a payment profile for c...

ReAuthorizing transaction ID after 30 days.

I have on scenario , please help me to find out the solution : 1) I Authorize credit card with 10$ and we are not storing credit card information2) after 30 days when transaction is expired as per authorize.net doc 3) can I capture the Authorized amo...

ARB statuses Solved

Hello I have a questions about ARB:1. How to update status of subscription for testing (Expiring and Suspended)?2. When a card will be delined?3. When AN will check and change ARB status? Our system will check status of all payments from AN in every ...

Reference Transaction ID: Not Applicable

This is my C# code that I use to void transactions: ProfileTransVoidType voidT = new ProfileTransVoidType();voidT.transId = transactionId.ToString();voidT.customerPaymentProfileIdSpecified = false;voidT.customerProfileIdSpecified = false;trans = new ...

Single Auth Only but multiple Captures?

First of all, it is not possible to do a single auth only transaction and then later capture the total amount in several transactions, correct? That is how it seems according to the documentation. The website I am working on has a single checkout but...

Rockster160
Contributor

Sandbox is down

Not sure if this is the correct place to post this, but it seems the authorize environment is down. I can't reach the pages that access the API, which tells me I should probably fix that on my end, but this lets you know that it is down. :)

Multiple Payment Forms

I would like to have 2 different payment forms. 1 will be used for signing up brand new customers so will need to collect name, email, etc. The second will be for people who are already customers, I will send along the customer ID in the POST and wou...

Some Questions

Hello Experts, I have some questions, before making a switch to authorize.net I need to know if I do ARB Automatic Recurring Billing. Let's say I have 700 customers at 9.99 I need to know if there is a way let's say I want to change it to 29.99? I wa...

Authorize.net Magento Direct Post Method Slow and Failing

Hello We have recently converted a Magento 1.7 site to using the Auth net direct post method. It is built right into Magento, no special extension is required. But since the switch, on the front end transactions are timing out. I think they are going...

PayPal Integration with Authorize.net

is there a sample code (c#) that we can take a look at on how to make a payment using Paypal using Authorize.net We did signup a paypal business account using the Digital payment solutions. but unable to find any api examples

timc
Member

where does Java SDK place log file on server?

I installed the java SDK from here: https://github.com/AuthorizeNet/sdk-java and I want to know where I should look to find the log file that it creates? Anyone know the path or directory where this SDK places its log file?

timc
Member

newbie trying to install Java SDK on centOS Java 1.7, help!

I downloaded Authorize.net's Java SDK here https://github.com/AuthorizeNet/sdk-java and I'm trying to run the examples on that webpage. So, I moved all the jar files in the `lib` folder, which are: commons-logging-1.1.1.jar* hamcrest-core-1.3.jar* ha...

smartk1977
Contributor

CIM (Get Customer Profile) - Expiry Date

The "GetCustomerProfileRequest" API allows to get expiry date. However the year and month are masked. My current requirement is to use CIM to manage the credit cards and once managed, show the list of cards (last 4 digits) along with expiry date. If ...

cassie
Member

No response to capture request using CIM

I am trying to switch to using CIM and Api call to authoriza and later capture transactions. Everything is successful up to capturing the authorized amount. I am sending the API call and getting back no response (and nothing happening on the server)....

CIM SOAP C# Implementation Solved

Please help ASAP...The documentation does really well at showing how the SOAP methods work toCreateCustomerProfile (Is this always required to obtain the CustomerProfileId?),GetCustomerProfile (but only with the CustomerProfileId after CreateCustomer...

CIM and Simple Checkout integration?

I have a website run on wordpress and we use a Simple Checkout button on our payment page. We are a guide service and our customers pay a deposit, then a remaining balance, then sometimes an additional transaction at the end of a trip. We'd like to b...

phongn
Contributor

How to prevent form resubmission with DPM? Solved

I'm trying to use the PRG pattern to prevent form resubmmision with Authorize.Net DPM method. My check out form post s the necesary data to authorize.net with the relay URL posts to my first ASP page on our site, then from that page I have it redirec...