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.

Integrate into shopping cart; Composer can't be used

I have a working custom shopping cart that currently uses another credit card processor. I would like to switch to authorize.net, but I cannot use the Composer program to install the PHP library (I'm on a shared server and there are insurmountable pe...

Integrate into shopping cart; Composer can't be used

I have a working custom shopping cart that currently uses another credit card processor. I would like to switch to authorize.net, but I cannot use the Composer program to install the PHP library (I'm on a shared server and there are insurmountable pe...

Python - Can't create customer profile data

Hi,I'm trying to find examples of how to do this, which I think should be VERY simple to do but I am struggling. All I want to do is set the customer name to whatever they put as the account holder name in my form. In my reports there is a "customer"...

Mandatory CVV (Visa requirement) and use of customer profiles Solved

Hello, I would like to have more information about how Visa's requirement to pass the CVV for each transaction will be implemented with customer profiles. Could customer profiles be created without providing the CVV?If yes, if we have existing custom...

CCV verification without zip in live mode

Hi,Hopefully this is not a duplicated question - I have been unable to find the answer by searching the doc and forum. We are trying to test Credit card verification for createCustomerProfileRequest using Live mode against the sandbox. Since the test...

sureshrb3
Contributor

invoking createsubscription using profile

Hi, I am invoking pay api followed by createsubscription using profile api (using java SDK from my workflow). I'll be creating profile while invoking pay api and then i'll send those profile data to invoke createsubscription api. both these invocatio...

Need help in testing webhooks in sandbox

I've enrolled for all 21 events in my webhook and setup an endpoint to receive it. I created an endpoint using ngrok for forwarding to localhost. But, I'm not getting any response or notification even when event happens in my account. Can anybody ple...

Apple pay not working for Discover or Amex

Hi, I'm trying to integrate Apple pay. It works fine for Visa payments but when i use discover card, the payment fails with error 153 and a message that reads: There was an error processing the payment data. or "Invalid ownership". I have talked to A...

jrasmussen
Contributor

Sandbox in live mode but not displaying transactions Solved

Hi everyone, I currently have a sandbox account set up in live mode (not test) and am able to push the payment data to the API and receive an approved responseCode, but am not seeing any transactions logging in the sandbox account. Is there a delay o...

dbr11
Contributor

webhook fields

On a post in May you said that the next release should have webhooks returning refId directly so that we don't have to go find it with another API call for the transaction details.Any idea when this might happen?

StephenS
Contributor

DPM, Sandbox and depreciated

I am a developer and have used AN for almost 20 years. I have customers who I have converted to DPM to be PCI compliant. I understand that DPM will not longer be available after July next year and that the sandbox will not support it from this July 1...

Record cannot be found

Hello I've noticed that in the past there had been several threads on this issue. However i watned to bring this up again. We are using the PHP library on our application and did sevearl tests in Sandbox mode, but never saw this error. We just move e...

ARB gives success but no payment deduction

I have implememted ARB in my android app. It gives success message and return subcription id. In sanbox mode everything working fine, but in production it does not deduct money from credit card and transaction status always "N/A". I have put start da...

gsxed
Member

Does an ARB subscription create a customer profile even if CIM is off? Solved

Question for you guys: If we have CIM turned off, but are currently using ARB Subscriptions, will there still be customer profiles created? We want to stop using ARB and start using CIM. I'm not sure if I will need to create profiles from past transa...

mtarantooms01
Contributor

Accept js in Angular 2 Solved

Hello, Im new on the Usage of the Accept js library. Im trying to integrate with my Angular 2 project. Im trying to call the dispatch data funtion: Accept.dispatchData(secureData, this.responseHandler); responseHandler(response: any) { if (response.m...

SilkySully
Contributor

Is there a way to credit a different account then mine? Solved

Is there a way to credit (or send the money to) a different account that isn't mine (the default method), BUT I do have the CustomerProfileId and CustomerPaymentId to send the funds to so it's not just any account?

tony88
Member

Without receive webhook when create transaction on test mode

Hi, I have a account pleace in Test mode.And I have setup a webhook under account setting.When I create a transaction using Accept Hosted Payment, I should get webhook request, but it didn't.Does you have the same problem?

billTo fails: Accept Hosted Form

Using the php sample app from GitHub. It works as received from GitHub. When I edit "getHostedPaymentForm.php" to add information, I expect the form to display with the billTo name and address filled in. Instead, I get the message "Missing or invali...

BillTheCat
Contributor

Visa Purchase Return Authorization Messages Solved

I realize this isn't directly realted to an integration question, but Could someone help explain to me in English what this Visa madate is for "Purchase Return Authorization Messages" is? It's about 3/4th of the way down on this page: https://usa.vis...

ashish1871
Contributor

Accept Hosted iFrame userFields error

I'm trying to use "userFields" in createTransactionRequest of Accept hosted iFrame form to send and recieve data back after the transaction is completed. I keep getting "Unexpected Error. Please try again" message when I submit the form. {"resultCode...

jrasmussen
Contributor

XML Formatting Solved

Hi everyone, I'm currently working on implementing the new Authorize.Net API in a legacy system, and have to manually generate the XML to be posted to the API. When looking at the API reference, the request XML starts with My question is whether or ...

jrasmussen
Contributor

Posting raw XML to Authorize.NET API Solved

Hello everyone, I'm currently trying to incorporate the Accept.js form into a legacy system, and have gotten that part to work well, but need to use the newest API in order to submit the payment nonce instead of the card info. I'm currently using cla...

dbr11
Contributor

Webhook and custom fields, or alternate methods? Solved

I am switching from SIM (and Silent URL) to Accepted Host (and Webhooks), using the Authorize hosted payment page. I do not want to use a payment form on our own domain, if possible. The Silent URL returned many custom fields about the transaction, b...

tygar45
Contributor

EMV Token and Multiple POS's

I am using the .net In Person SDK. You have provide my username and password to get a token to process a EMV transaction. My question is, I have 20 Point of sale stations, can I just use the same Authorize.net account to aquire new emv transaction to...

vendor.bundle.js:3032: syntax error in iOS Safari

In Safari on iOS 11.4, Accept.js (https://jstest.authorize.net/v3/AcceptUI.js) throws the following error: ERROR SyntaxError: The string did not match the expected pattern. g — vendor.bundle.js:3032 postMessage sendMessageToMerchant — main.bundle.js:...