节点后端集成:OpenPix后端集成

时间:2024-03-23 18:46:25
【文件属性】:

文件名称:节点后端集成:OpenPix后端集成

文件大小:107KB

文件格式:ZIP

更新时间:2024-03-23 18:46:25

TypeScript

OpenPix后端集成示例 使用平台的Pix示例。 基本的OpenPix后端集成示例 这是如何在您的后端中集成OpenPix Api的示例 POST / donation - crete a new donation GET / donation / id - get donation info POST / webhook - webhook that will be called by OpenPix API 设置 在您的OpenPix帐户中生成一个 使用以下数据创建一个.env文件 PORT = 5666 OPENPIX_API = https : //api.openpix.com.br/ APP_ID = < your> MONGO_URI=mongodb://localhost/donation 怎么跑 yarn start


【文件预览】:
node-backend-integration-master
----.gitignore(408B)
----tsconfig.json(5KB)
----README.md(730B)
----script()
--------registerOpenPixWebhook.ts(548B)
----package.json(2KB)
----src()
--------webhookPost.ts(1KB)
--------debugConsole.ts(375B)
--------config.ts(407B)
--------openpixApi()
--------modules()
--------index.ts(378B)
--------mongo.ts(1KB)
--------app.ts(1014B)
----webpack()
--------webpack.config.js(1KB)
--------ReloadServerPlugin.js(1018B)
----webpackx.ts(2KB)
----webpack.config.js(1KB)
----babel.config.js(459B)
----yarn.lock(234KB)
----.env.example(97B)

网友评论