节点后端集成:OpenPix后端集成 源码
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.zip
(预估有个26文件)
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
暂无评论