What is the best way to use MercadoPago in the NuxtJs?

290 Views Asked by At

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?

0

There are 0 best solutions below