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.

vinay
Member

eCheck transaction events

We are developing integration that can accept ACH payment method. Once a transaction is submitted, are there any webhook events that can notify that: 1. The ACH network has successfully charged the customer bank account OR2. The ACH network has retur...

arunmp
Member

Wallet to maintain funds

Hi, We are building a website where we need a wallet feature to maintain funds so that users can add money to their wallet and use them to purchase any product in our website. Can you please suggest a better way to do this?We are using authorize.net ...

.NET Web API

What is the best learning tutorial video for learning about how Web APIs work with the .NET framework? I just started an internship, and I don't feel like I have a grasp on what I am doing, as I have never learned about this stuff before.I understand...

Java SDK in android fail

We are trying to create a customer profile in Android App. We are using this sdk in php application and that is working fine. In our andorid/mobile application, we tried this Java SDK in android but it doesn’t work. Do you have any documentation in p...

Advice on API Testing

I have been assigned a task to create an API that will be used in an iOS and Android app to communicate with a database, we're using phonegap and the app will interact with the api via AJAX.The API is not going to be "public" it will only be used by ...

CreateCustomerProfileFromTransactionResponse not found

Hello, I recently update authorizenet php sdk to version 2.0.2. But when I execute the function : $controller = new AnetController\CreateCustomerProfileFromTransactionController($request); $response = $controller->executeWithApiResponse(\net\authoriz...

Stripe integration flow with JS Frontend and .Net Core Api?

Hey guys,For those of you who have implemented Stripe into your asp.net core apps (with JS frontends), please let me know if I am understanding this flow correctly.From what I get, when you integrate Stripe with a JS Frontend (Vue in my case) and an ...

help to create customer profile in Android Locked

We are using this sdk in php application and that is working fine. We also need to use this in our andorid/mobile application and we tried this Java SDK in android but it doesn’t work. Do you have any documentation in particular to be able to create ...

Credit Card Logos on payment page

I'm new here,I am using Paid Membership Pro with Authorize.net a my payment gateway. How do I get credit card logos to appear on my payment page? I don't code.

Unable to decrypt the data extraction file using PGP key

I am unable to decrypt the data extraction file that authorize.net has send over. I am using the following command to decrypt the file but it is not working. openssl aes-256-cbc -d -in ENCRYPTED_FILE.enc -out DECRYPED_FILE -pass file:PRIVATE_PGP_KEY_...

Payment Form Settings API?

Is there a way to retrieve the payment form settings from the merchant account via the app? My app has the need to integrate with multiple merchant account that can have different hosted form requirements. Some clients will turn on billing address re...

Processor Error

What is Transaction Status: General Status (Processor error - The merchant account is not configured properly with the Credit Card Processor. Contact merchant service provider for resolution.)

Best practice for partial refund for an unsettled transaction

Hey everyone, I am aware that I can't do a partial refund for an unsettled transaction and I only can do a void. I want to findout what you did to achieve this functionality. Which methods did you use and what do you recommend depending on your exper...

vinay
Member

Details of Payment Profile Updated webhook notification

I've been looking at the different event types that are notified of via webhooks here: Authorize.net API Documentation - Webhooks However, I was hoping to get more details on some event types, for instance, the "net.authorize.customer.paymentProfile....

Authenticating Webhooks with Partner Integration

We have an accept hosted solution implemented in a partner environment. We use access tokens to generate requests. Sometimes our website does not get the transaction response from the Javascript listener, so we're in the process of implementing webho...

No payload return to my webhook. Solved

Hi, First sorry for my English skill. I'm new member, I tried search my issue but not found anything. I have some problems with Webhook feature. I registered an sandbox account. I tried adding a webhook (Account => Setting => Bussinue Setting => Webh...

Accept.js - Receive Address Data in iframe? Solved

We're using Accept.js, specifically the integrated hosted payment information form (https://developer.authorize.net/api/reference/features/acceptjs.html#Integrating_the_Hosted_Payment_Information_Form). The general process is: 1. we include the Accep...

dav
Member

How to get the transaction ID when using Accept Hosted forms

Hi, I'm setting up a new app that uses our existing Authorize.net account. On this app, users will purchase products that need to automatically rebill every 6 months. I'm using the Accept Hosted redirect method to create the transaction. I understand...

dblaze
Contributor

PHP 8 Support for AuthorizeNet/sdk-php Solved Locked

The official (version 2.0.1) Authorizenet/sdk-php on GitHub: https://github.com/AuthorizeNet/sdk-php is not compatible with PHP 8. The latest commit on February 4, 2020 does not address the error PHP Fatal Error. The issue report for PHP 8.0.x suppor...