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.

Confusion with eCheck Hosted Form

A few of our customers have been confused when keying their bank account/routing numbers on the Authorize.Net hosted site. The confusion stems from the fact that the hosted site lists the bank account number before the routing number, while an actual...

Build custom E-Wallet with Authorize.net

Hi, my customer searches a solution to build a custom online wallet like very simple PayPal (right now we use revolut.com as a reference before we defined requirements). So basic functionality is: a user has an account in our system where he can depo...

Create Customer Profile from Transaction in Test Mode Solved

This feels like a catch 22. To create a customer profile from a transaction, you need to pass the transaction ID from a successful transaction (https://developer.authorize.net/api/reference/index.html#customer-profiles-create-a-customer-profile-from-...

Query about Proration Invoicing

Can anyone plese tell me how can I do proration invocing ? My Scenario: I've ARB subscriptions that charges for every 3 months and has a trial period of one month. I need to charge for anything added in subscription after trial period. For example if...

Accept.js hangs on new box

We recently migrated from an older development environment to a new server where we plan to go in to production. The code has not changed but we are now experiencing issues with Accept.js. We have confirmed that we are connecting to the sandbox link ...

dbr11
Contributor

production webhook functionality

I spent hours testing a new implementation of Accept Hosted which had worked in the Sandbox, but wasn't working in Production. I was having trouble with my webhook listener. It was looking like a no-op- nothing done, nothing in the log. (Except for o...

multiple Transaction Keys? API Login ID's?

Is it possible to have multiple Transaction Keys for an account? Or multiple API Login ID's? We are rolling out a new version of our payment system using the Accept hosted method in an iFrame. Currently this is working in a new developer sandbox acco...

3 days Trail Period

I want to create a ARB subscription with a 3 days of trail period.Suppose my subscription amount is $x and trail amount is $y. So when subscription is created then only $y is chared to the user and after 3 days $x will be charged. And subscription wi...

Accept.js - Issues with modal position

The Accept.js hosted payment form has two issues: 1. The modal is displayed off the screen if the browser window has already been scrolled down. This can be fixed by overriding the container css with: #AcceptUIContainer { position: fixed !important; ...

Dynamic Items Simple Checkout

Hello, I'm new in authorize.net. I want to use simple checkout for my laravel projectI've researched a bunch of youtube videos but all of them must create an item statically then paste the code of the buy now button into my project.. Is there a way t...

ram86
Member

Email Receipt from Authorize.net with Accept hosted Solved

I'm using the accept hosted API to host a payment form within my site and everything with that is working well, however when a transaction is posted, there is no confirmation email going to the email address that the customer supplied. It is my under...

dnsBuffaloNY
Contributor

Accept JS Errors?

I'm getting some strange errors in Sandbox this morning. I'm using Accept JS. I'm wondering if there are any known issues with the environment. I just started getting this error: E_WC_14:Accept.js encryption failed. About an hour ago, I was getting t...

Error when running composer update command

Hello, I'm trying to following the instructions to test the payment process here: https://developer.authorize.net/hello_world/ I created the composer.json file as the instructions state and placed the file on my web server in the same directory where...

ARB subscriptions expiring webhook event

Hello - I'm trying to figure something out regarding expiring subscirptions. It is my undersatnding that when a subscription expires or goes through its last ocurrance it supposed to send an event via the webhook. However we have several subscription...

sdarko
Member

Testing Echecks Account Numbers Solved

For testing Echecks I read that certain account numbers return insufficient funds, Rejected. ie Account Number 856666 for rejected and 856668 for Insufficient Funds. I wanted to see if this held true?

dbr11
Contributor

Can't fail

I can't get a credit card to fail. I pre-populate the billing address/info, but when I write over it on the payment form to enter a failing zip code, the new info is ignored. All new info is ignored - name, address, etc. The receipt page shows only t...

knightcode
Contributor

inperson-sdk-ios 3.0.5 background quickchip stopped working for me

I'm trying to upgrade to inperson-sdk-ios 3.0.5 (from 3.0.2). I dropped the framework over top the existing one in my project. And the call to readQuickChipCardDataWithPredeterminedAmount no longer calls it's progress update block, and swiping a card...

A duplicate customer payment profile already exists.

What is the difference between Create the profile and Create profile payments? Do i need to create a Customer first and then profile payment? If so, I am running into a small issue on Create the profile and create the profile payment. After i create ...

JacobS
Member

Payment Gateway Accounts, Device IDs, and Terminal IDs

In a different forum post it was stated that the same Payment Gateway account could be used for EMV transactions on multiple devices/terminals. I have a few follow up questions based on that: When you say a single Payment Gateway account does this me...

Check boxes not working when using acceptui.js

I sent this to the support team and they asked that I post it here:I have been fighting with another issue for several days. When I add to my page, my checkboxes quit working on iphone or did not work as expected. I have isolated it down to a simple...

SigA2
Member

URGENT - How do I test the EMV CHIP READER in sandbox environment?

I am working on integratring the - BBPOS CHIPPER™ 2X MAGSTRIPE AND EMV CHIP READER and need to be able to test the EMV Chipreader in the Sandbox environment - how do I do this please? This is an urgent request as I need to finish this project in the ...

tygar45
Contributor

Is there an API cache time?

I launched an app yesterday using the C# In-Person SDK. The app handles the emv charge and after it returns a succesful charge, I am using the authorize,net api to get the transaction details to return the first and last name and the last 4 digits of...

Accept Hosted - save card check box missing

We are integrating Accept Hosted to our website , everything works fine, however when the user comes in to the website for the first time and does not have any saved cards ( so no profileID) we are sending profileId as null to get the hosted page. in...