JSPM

mpp-sdk

0.5.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 121
  • Score
    100M100P100Q75731F
  • License MIT

SDK to talk to the Memento Payments Platform

Package Exports

  • mpp-sdk
  • mpp-sdk/lib/helpers
  • mpp-sdk/lib/storage

Readme

Memento Payments SDK

Simplify your communication with the Memento Payments Platform.

Usage

import { MPPSDK } from "mpp-sdk";

const config = {
  host: "API_URL",
  projectId: "YOUR_PROJECT_ID_HERE"
};

const mpp = new MPPSDK(config);