Closed gneo54 closed 3 years ago
Two options to integrate. API and Widget. We will aim to implement using the Widget approach.
The Widget approach accepts various Query Parameters, documented at https://www.moonpay.com/dashboard/getting_started/
Moonpay provides 2 API keys
The moonpay team created this page https://buy.moonpay.io/litecoin
Ideally, the flow is: Mobile App calls a litewallet backend API, which in turn produces a signed URL using the private key and returns that URL in the response. The mobile app renders the page that the URL in the response renders.
Moved to the litewallet-api repo
Two options to integrate. API and Widget. We will aim to implement using the Widget approach.
The Widget approach accepts various Query Parameters, documented at https://www.moonpay.com/dashboard/getting_started/
Moonpay provides 2 API keys
The moonpay team created this page https://buy.moonpay.io/litecoin
Ideally, the flow is: Mobile App calls a litewallet backend API, which in turn produces a signed URL using the private key and returns that URL in the response. The mobile app renders the page that the URL in the response renders.