Showing ideas with status New.
Show all ideas
Currently we need to two buttons for managing an order payment - create/edit customer profiles and make payment. Why not let the customer get to the edit customer profile from the hosted payment form. Then after initiating a payment, if they don't see the payment option in the profile list or realize expiration date is wrong, etc, they can handle it all without returning to our site, clicking another button to manage profiles, return to our site, and then click to try paying again. It could be a button on the hosted payment form that brings up the hosted customer profile form and when the customer is done returns to the hosted payment form.
... View more
Like this forum post, I would like to offer two simple buttons to customer - manage profile and make payment. https://community.developer.authorize.net/t5/Integration-and-Testing/Accept-Hosted-with-Customer-Profiles/m-p/58237/highlight/true#M32905 The solution in the post suggested submitting the following idea - "Perhaps if you call the form with a profile ID, it automatically presents the list of saved payment methods to the customer, allowing the customer to pick one, or click a button to enter a new one (either for that transaction or to save in their profile)?" The current documentation states for the payment form - "When the form is displayed in the browser, the 4 most recent payment profiles for that profile ID will be displayed. The customer can choose between these payment methods or choose to use a new payment method." Why make this limitation? For the very few customers that we have that would have more than 4 payment profiles, why not a 'more' link and show them all or just show them all in most recently used order? Instead we have to read the payment profiles onto our site just in case the profile the customer wishes to use wasn't in the list.
... View more
Hello We want to integrate this payment gateway in our project(android, ios and web) as following flow. one user make payment to other user and here we want to add commission to our admin so payment will be transfer to 2 user from one user at single time. So its possible with this payment gateway. Please give some guideline and provide some demo for that. Thank you.
... View more
Hi there, we absolutely LOVE the new online invoicing feature - its super simple and most importantly, it makes running our business easier! Are there plans to add a "recurring" feature - the ability to automatically send the same invoice, to the same person, on a monthly basis? We have a category of payments that we collect on a monthly basis that having a recurring invoicing feature as part of the new invoicing tool would eliminate the manual re-entry every month.
... View more
For the developers if they want to control over showing pay, cancel option, they cannot currently. When the pay option is clicked, customers are selecting cancel option. But, the form is not cancelling the transaction to proceed. But, customers are not unaware and they are submitting another transaction. More details here. Can we have the following so that developers can have the option to hide in the form? this helps the merchant customers not to cancel after they click pay. <settingName>hostedCancelButtonOptions</settingName> <settingValue>{"show": false}</settingValue> OR once the pay button is clicked, disable the cancel button so that end-user doesnt have an option to select cancel. -Bhavana
... View more
For getAUJobDetailsRequest, can you please allow pulling auto updater details on a daily basis instead of a monthly basis? It would be very beneficial for us to have more insight into what changes are being made sooner than the first of the month. Thanks!
... View more
When a customer profile is created, the payment details are validated by sending through a transaction, if validationMode is set to liveMode. This transaction is not subject to IP address filtering as this cannot be set when creating a customer. This can create a situation where the account can be locked due to the fraud, which should be blocked by IP Address filtering. See also issue raised here
... View more
There is currently a way to pull up all customer profile IDs, but there exists no way to filter the results by email or customer ID (except by pulling each customer profile individually by the returned IDs, but this would be undesirable given the implications on performance and the number of possible customer profiles). In the CIM we can manually perform a search that searches by customer ID or email. This would be useful to have for the API.
... View more
When the Add a New Payment Method form is displayed, via AuthorizeNetPopup.openAddPaymentPopup(), all fields are initially blank. Our site has already collected some information in the Billing Information section and we'd rather not burden the customer with entering it again; is there a way to pass information into pre-fill fields on the form?
... View more
Accept.js for test https://jstest.authorize.net/v1/Accept.js for production https://js.authorize.net/v1/Accept.js we using this scripts, the problem is in production mode it accepts test card details. and when charge the card it sends transaction id with the error code as I0001 and message as the success.
... View more
For Accept Hosted, when specifying hostedPaymentReturnOptions, there needs to be a way we can construct the url for the GET that includes values returned after successful authcapture in the receipt page. When specifying name value pairs, we should be allowed to refer to DOM element values as variables and then substituted to construct the URL (and urlencoded) for the Continue button since the elements are present in that same receipt page as the button. A suggested syntax is as follows: "settingValue": "{\"url\":\"https://www.mysite.com/continue?invoiceID=[$receiptInvoiceNumber]&receiptID=[$receiptTransactionId]\......"}" The concept of variables could be generalized for use in other name value pairs as needed. Thanks for considering. Jayaram
... View more
We get notifications for a normal subscription transaction, but what of the trial transaction? Isn't it weird that we have no notifications for this? like it is a ghost transaction. But it exists and we should be notified about it.
... View more
Add webhook from profile.js to the hosting web page when saving an added/edited payment profile. Notifying the hosting web page of saving an added / edited payment profile would allow emailing our company when a client adds/edits a payment profile. Send communication to hosting web page from profile.js function btnSave_onclick when added/edited payment profile saved. Currently communications are only sent to hosting web page when saving a single edited payment profile. I'd like to send communication to hosting web page when adding/editing multiple payment profiles. I'd also like the IFrameCommunicator to pass paymentProfileID to the IFrames containing webpage so we know which credit cards were added or edited. Rewrote idea to be clearer.
... View more
AN wants us to drop SIM and move to Accept Hosted. Well, then give us the tools to format the AH form in the same way that we could in SIM. This should have been obvious when the decision was made to introduce the new method. Where's the carrot other than the threat of terminating SIM? This isn't the way to "Win Friends!"
... View more
Hello all, Any one knows about getting Transaction details by passing Subscription ids? Is there any apis or anyother way to get transaction information by using subscriptions ids? Please let me know if there is any quick solution for this. i need to develop it in my project. Thanks in advance.
... View more
Right now there is a webhook for when an authorization is captured, but not for the transaction when it is settled. There is a hook for the refund and void states, so it would be nice to include a settled one as well.
... View more
Recently I started implementing ARB on application (using php-sdk) and the implementation went smoothly until I hit a road block. I was not able to pull transactions for a subscription. In fact what, I would really prefer is to use the merchantCustomerId to pull all the transactions for that customer. Both, getting transactions for a subscription or getting transactions for merchantCustomerId, is all implemented on the merchant interface, but we are not able to use it through the API. So i know the integration between ARB and CIM is there, just not exposed to us developers.
... View more
I see there is a 31 character limit for product names. However, the nature of the product that is being sold makes this very inconvenient. I've noticed that any products with over 31 characters in the name (and possibly short description as well) will trigger the "Line item 1 is invalid" error. Please see this thread.
... View more
Provide a way or any best practice to ensure initial session is same as return confirmation from iFrame session. Just calling getTranasctionDetails and matching transaction ID and timestamp does not ensure same session.
... View more