-3
I need to integrate with the JUNO API.
What is the step-by-step approach to making a payment integration via Credit Card?
(already with the forumlarium s created)
Step 1°: Create the Request Button, be it ajax, Next...
Step 2°: Create the Route
Step 3°: Send to controller
Step 4°: ...
The question is very wide and without knowing where things got difficult there are not many answers to give. But, maybe it helps to visit the documentation of the JUNO API and the Laravel HTTP client documentation, that you should use to make the requests to the JUNO API.
– Daniel Freitas