All Projects → alifcapital → swift

alifcapital / swift

Licence: MIT license
SWIFT (payments) SDK in GO

Programming Languages

go
31211 projects - #10 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to swift

MovieGo
A Website implemented using MERN (MongoDB, ExpressJS, ReactJS and NodeJS) stack, which allows users to sign-in/register and book movie tickets online.
Stars: ✭ 26 (+44.44%)
Mutual labels:  authorization
django-cancan
🔓Authorization library for Django
Stars: ✭ 36 (+100%)
Mutual labels:  authorization
django-letsagree
A Django application that associates Groups with Terms requiring consent from logged in members.
Stars: ✭ 12 (-33.33%)
Mutual labels:  authorization
opa-docker-authz
A policy-enabled authorization plugin for Docker.
Stars: ✭ 67 (+272.22%)
Mutual labels:  authorization
borica-3ds
PHP Borica EMV 3DS library
Stars: ✭ 15 (-16.67%)
Mutual labels:  payments
aarbac
An Automated Role Based Access Control .NET framework with T-SQL Query Parser which automatically parse select, insert, update, delete queries based on the logged in user role
Stars: ✭ 18 (+0%)
Mutual labels:  authorization
beyondauth
a traefik / nginx companion to create an identity aware proxy like beyondcorp
Stars: ✭ 26 (+44.44%)
Mutual labels:  authorization
bouncer
Token-based authorization and session management for Phoenix (Elixir)
Stars: ✭ 27 (+50%)
Mutual labels:  authorization
cms-prestashop
YooKassa payment module for PrestaShop
Stars: ✭ 13 (-27.78%)
Mutual labels:  payments
kibana-multitenant-proxy
A proxy behind nginx while before kibana (4.x, 5.x) to provide data isolation for different users
Stars: ✭ 25 (+38.89%)
Mutual labels:  authorization
pundit kit
Extension for pundit which allows to describe namespaces of policies in routes-like style
Stars: ✭ 12 (-33.33%)
Mutual labels:  authorization
cybersource-sdk-java
Java SDK for CyberSource Simple Order API
Stars: ✭ 44 (+144.44%)
Mutual labels:  payments
graft-ng
Supernode for GRAFT Network - 2nd layer Monero implementation for instant transactions and service brokers
Stars: ✭ 20 (+11.11%)
Mutual labels:  payments
authorizer
Your data, your control. Fully open source, authentication and authorization. No lock-ins. Deployment in Railway in 120 seconds || Spin a docker image as a micro-service in your infra. Built in login page and Admin panel out of the box.
Stars: ✭ 770 (+4177.78%)
Mutual labels:  authorization
oauth2-wechat
微信登录认证授权 Wechat login authorization. This package provides Wechat OAuth 2.0 support for the PHP League's OAuth 2.0 Client
Stars: ✭ 18 (+0%)
Mutual labels:  authorization
authorize-me
Authorization with social networks
Stars: ✭ 44 (+144.44%)
Mutual labels:  authorization
active admin role
Role based authorization with CanCanCan for Active Admin
Stars: ✭ 53 (+194.44%)
Mutual labels:  authorization
wp-simple-pay-lite
Add high conversion Stripe payment forms to your WordPress site in minutes.
Stars: ✭ 31 (+72.22%)
Mutual labels:  payments
yandex-checkout-node
Node.js SDK for Yandex.Checkout (unofficial)
Stars: ✭ 64 (+255.56%)
Mutual labels:  payments
adyen-android
Adyen SDK for Android
Stars: ✭ 89 (+394.44%)
Mutual labels:  payments

SWIFT SDK in GO

This package is written to cover low level stuff for integration with SWIFT Payments. All code is written according to specification from Developers API, checkout the link to discover more. References for the moment package implements:

INSTALL

go get github.com/alifcapital/swift

TESTS

// provide `tests.json` file (example: `tests.json.example`) and run
go test -cover

// to see coverage details
go test . -coverprofile tests.cover && go tool cover -html tests.cover && rm tests.cover

Contributing

Pull requests are welcome. For any changes, please open an issue first to discuss what you would like to change. Please make sure to update tests as appropriate.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].