Does anyone have an example of using the cim hosted payment profile form in Angular 2 or 4? I'm having a hard time getting it to work.
Thanks,
Paul.
Solved! Go to Solution.
08-01-2017 09:27 AM
Thanks Aaron,
Yes, using Accept. I finally got it working in Angular 4. The key was to use an arrow function to maintain state with the parent. So, for Angular 4, add a iFrameCommunicator.html page into the root of the project (Authorize.Net has an example of this page in the docs). Then add the following code in your compnent:
08-14-2017 02:01 PM
I don't have a specific example, but when you say "cim hosted payment profile form" are you referring to our older Hosted CIM forms? Those are deprecated and will be going away soon. We recommend that everyone use our Accept Customer forms for hosted profile management.
08-01-2017 10:59 AM
Thanks Aaron,
Yes, using Accept. I finally got it working in Angular 4. The key was to use an arrow function to maintain state with the parent. So, for Angular 4, add a iFrameCommunicator.html page into the root of the project (Authorize.Net has an example of this page in the docs). Then add the following code in your compnent:
08-14-2017 02:01 PM
Hi @paulshoot360,
Thanks for coming back and posting your solution. I'm sure it'll help others in the future who may find themselves in the same boat.
08-16-2017 11:52 AM
Hi,
Is there any place I can find an example of this? I need the fully hosted solution for my angular 5 application.
And the examples are in PHP and not so easy to understand.
Thanks,
07-19-2018 09:09 AM
@mtarantooms01 Same Here :/
01-06-2019 09:48 PM - edited 01-06-2019 09:52 PM
Hi,
Can you guid me for an integration of authorized.net payment using accept.js in my dotnet core and ngular 6 project?
currently, i have implemented c# core for the same but now as per the requirement i need to use accept.js for the same. So, how can i do that?
Thanks & Regards,
Divyesh Padamani
01-13-2020 03:57 AM
Can you help in making Accept.js work with Angular 8? Could you share a sample code to integrate Accept.js with Angular typescript. Also window.communicationHandler shows error as 'Property does not exist in window' in the typescript. Could you provide any solution to this?
Thanks!
01-21-2020 05:31 AM
Have you got this working? If yes, could you help us in getting it done.
01-21-2020 05:34 AM
HI,
Please provide the sample code to integration on angular 9 application.
--
Thanks,
Iquebal
07-17-2021 10:01 AM