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.

Can I integrate a Merchant ID Number with Authorize.net?

I'm building an e-commerce website from scratch in Ruby on Rails. I currently have PayPal integrated into the site, but the client wants to go with a cheaper solution (that takes less cut than PayPal.) I don't have a website for them, they don't have...

How to add Api's of auto Jobs on my Website

Hello everyone, I hope you are all doing good. I am new here and I want to know how can I integrate different Api's with my website. I don't know how to do it. If you have any ideas please do let me know.

Accept.js: Always sets bank account type as checking

Hi,I am trying to save bank account details by using Accept.js. But when I get the customet payment profile, system returns account type as checking even though I passed businessChecking while creating the payment nonce.

ARB - Invalid OTS Token

The full XML of my ARB request is below, with credentials obfuscated. When I execute this in the test runner (https://developer.authorize.net/api/reference/index.html#recurring-billing-create-a-subscription) it works fine - SUCCESS. But when I run it...

charge_credit_card example returns empty response

Hi, I am testing example with a sandbox account in python code.I could make a transaction and it was successful but I got an empty response. {"refId": {},"messages": {"resultCode": {},"message": {"code": {},"text": {}}},"transactionResponse": {"resp...

When to use Spring Integration vs. Camel?

As a seasoned Spring user I was assuming that Spring Integration would make the most sense in a recent project requiring some (JMS) messaging capabilities (more details). After some days working with Spring Integration it still feels like a lot of co...

Unable to accept credit card expirations 2030 or greater

We have clients using authorize through an iFrame but when they are using gift cards with expiration dates of 2030 or greater they are getting an error “Credit Card expiration date is invalid". Is there something to be looking for in what we are send...

How to add Api's of Authorize.net on my Website

Hello everyone,I hope you are all doing good.I am new here and I want to know how can I integrate different Api's with my website Bossmodapk.com. I don't know how to do it. If you have any ideas please do let me know.

Calculate subscription's lumpsum amount for monthly billing plan

How to calculate subscription lumpsum amount from last success transaction date to latest billing date for monthly billing cycle?Note: Billing type: monthly cycle.Example 1 : If subscription start on 31 Oct 2021 and Subscription suspended on 28 Feb 2...

Payment Integration

I want to add a $5.00 convenience fee to my simple checkout page. When customers come to my website and click to pay, I would like for a $5.00 convenience fee to automatically add to their payment. Can someone help with this? Here is the checkout pag...

How to Pass invoiceNumber using JSON / cUrl Solved

I get an error "code" : "E00003"when submitting the following JSON.{ "createTransactionRequest":{ "merchantAuthentication":{ "name":"", "transactionKey":"" }, "refId":"Driver 1", "transactionRequest":{ "transactionType":"authCaptureTransaction", "amo...

cannot login to sandbox account?

When i login to https://sandbox.authorize.net/ i am getting the following errorWe encountered an error. Please try again. If this error continues, contact Merchant Support.it was working a few minutes ago. Is anyone else having this issue? Thanks!

Rahel
Member

Shopify Integration

Hello,I am trying to connect to Shopify using a Secure Acceptance Hosted Checkout and i am having trouble understanding how to go about it. I think Shopify uses the SOAP toolkit API to connect with CyberSource.Is it possible to connect with Shopify u...

Unable to log into business centre

Hi,I registered for a Sandbox account on Wednesday 31 August but am yet to receive the confirmation email with log in credentials for the business centre, so I'm not able to set up keys, etc. I've tried with two different sets of details (a few days ...

Set email in payment profile

I am trying to create payment profile and set email in billing data.My request (I tried to set email in billTo as below):{ "createCustomerPaymentProfileRequest": { "merchantAuthentication": { "name": "###", "transactionKey": "###" }, "customerProfile...

Cannot create Sandbox account

I filled in all the required information for Sandbox account. After submission, I got a simple "Error" displayed in the browser. I tried a couple of times with no luck.

is my api loginid considered sensitive data?

The reason I ask is because I was looking into using accept.js and it looks like it would expose my api loginId (as well as public client key which I know is not sensitive). There is no way for me to be able to use accept.js without exposing my api l...

Swamy
Member

Transaction ID mapping for Order

We are following Get an Accept Payment Page to get the Token Method to get the Token.as shown in the below link.https://developer.authorize.net/api/reference/index.html#accept-suite-get-an-accept-payment-page Code: Pay type script code set token in...

orta93
Member

Using third provider for tokenized cards

My client needs to charge some tokenized cards, we are currently using payment.js from first data to tokenize the cards, then we send this data with an authorization key and a nonce variable to payeezy via curl request.It is possible to carry out the...

Stuck on a Webhooks issue

My client has a Wordpress site running GiveWP with Authorize.net gateway, hosted at Siteground.Since we set it up, every few days she gets an email about the webhook failing and is now inactive. I go into the Authorize.net account and test the webhoo...