maxipago-sdk
TypeScript icon, indicating that this package has built-in type declarations

2.2.0 • Public • Published

MAXIPAGO SDK

EXAMPLE

import { MaxiPagoSDK } from "maxipago-sdk";

const auth = {
   merchantId: process.env.MAXIPAGO_MERCHANT_ID!,
   merchantKey: process.env.MAXIPAGO_MERCHANT_KEY!,
};

const sdk = new MaxiPagoSDK(auth, "development");

const response = await sdk.createPix({
   // ...
});

console.log(response);

DOCS

https://www.maxipago.com/developers/apidocs/

Readme

Keywords

Package Sidebar

Install

npm i maxipago-sdk

Weekly Downloads

5

Version

2.2.0

License

MIT

Unpacked Size

170 kB

Total Files

8

Last publish

Collaborators

  • cleber_wacheski