I need to use SDK MercadoPago in the NuxtJs for payments, the form needs to be customizing, soo needs to use "checkout transparent", and i need to use payment with recorrency, to use subscriptions.
In this project NuxtJs is the front-end and Laravel is the back-end, Laravel is a API Rest, soo i need to save data from purchase like a Order, product name, quantity, price... in db when the checkout is success.
What is the best way to do this?