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.

If PHP is not supported, which language should I use?

I started out following this: https://developer.authorize.net/api/reference/index.html#accept-suite-create-an-accept-payment-transaction to make an Accept payment transaction. They have a PHP version for it. I bothered to figure out how to install th...

Accept Hosted Redirect Method

I implemented the accept hosted redirect method in which i specify the Return URL in option - 'hostedPaymentReturnOptions' type url this was successful redirect to my custom page but i'm unable to get transaction data of particular request how i can ...

Accept Hosted Redirect Method

I implemented the accept hosted redirect method in which payment made successful than it wait for the click on Continue button for redirect to our return URL so is there any way to automatically return to my URL without clicking continue button ? htt...

Using SSO in Collibra, how to assign author licenses

The Collibra documentation provides helpful information on how to assign author licenses to regular accounts, however it doesn't have any information on how to do so for accounts that are SSO. Is it the same process or is there something that differs...

"codes"

Hello,I'm getting a code. for example 99 and have no website developer. Can anyone assist with walking me through this?

New development project - question

I’m developing a new payment portal for the City of Las Vegas. We are planning to use your Accept Hosting to display an iFrame.I am the web developer. I’m using the Authorize.net sdk for .net. The response object returned in the sdk call only contain...

atta
Member

Apple Pay CyberSource Issue

Im integrating the cybersource Magento 2 Module for Apple pay https://commercemarketplace.adobe.com/cybersource-global-payment-management.html I have created all the certificates and domain registration etc as mention in the document below https://co...

jay
Member

generate SHA-256 digest

Can anyone assist me with sample code in Elixir to generate the signature and the digest headers?Sample payload as generated from the Cybersource simulator:%{clientReferenceInformation: %{code: "cybs_test",partner: %{developerId: "7891234",solutionId...

Read the AVS settings from the API

I want to know if it is possible to get from the API of the AVS setting.I need to know if the filter is enabled or disabled and what are the actions for the AVS Filter?

tokenization of card

Does Cybersource offer an API that allows us to add a card initially without completing a purchase transaction?

Can't Obtain Sandbox Account

We're trying to sign up for a Sandbox account and it won't accept our email. Does anyone know if Auth doesn't take or accept io extensions or something? Claims it is an invalid address, but allowed us to signup for this forum using it. Thanks

Hosted Payment Form - Not able to add a new payment profile

I have been successfully using the hosted payment form for quite some time now. Lately a few of my customers have stated they cannot save a a new payment method when submitting their payments. The payment does succeed and they have checked the checkb...

Accept Hosted 550 Error After Payment

I'm using authorize.net for a NextJS project for a client's payment processing. I am trying to make test transactions and it just won't work. I am correctly using the getHostedPaymentPageRequest to get my token, and when I go to display the form via ...

Notification response field responseCode 0 reasons

We have an issue with the payload responseCode. Sometimes we are getting the responseCode '0' When checking the Authorize.Net documents it seems that the '0' responseCode is for declined transactions. So we have a condition checking in our code for r...

payments api EMV data

I am trying to use the Payment API using EMV data.https://apitest.cybersource.com/pts/v2/paymentsThis information needs to send: I am not sure where I can get the Tags and and how to structure the Track Data."pointOfSaleInformation": {"terminalId": "...

Cybersource can support contactless payment?

Hi,I have used Authorize.net for payment transactions but I know that Authorize.net does not support NFC (contactless) transactions. So Cybersource has support NFC transactions? I look forward to your reply.

jwcarlton
Contributor

My script is running several times, and I don't know why

I store payment information in a PCI compliant database, and wrote a script to process transactions monthly. This has worked properly for several years, but in the last several months when I run the script it tries to process every card 3 times!Lucki...

create a Recurring Billing getSubscriptionId undefined method

Hi expert,I'm using la ravel and I'm trying y to create a Recurring Billing, Aftera few hour of fighting i literally copy and paste the sample code, just add my sandbox credentials to the sample https://github.com/AuthorizeNet/sample-code-php/blob/ma...

Javier
Member

ChargeCreditCard

Hello, I am using the method ChargeCreditCard in my integration with C#, and I am creating the customerAddressType with the email information of the customer but the email not is not including in the transaction received, so the customer does not rec...

Pre-auth transactions not expiring

I'm developing in the sandbox environment and I'm having an issue with pre-authorization transactions which do not expire.What I'm doing is creating a customer profile from the transaction when it is in the authroizedPendingCapture state.The customer...

Automatically credit money into bank account using node api

I want to transfer money from merchant account to customer account which is created using customer profile. It has bank details saved in customer profile. So using payment profile id from customer profile, I want to transfer money from merchant accou...

Manage Subscription

Hi I would like to place a new order based on subscription billing successfully done. What will be best way to do that? Is there any webhook event type available for that?