简体   繁体   English

BlueSnap omnipay集成

[英]BlueSnap omnipay integration

Did anyone used or know where can I find Bluesnap omnipay gateway? 有没有人使用过或知道在哪里可以找到Bluesnap omnipay网关? I'm working on OctoberCMS site using JIRI shop plugin. 我正在使用JIRI shop插件在OctoberCMS网站上工作。 Last integration made possible to use omnipay gateways, but bluesnap (i'm about to use) is missing. 上一次集成使使用omnipay网关成为可能,但是bluesnap(我将要使用)丢失了。 Wondering if anyone already made it. 想知道是否有人已经做到了。 Thanks 谢谢

On this page is the canonical list of integrations for Omnipay: 在此页面上是Omnipay集成的规范列表:

https://github.com/thephpleague/omnipay https://github.com/thephpleague/omnipay

There are approximately 100 integrations there but sadly Bluesnap is not one of them. 那里大约有100个集成,但不幸的是Bluesnap并不是其中之一。 If you contribute the gateway code then we can list it on the Omnipay page. 如果您提供网关代码,那么我们可以在Omnipay页面上列出它。

According to the API docs on the Bluesnap website it is a REST API that takes either SXML blobs as input. 根据Bluesnap网站上的API文档,这是一个REST API,它可以将SXML Blob作为输入。 It should not be too hard to code such a gateway based on one of the existing REST gateways, eg Stripe, the only complexity being the generation of the HTML. 基于现有的REST网关之一(例如Stripe)来编写这样的网关应该不太困难,唯一的复杂性就是HTML的生成。

I've just created an Omnipay driver for BlueSnap. 我刚刚为BlueSnap创建了Omnipay驱动程序。 At this time, it's mostly intended for the BlueSnap Hosted Checkout product, but you could expand it for the rest of the API: https://github.com/vimeo/omnipay-bluesnap 目前,它主要用于BlueSnap Hosted Checkout产品,但您可以将其扩展到其他API: https//github.com/vimeo/omnipay-bluesnap

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

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM