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.

Couldn't parse result string

Hello, I am a developer that is developing a website for a client. They use Authorize.net for donations. I am trying to implement the Authorize.net hosted payment into the website, but when I type in a card information, name, and zip, it gives me a "...

E_WC_03: Accept.js is not loaded correctly

I am using same code as given in https://developer.authorize.net/api/reference/features/acceptjs.html#Integrating_the_Hosted_Payment_Information_Form for creating dataDescriptor and dataValue. but getting "E_WC_03: Accept.js is not loaded correctly" ...

Good GraphQL tutorial for dotnet core 3.1?

So, I've been trying to follow a bunch of different tutorials on how to get a graphql server running. Each one has thus far, done its thing and had different implementations. I can't seem to be able to get this working properly.I was wondering if any...

WPF Applications sharing data

Hi,I have a been working on a WPF application that gathers some kind of data from other PCs on the local network which is then displayed. However, I would like this application to be run on multiple PCs across the network with them being able to shar...

Validate Cards details on create customer payment profile request Solved

Hi, I'm trying to add multiple cards for a customer on a payment page.but create customer payment profile API is not validating card details like1)card number,2)expiry dateat the same time, update customer payment profile seems to validate everything...

The modern version of "CLR via C#"?

i would really like to examine a few books or documentation about .internet runtime. i've heard that "clr via c#" is a awesome book about this subject matter, but it is quite antique, based on .net framework. i'm focused on .net core 2.x or maybe 3.x...

Code Samples Missing in API Reference!!

I am unable to view any of the code samples in the API reference. I click on php or c# tab and it shows URL: with an empty text box. I tried filling in my API keys and there was no update in the requests. Is something broken?

How much is too much integration testing???

ello,I'm writing an API, and trying to learn all the testing best practices.I'm current unit testing and and mocking all my components, which is great.I now want to start integration testing. Should I have per-component integration tests, or just tes...

jayagnew1
Contributor

Check if Account is in Live Mode

Hi, Is there an API call to check if an account is in Live Mode or still in Test Mode (I do not see one.) I know we could do a test transaction and check to see if the TransactionID is 0 or if the AuthorizationCode is 000000 but this would require a ...

getHostedPaymentPageRequest settings error E00013!! Locked

I received an error when I try to send getHostedPaymentPageRequest.Based on https://developer.authorize.net/api/reference/features/accept_hosted.htmlRequest:{ "getHostedPaymentPageRequest": { "merchantAuthentication": { "name": "xxxx", "transactionKe...

Help on authorize.net

I was wondering if you fine folks could point me in the direction of some info on setting word press / woocommerce with authorize.net. We can't find a processor that will take on our site so I think we can do it this way manually? I would also be int...

btomp
Member

CIM Error: There is one or more missing or invalid required fields.

We are trying to create a second payment profile without an address. Here is the API: { "createCustomerPaymentProfileRequest": { "merchantAuthentication": { "name": "API_LOGIN_ID", "transactionKey": "API_TRANSACTION_KEY" }, "customerProfileId": "1000...

SparkStreaming and Twitter

Hi everyoneWe would like to create a Spark Streaming Application using the Twitter Search API with .NET for Spark. Because we don’t know much about Spark and its Streaming we were following examples and tutorials, but unfortunately we couldn’t find a...

Can’t seem to figure out the structure and dependency issues

i'm a very fresh developer looking to get familiar with everything .internet but i'm having a tough time getting down the structure of .internet projects in visible studio. as an instance once I ought to put into effect memcached into my assignment a...

btomp
Member

CIM - How to create payment profile without requiring an address?

The APIs let you initially create the Customer Profile and add a card without requiring the user to enter their address. However, if the user adds a second card, the APIs require submitting an address along with the card info. For convenience, we'd p...

How to Setup ASP.Net and Recurring Billing

I have an ASP.Net Web Application and I want to let my customers sign up for Recurring Billing.I don't know the best way to do and and have been looking for sample code. My motivation is to set this up so it is SAQ-A Compliant. It looks like "Accept ...

krm
Member

Integration with SalesForce Commerce Cloud

I'm building a site on SalesForce Commerce Cloud (SFCC) and am looking for an integration cartidge for Authorize.net, but can't seem to find anything. I don't see a catridge listed in in SFCC's marketplace (https://www.salesforce.com/products/commerc...

msykes
Contributor

WHEN is AIM getting deprecated?

I'm writing in relation to this post: https://support.authorize.net/s/article/Recurring-Billing-Flag-Rebill-Feature-End-of-Life-Overview I've noticed over the past couple of years Authorize.net has made snap announcements regarding forced changes, in...

FDS pending review detection

Hello, I am dealing with problem because of transaction status as FDS pending review. Please use case below and advise 1. User comes on portal2. Make purchase3. Getting success from auth.net and hence items [mobile recharge] is being done instantly.4...

Dooper
Member

Subscription based website software with payment integration?

Hello everyone,,I am looking for something like WHMCS but far far similar, basically I am offering a product and want subscription handling with recurring payment options (paypal, stripe, etc..)Is there anything like this????

Testing of subscription payment using webhook

Hello, I configured subscription for customer at my sandbox account. Is it possible somehow imitate prolongation to test logic implemented at webhook which receives net.authorize.payment.authcapture.created event type?

Payment portal using Authorize.net.

Howdy!My wife is looking for a way to add a payment portal for her clients to pay invoices. We have the authorize.net info er need, I just need to add a way for the client to pay on the site now. Any suggestions or advice?She manually generates the i...

Card Present Transactions - Hosted Software

We currently host a software where our clients are able to accept online payments. Many of our clients have requested we add support for card present transactions as well. It seems like we have two options available to us: Provide a local software us...