Questions tagged [accept.js]

A module of the Authorize.Net Accept suite of tools.

Accept.js is a module of the Authorize.Net Accept suite of tools.

Related Tags

24 questions
6
votes
3 answers

E_WC_14: Accept.js encryption failed?

I have a payment form as follows
${flash.message}

Secure Checkout

kofhearts
  • 3,607
  • 8
  • 46
  • 79
2
votes
1 answer

Authorize.net Accept.js Hosted - Invalid Setting Value. hostedPaymentReturnOptionsurl must begin with http:// or https://

I just started getting this error today from my authorize.net API implementation and it is preventing customers from making to the payment page. I'm using the authorize.net API SDK. My return option URLs are formatted as such: $success_url =…
lemonskunnk
  • 296
  • 1
  • 12
1
vote
1 answer

no action=transactResponse in Accept Hosted iframe for Authorize.net

I'm trying to implement the Authorize.net Accept Hosted hosted checkout solution in a Coldfusion application. (For all the ColdFusion developers, this code run on BlueDragon.NET 9 which a CF9 implementation. The cfscript stacktrace support is…
Alex M.
  • 21
  • 4
1
vote
0 answers

Integrating Accept.js with NextJs on TypeScript with 'npm react-authorize-net'

Hi I'm currently having an issue with integrating Accept.js I'm using https://github.com/j-em/react-authorize-net#readme
1
vote
1 answer

How To Get Two Separate Nonces with Accept.js?

I'm using Authorize.Net Accept.js for a custom cart with subscriptions using the ARBCreateSubscriptionRequest API, where we pass it the payment nonce as an opaque data element. Although this works, it has these 3 faults that occur on…
Volomike
  • 23,743
  • 21
  • 113
  • 209
1
vote
1 answer

Authorize.net accept js - Own payment form not working in localhost

I have integrated authorize.net accept js payment option on my local magento site. First of all, in my local site, I have integrated the hosted payment form (predefined payment form). It is working fine. It returns a successful transaction…
Ramya
  • 199
  • 10
1
vote
3 answers

how to catch error of async call in javascript?

I am integrating accept.js in my app. https://developer.authorize.net/api/reference/features/acceptjs.html This is not particularly an integration question. This is a JavaScript problem i am trying to solve. While following the tutorial there is a…
kofhearts
  • 3,607
  • 8
  • 46
  • 79
1
vote
1 answer

Error using ActiveMerchant::Billing::AuthorizeNetCimGateway with Authorize.Net's opaqueData

Feb 8, 2018 My Ruby on Rails application has been successfully using ActiveMerchant::Billing::AuthorizeNetCimGateway with the payment type :credit_card for creating a customer profile with an embedded payment profile. I'm now in the process of…
1
vote
1 answer

Can you store accept.js tokens?

Accept.js allows you to translate credit card numbers into coded payment tokens. Then you can charge those payment tokens just as they were credit cards. Source: https://developer.authorize.net/api/reference/features/acceptjs.html The documented API…
William Entriken
  • 37,208
  • 23
  • 149
  • 195
1
vote
0 answers

How to Enable Accept.js for Authorize.net in My 3dcart store?

I have to Configure accept.js in Authorize.net Payment Gateway in my 3dcart store. I have Login Id, Transaction Key, And Public key as well. Do I need To just check- uncheck for enabling this accept.js? Or I need to add the code or this script to…
HarshSigma
  • 61
  • 2
  • 7
1
vote
0 answers

Accept Hosted - Using customer profiles to populate credit card

I am using Authorize.net's Accept.js hosted solution to process credit card payments. Right now I can process one time payments but I would like to have the ability to prepopulate the credit card form for returning customers. Right now I have…
Sam M
  • 640
  • 1
  • 8
  • 18
1
vote
1 answer

Authorize.net Accept.js Integration

I'm integrating a simple purchase form with Authorize.net using Accept.js and I would like to have an Invoice # or Job # recorded with the credit card transaction. The form submission handler looks like: function getSecureData() { /* Compile Data…
rob-gordon
  • 1,419
  • 3
  • 20
  • 38
0
votes
1 answer

Getting an "HTTPS Connection is Required" Error, but I'm Already Using HTTPS - Using Accept.js to Integrate Authorize.net Payment Gateway

Goal: Integrate credit card processing on my website using Accept.js with my own payment form. Problem: I have an active valid SSL certificate on my website that grants my website HTTPS protection. Despite having HTTPS protection, whenever I try…
0
votes
1 answer

getting connect timeout when sending request to authorize.net from deployed app(Hetzner)?

we have a grails 4.0.10 app. we have integrated authorize.net for accepting payments via credit card. I have used accept.js library. the part of code that sends request to authorize.net to charge credit card is as follows def descriptor =…
kofhearts
  • 3,607
  • 8
  • 46
  • 79
0
votes
0 answers

Is there an API version of Accep.js of Authorize.net Accept.dispatchData(secureData, responseHandler)?

I have a solution where the user will select a bundle of items and services where they come from different merchants. One of the merchants requires the usage of Accept.js of…
Toni78
  • 97
  • 6
1
2