简体   繁体   English

如何在 Angular 5 应用程序中集成 Paynimo 支付网关?

[英]How to integrate Paynimo payment gateway in Angular 5 app?

I am developing an web application which has the payment integration and the client has chosen the Paynimo payment gateway.我正在开发一个具有支付集成功能的 Web 应用程序,并且客户端选择了Paynimo支付网关。

They have documentation for javascript, that can be seen here他们有关于 javascript 的文档,可以在这里看到

I have no idea how to implement this in my Angular 5 App.我不知道如何在我的 Angular 5 应用程序中实现这一点。

Can anyone help?任何人都可以帮忙吗?

There will be one index.html file in your angular app.您的 angular 应用程序中将有一个index.html文件。 If the jquery is not included through angular.config.json include the jquery then in the index.html file如果未通过angular.config.json包含 jquery,则在 index.html 文件中包含 jquery

either of this这其中任何一个

UAT Checkout JS Link
<script type="text/javascript" src="https://www.tecprocesssolution.com/proto/P2M/server/lib/checkout.js"></script>

Live Checkout JS Link
<script type="text/javascript" src="https://www.paynimo.com/Paynimocheckout/server/lib/checkout.js"></script>

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何在 ionic 和 angular 中集成ccavenue支付网关 - How to integrate ccavenue payment gateway in ionic with angular 如何将 PayTM 支付网关与 ANGULAR 9 应用程序集成以及如何处理 CALLBACK_URL - How to integrate PayTM payment gateway with ANGULAR 9 app and how to handle the CALLBACK_URL 在 Angular2+ 中集成 PayU 支付网关 - API 如何与 Angular 客户端通信支付已完成? - Integrate PayU Payment Gateway in Angular2+ - How API will communicate Angular Client that Payment is complete? 如何在angular-8中集成最新版本的条带支付网关(Server checkout)? - How to integrate latest version of stripe payment gateway (Server checkout) in angular-8? 如何将Angular 2应用程序集成到Django应用程序中 - How to integrate an Angular 2 app into a Django app 如何将bootstrap-tour集成到angular应用程序? - How to integrate bootstrap-tour to angular app? 如何将 Angular 4 应用程序与 Spring Boot 堆栈集成? - How to integrate an Angular 4 app with a Spring Boot stack? Ionic 4 Angular 8 Razorpay 支付网关集成错误 - Ionic 4 Angular 8 Razorpay Payment Gateway integration error 如何将谷歌地图集成到 Angular 9 应用程序中 - How to integrate Google Maps into Angular 9 app 如何在角度应用程序中集成 nuxeo 聚合物 3 元素? - How to integrate nuxeo polymer 3 elements in angular app?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM