cancel
Showing results for 
Search instead for 
Did you mean: 

Dynamic Items Simple Checkout

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...

zero-ralph
Member
4 REPLIES 4

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

RichardH
Administrator Administrator
Administrator

Hello RichardH

Thanks for confirming 

I need to ask another thing.. 

can Accept Js handle customer profiling ? 

@zero-ralph

 

Accept.js creates a one-time token that can be used to create one-time payments, to create customer profiles or create subscriptions.

 

Richard

Thank you @RichardH.. It helps me a lot..