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.

Sage 50 Not Responding

Did your Sage 50 software crash without giving your warning? Is your sage 50 accounting has stopped working? If yes, then there can be various reasons for the occurrence of this error; however, you can resolve this issue easily by following these tip...

lcmj
Member

CIM createCustomerPaymentProfile fraud protection non-existent

The CIM process to add payments to a customer has no form of fraud protection available. Anyone can quickly write a script to run against a website and send lists of credit cards to validate which ones are valid. Advanced Fraud Detection has only 1 f...

lcmj
Member

CIM create customer payment profile ripe for card spamming

The process for creating a customer payment profile doesn't have any method to stop card spamming. When someone uses a bot to attempt to add credit cards to their account in order to test to see if they are valid, there is no method for capturing and...

Running MySQL on Windows 10

What are the best setup tips for installing MySQL CE on a laptop with Windows 10?Two business partners are separating, and I was tasked with opening a backup of their CRM to extract certain records to Excel.I’m okay with writing queries, but have had...

vinay
Member

Get Payment Profile Id from Accept Customer Flow

Hi, I am using the IFrame approach for Accept Customer Hosted Form to allow customers create a new Payment Profile. Authorize.Net API Documentation - Customer Profiles After the user submits payment information, the only thing i get back is a "succes...

How to Find the Most Up-to-Date Server in a cluster using GTID

I'm in a proof-of-concept phase of a MySQL group replication cluster and need to establish a method for identifying the host with the most up-to-date transactions. GTID is enabled.This seems like such an obvious thing that I am completely missing. In...

AccepUI Invalid OTS Token when creating subscription Solved

I started getting Invalid OTS Token response on sandbox account when creating subscription using AcceptUI. There was no code changes. I stripped it down to bare minimum but I still getting this response. authCaptureTransaction works with same credent...

lightwave365
Regular Contributor

AMPERSANDS break the Accept Hosted Payment Form!

Help! We are using ampersands in our cancel URL and submit URL and the payment form is failing to load! We need to build a URL with multiple GET parameters to have proper security with the cancel and submission of orders on our website. Which means w...

Hinata
Member

Unit vs Integration Testing

Hello everyone,, I am always confused about the difference between these two. If the chunk below was the app, how would a unit test look like? And an integration test? def add(a, b): return a + b def mult(a, b): return a * b if __name__ == "__main__"...

PCI compliance Requirment?

we are using authorized.net pament method and our website is hosted on azure? do we need to purchase pci compliance from third party? if yes how they can they run test on azure. in my thinking pci complicance are the security rules which have follow ...

Running MySQL on Windows 10

What are the best setup tips for installing MySQL CE on a laptop with Windows 10?Two business partners are separating, and I was tasked with opening a backup of their CRM to extract certain records to Excel.I’m okay with writing queries, but have had...

Create subscription with start and end dates Solved

When we manually create an ARB Subscription from a transaction using the Authorize.Net Sandbox backend, we have the option to set either (1) start date and end date or (2) start date and number of occurrences. However, when we create an ARB Subscript...

Payment page is stuck with processing

I am using accept hosted method to connect to authorise.net . with showreceipt to true. Everything works fine for me in Sandbox account. I am able to do payment and it get redirected me to receipt page .When I change it to merchant account with Test ...

Integration testing - How do I deal with authentication?

I am trying to setup some integration tests for a web API. Some of the routes in the controller I am interested in use the [Authorize] attribute, backed by JWT authentication using Identity Server 4, to prevent unauthorized from accessing certain res...

Tools to test a REST API?

Does anybody know of any tools to test a rest API from the POV fo a client? Behat and Cucumber seems to be cool, but are these the right tool to benchmark directly through http?

confidence

How can I increase my site trust https://kissanime.city/?

Requesting Transaction Details and receive E00040

I am experiencing to some degree of randominess in requesting transaction details and receiving a E00040 error code. Though the Authorize.Net portal later shows the transaction settled successfully.Is there a certain amount of time I have to wait in ...

authorizenet/authorizenet package not working

PHP Version: 7.4Laravel Version: 7.xPackage: https://github.com/AuthorizeNet/sdk-phpError: Cannot use "parent" when current class scope has no parentCan anyone please help me on this please!!

SSL Peer's Certificate not Trusted

Hello, all Back on March 9th, 2020, our website stopped being able to process credit cards. An error message of "[curl] 60: Peer's certificate issuer has been marked as not trusted by the user. [url] https://secure2.authorize.net/gateway/transact.dll...

Hi everyone! apple pay and authorize.net

Its probably annoying for you guys to see this kind of questions. But if somebody can explain and help me. I need to enable apple pay on my website. I have purchased developer account, created merchant id, id cert , payment processing staff in apple ...

Use Testing Guide for Specific Transaction Responses

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.RegardsBookonboard

cbibik
Member

Need Help, in person payment with IDTech SRED DUKPT

I have a IDTech SRED which I currently have working and grabbing the KSN, Encrypted Card Info, and all that fun stuff. However I keep trying to make the call with the KSN in the DeviceInfo.Description section and I keep getting the following error: E...

rob
Contributor

Pre-Fill Accept.js fields Solved

Sorry if this has been asked but I couldn't find it by Googling and the forum was changing the search "accept.js prefill" to "accept.PS refill" ;) Can I pre-fill first & last name and the zip code field(s)? We already collect that and don't want to h...

webhook Endpoint UR error message

Hello, I am getting below error message when tryning to create a endpoint. Error:Please generate a signature key from the Merchant/Partner interface to create a webhook. My Endpoint URL looks like this... https://my.domainname.com/rest/v1/webhock wha...

Marketplace Authorization

Hello, We are building a marketplace in WooCommerce and our sellers should be connected to their respective Authorize.NET accounts from our site. Is there a OAUTH authentication supported by Authorize.NET where all our sellers can connect their accou...