BlueSnap omnipay integration - payment

Did anyone used or know where can I find Bluesnap omnipay gateway?
I'm working on OctoberCMS site using JIRI shop plugin.
Last integration made possible to use omnipay gateways, but bluesnap (i'm about to use) is missing. Wondering if anyone already made it.
Thanks

On this page is the canonical list of integrations for Omnipay:
https://github.com/thephpleague/omnipay
There are approximately 100 integrations there but sadly Bluesnap is not one of them. If you contribute the gateway code then we can list it on the Omnipay page.
According to the API docs on the Bluesnap website it is a REST API that takes either SXML blobs as input. It should not be too hard to code such a gateway based on one of the existing REST gateways, e.g. Stripe, the only complexity being the generation of the HTML.

I've just created an Omnipay driver for BlueSnap. 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

Related

2Checkut Checkout(accepting payments securely hosted by Verifone) integration with nodejs and react

does anyone knows how to integrate 2checkout in nodejs application. I have created and activated account, and I'm looking their documentation, and they have so much information but I can't find something clear.I need option to create subscriptions (recurring payments) from page hosted by them. I have found this documentation that describes checkout option, but there is no info about subscriptions, and also they need some info that can't be found on portal. I have contacted their support few days ago but they still didn't send any response.
https://verifone.cloud/docs/online-payments/checkout
Thank you.
You can generate Token by using 2co-react

Can I implement Stripe checkout in React without my own backend server?

I have a React frontend deployed on Netlify. I want to implement a simple payment system where user can enter the amount they want and pay using Stripe checkout or even PayPal. I wanted to know If this is possible without paying for a separate backend. Or is there any other self hosted payment gateway you can suggest?
thanks! :)
Technically, you can use client-only Stripe Checkout, however it's not the recommended path: https://stripe.com/docs/payments/checkout/client
Client-only is not recommended because it lacks many of the features made possible with a client-server integration. Furthermore, the client-only integration is not currently (as of this post) receiving new features or upgrades.
If you don't want to do server-sided development, then Stripe Checkout (client-only integration) is the way to go. Everything you need can be done on Stripe dashboard.
Stripe now has a solution called Stripe Payment Links. It's a client-only solution... in fact it requires no code!
As you can see on Stripe docs The Stripe API uses API keys to authenticate requests. - so this means that you need a secure way to integrate with them, without exposing those keys.
So the best way would be to use some serverless backend (FaaS) for that, like Amazon Lambda, GCP Cloud Functions etc.
Here's a good article, how to integrate Stripe with webtask.io, which should be pretty simple to use

DocuSign API - I want API for Reports

I am using DocuSign Open API'S to generate a report. Can anyone suggest which API I should use, if any?
I have tried to execute the API from DocuSign but a report API is not available.
Thanks in advance.
DocuSign does not have an API that allows you to access the web console's Reporting function.
Depending on what you're looking for, you can pull data from the Envelopes API.
DocuSign is developing a Data Feed API that will allow much more in-depth access to information. Data Feed is currently in limited, early access - I would recommend reaching out to your Account Manager or the Sales team if that is of interest to you.
Tirnuagari, these APIs are not yet public, but we hope to make them public soon. I can't promise an exact time frame, but I'll update this thread when I hear something from the team working on this. Thanks for your patience!

How to post on Instagram via E-Mail?

I'm just wondering if there is some service out there, where I can send an e-mail to with an image attached and that service posts this image to my Instagram account?
If you check out the API endpoints you can see that they are quite limited. Facebook made changes to Instagram's API last summer which did away with lots of features; having an endpoint for posting may have been one of them. Either way, it is no longer around, and seeing as Facebook does not want to encourage using their services outside of their own sites and apps, it is unlikely you'd be able to find the service you are looking for.

Instagram API review submission - complete app needed?

I just noticed that new Instagram API's sandbox has too many restrictions and I would need to submit review to build my app. I googled to see if there's a way around but looks like using their API would be better than anything.
The app I was going to build requires all the API endpoints that Instagram doesn't allow Sandbox users to access (such as hashtag search and get recent tags). Do I just build one assuming I can get responses from the endpoints? I am pretty confused. Anything would help. Thanks!
You think you have two options:
Since, instagram allows you get the contents from the user's in the sandbox mode.
Create an App using link and submit for review to get experience with public data available in instagram.

Resources