Hello,
I'm new in authorize.net. I want to use simple checkout for my laravel project
I've researched a bunch of youtube videos but all of them must create an item statically then paste the code of the buy now button into my project..
Is there a way to have a dynamic items ?
Hope you can help me...
08-04-2018 01:04 AM
Hello @zero-ralph
Simple Checkout is just that, a simple solution for buying from a pre-determined list of products.
If you want to accept a one-time payment, you might explore using Accept.js with UI. http://developer.authorize.net/api/reference/features/acceptjs.html
Richard
08-07-2018 08:41 PM
Hello RichardH
Thanks for confirming
I need to ask another thing..
can Accept Js handle customer profiling ?
08-13-2018 04:44 AM
Accept.js creates a one-time token that can be used to create one-time payments, to create customer profiles or create subscriptions.
Richard
08-13-2018 06:22 AM
Thank you @RichardH.. It helps me a lot..
08-13-2018 06:23 AM