All Projects → StyleShare → toss

StyleShare / toss

Licence: Unlicense license
Toss 결제를 위한 python client library

Programming Languages

python
139335 projects - #7 most used programming language
Makefile
30231 projects

Projects that are alternatives of or similar to toss

Openfintech
Opensource FinTech standards & payment provider data
Stars: ✭ 87 (+70.59%)
Mutual labels:  payment, payment-gateway
wc-moldovaagroindbank
WooCommerce maib Moldova Agroindbank Payment Gateway
Stars: ✭ 13 (-74.51%)
Mutual labels:  payment, payment-gateway
Adyen Php Api Library
Adyen API Library for PHP
Stars: ✭ 93 (+82.35%)
Mutual labels:  payment, payment-gateway
Authnetjson
Library that abstracts Authorize.Net's JSON APIs. This includes the Advanced Integration Method (AIM), Automated Recurring Billing (ARB), Customer Information Manager (CIM), Transaction Reporting, Simple Integration Method (SIM), and Webhooks.
Stars: ✭ 14 (-72.55%)
Mutual labels:  payment, payment-gateway
Manuals
Do design No code 💻📱🛒📚
Stars: ✭ 1,969 (+3760.78%)
Mutual labels:  shop, payment-gateway
Adyen Ruby Api Library
Adyen API Library for Ruby
Stars: ✭ 35 (-31.37%)
Mutual labels:  payment, payment-gateway
Laravel Paddle
Paddle.com API integration for Laravel with support for webhooks/events
Stars: ✭ 132 (+158.82%)
Mutual labels:  payment, payment-gateway
SSLCommerz-Laravel
SSLCOMMERZ is a bangladeshi payment gateway provider. This is Laravel Library for SSLCOMMERZ.
Stars: ✭ 66 (+29.41%)
Mutual labels:  payment, payment-gateway
42-cent
Node.js multi-gateway payment processing module
Stars: ✭ 43 (-15.69%)
Mutual labels:  payment, payment-gateway
Omnipay Pingpp
A Ping++ driver for the Omnipay PHP payment processing library. 一个聚合了支付宝(APP、Wap、PC、即时到账、扫码、企业付款),微信(APP、公众号、红包), 银联网关、银联企业网银、Apple Pay、QQ 钱包、易宝支付、百度钱包、京东支付、京东白条、招行一网通、分期支付等国内主流支付渠道的聚合支付网关(Ping++, also known as Pingpp/Pingxx/Pingplusplus)
Stars: ✭ 227 (+345.1%)
Mutual labels:  payment, payment-gateway
Gringotts
A complete payment library for Elixir and Phoenix Framework
Stars: ✭ 396 (+676.47%)
Mutual labels:  payment, payment-gateway
ccashcow
💰 Accept cards & crypto. Payments so easy a cow could do it.
Stars: ✭ 40 (-21.57%)
Mutual labels:  payment, payment-gateway
Sdk Php
PHP SDK for Authorize.Net API
Stars: ✭ 343 (+572.55%)
Mutual labels:  payment, payment-gateway
React Native Midtrans
Midtrans Mobile SDK for React Native
Stars: ✭ 57 (+11.76%)
Mutual labels:  payment, payment-gateway
Payment
simple laravel payment package , supports multiple drivers
Stars: ✭ 328 (+543.14%)
Mutual labels:  payment, payment-gateway
Sdk Dotnet
.Net SDK for Authorize.Net API
Stars: ✭ 124 (+143.14%)
Mutual labels:  payment, payment-gateway
flutter paystack
💳 A robust Flutter plugin for making payments via Paystack Payment Gateway. Completely supports Android and iOS
Stars: ✭ 146 (+186.27%)
Mutual labels:  payment, payment-gateway
cybersource-android-sdk
The CyberSource InApp SDK enables developers to simply and securely incorporate mobile payments into their Android applications.
Stars: ✭ 25 (-50.98%)
Mutual labels:  payment, payment-gateway
Go Payment
Payment Connector for Midtrans and Xendit. Sample site that is using this payment proxy is https://imrenagi.com/donate
Stars: ✭ 136 (+166.67%)
Mutual labels:  payment, payment-gateway
adyen-hybris
Adyen Payment plugin for Hybris
Stars: ✭ 23 (-54.9%)
Mutual labels:  payment, payment-gateway

toss

Toss 결제를 위한 python client library wrapper (본격 날로 먹기의 꿈)

CircleCI

참고자료

requirements

  • python3
  • strong mentality

install

pip install toss

usage

from toss import TossPayClient

client = TossPayClient() # 아무 값도 없으면 샌드박스

결제 요청

result = client.purchase(
    '주문번호', 1000, '상품설명', 'http://returning .url', False)

결제 정보 가져오기

payment = client.get_payment(result.pay_token)

결제 승인

client.approve(payment.pay_token)

결제 취소

client.cancel(payment.pay_token, '고객 요청으로 취소')

환불

client.refund(payment.token, 1000, 0)

FAQ

왜 이렇게 코드가 엉망인가요?

제가 죽을 죄를 지었습니다. 그러니 https://github.com/styleshare/toss/pulls 굽신굽신

사용하는 게 너무 불편해요.

저도요. 어머 우리 통하는 게 있나봐요. https://github.com/styleshare/toss/pulls 그런 당신을 위해 제가 특별히 마련했습니다.

왜 라이선스가 Public domain 인가요?

저는 FSF를 지지합니다.

toss 개발자들이 욕하지 않을까요?

제가 왜 public domain 했겠어요?

이거 FAQ 맞나요?

눈치가 빠른 꼬맹이는 PR이나 날리라구 https://github.com/styleshare/toss/pulls

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].