litecoin-foundation / Litewallet-Project

General information for Litewallet across all platforms
5 stars 0 forks source link

Moonpay Mobile API Backend Integration #4

Closed gneo54 closed 3 years ago

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

gneo54 commented 3 years ago

Moved to the litewallet-api repo