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.

OAuth Integration redirect problems

We have Partner Account. And We registered OAuth application for our Merchants.I am following this documentation:https://developer.authorize.net/api/reference/features/oauth.html#Boarding_Integration It takes me to the pricing page, after selecting p...

Payment Link

Hello, I was wondering if there is a way to get a payment link that I could copy and then link to a button on my website? Any help would be appreciated. Thank you, Miguel

Authorize API SDK Connection pool

Is there a way for an application using the Authorize.net service to implement Connection Pooling.(simialr to ref : https://springframework.guru/using-resttemplate-with-apaches-httpclient/)

Non Profit Success Pack Integration

Hello We are implementing Salesforce and want to process Gifts via Gift Batch (Non Profit Success Pack) with Authorize.net. 1. Is this possible (multiple gifts per batch)2. Recommendations3. Alternative solution suggestions **We do use Classy for onl...

Unsettled transactions

hioften times my unsettetled transactions is coming back emptynoe i dont mean that there are no transactions. thats okproblem is i get an empty string. what does that mean?is that an error or something?heres what im sendingurl:https://api.authorize.n...

Sample App Question

I am trying to set up the same environment using https://github.com/AuthorizeNet/accept-sample-app on my shared hosting, but because it shared, I cannot change the setenv variables for login ID and transaction key. What can I do to make it work, righ...

C# getCustomerProfileRequest - Underlying Connection was Closed

We have a long running process that calls getCustomerProfileRequest. At a random time during this process, the call fails with "The underlying connection was closed: A connection that was expected to be kept alive was closed by the server." Is there ...

existing devices JSON issue For Autopilot

I made an errand succession utilizing the "Autopilot for Existing Devices" wizard utilizing the orders here:I have numerous autopilot provisioning profiles and have traded the JSON straightforwardly to my MECM organization share utilizing this order:...

DenisG
Member

Get customer Payment Profile list returns only up to 10 profiles

Hey everyone!I'm trying to integrate expired credit cards search now. But Get Payment Profile List pagination limit works only up to 10. Documentation mention that it can be up to 1000, but i wasn't able to make it more then 10 neither in LiveAPI con...

ARB Fail Case

Hello All,i am new to Authorize, can anyone help me or guide me to heandal fail case in arbcan anyone describe what we need to set up in our system or how we can handle fail case on our system form arbhow automatically transaction will be retried and...

slid
Member

E00007 / E_WC_21 User authentication failed

I've read dozens of these posts here and it appears that the code either starts working, someone had invalid keys, or authorize.net changes\updates the Accept.js code. I've yet to get this working. It was working at one point on sandbox just fine, no...

English Speaking Course Online

In Present Scenario, being able to speak English is crucial for both career success and social success. here we learn how to speak confidently and correctly. we provide an excellent training on learning the language with different and excellent metho...

Associating transaction with payment profile via API

I'm creating a profile and payment profile id when creating a transaction and have used both the create profile from transaction api call and the createprofile=true on a create transaction API call. Both methods don't actually associate that transact...

Get only active subscriptions by profile ID

We're using the same profile ID for repeated testing, and "Get Customer Profile" returns all of the subscription ids, regardless of whether or not they are active. I then have to call "Get Subscription" for each one in order to filter them. Is there ...

Unit and Integration Testing in Redux Saga

My greatest issue with testing adventures has consistently been that you to a great extent end up with tests that reflect your usage thus should be refreshed with each rationale change. The best methodologies that I have seen test that activities are...

do you agree API procedure?

AgenAngka adalah agen Togel Hari Ini yang terpercaya, terbesar dan terbaik di indonesia yang menyediakan 15 macam pasaran togel misalnya togel singapura, togel hongkong, togel sydney, togel singapura45, sgd45

Receive Webhook notifications content in JAVA App

Hi All, I configured a webhook and receiving notifications in webhookinbox & my application also.but i'm unable to read the content in my java application.can anyone suggest me, how to read content in java appThanks,Thirumal.

M3QDev2020
Contributor

List of 4 recent credit cards in payment page

I can't get the list of 4 recent creditcards used for payment.The code for generating token is: public ActionResult GetAnAcceptPaymentPage(decimal amount) { string customerprofileid = "1927502125"; AddAgentLog(3, ""); ApiOperationBase.RunEnvironment ...

M3QDev2020
Contributor

Not Getting response from authorize after payment popup comesup

I am using Iframes for my application.When the payment poup comes up, I donot recieve any response from authorize none of the following:successfulSave, cancel, transactResponse, resizeWindowthis function never gets invoked: AuthorizeNetPopup.onReceiv...

New to SQL, wondering about Schema Design for a game?

Hey all, as aforementioned, I'm new to SQL but can generally pick up things pretty quickly. I've outlined a few prototypes for a server, but I'm not sure what the most effective and efficient one is.I have an online card game, and I would like to tra...

Create dummy REST API from json file without encoding in seconds

long hidden on this sub but never posted before.i created json-server, a cli tool to create a dummy rest api from a json file that comes with zero encoding in seconds. for each resource provided, 6 full functional endpoints are created (get x2, post,...