All Projects → iamport → Iamport React Example

iamport / Iamport React Example

Licence: mit
리액트 환경에서 아임포트 결제 및 휴대폰 본인인증 연동을 위한 예제입니다.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Iamport React Example

Wmzdialog
功能最多样式最多的弹窗,支持普通/微信底部/日期/地区/日历/选择/编辑/分享/菜单/自定义弹窗等,支持多种动画,链式编程调用(Pop-up windows with the most functions and styles, support normal/WeChat bottom/date/region/calendar/select/edit/share/menu/custom pop-up windows, etc., support multiple animations, chain programming calls)
Stars: ✭ 673 (+1939.39%)
Mutual labels:  payment
Kirby Pay
Make online payments with Kirby
Stars: ✭ 27 (-18.18%)
Mutual labels:  payment
Dca
Docker Certified Associate Exam Preparation Guide
Stars: ✭ 883 (+2575.76%)
Mutual labels:  certification
Paysdk
PHP 集成支付 SDK ,集成了支付宝、微信支付的支付接口和其它相关接口的操作。支持 php-fpm 和 Swoole,所有框架通用。宇润PHP全家桶技术支持群:17916227
Stars: ✭ 723 (+2090.91%)
Mutual labels:  payment
Pagarme Laravel
Pagar.me SDK for Laravel applications.
Stars: ✭ 23 (-30.3%)
Mutual labels:  payment
Laravel Pay
可能是我用过的最优雅的 Alipay 和 WeChat 的 laravel 支付扩展包了
Stars: ✭ 856 (+2493.94%)
Mutual labels:  payment
Coiniumserv
Next-gen crypto currency mining pool software
Stars: ✭ 651 (+1872.73%)
Mutual labels:  payment
Node Tenpay
微信支付 for nodejs
Stars: ✭ 947 (+2769.7%)
Mutual labels:  payment
Paypal Checkout Components
Javascript Integration for PayPal Button and PayPal Checkout
Stars: ✭ 938 (+2742.42%)
Mutual labels:  payment
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 (-57.58%)
Mutual labels:  payment
Dca Prep Guide
Docker Certification Associate preparation guide - a list of resources to help you prepare for a successful certification
Stars: ✭ 739 (+2139.39%)
Mutual labels:  certification
Mixin labs Php Bot
PHP7 bot for Mixin Network
Stars: ✭ 16 (-51.52%)
Mutual labels:  payment
Vue Stripe Payment
Vue wrapper for jquery.payment by stripe
Stars: ✭ 11 (-66.67%)
Mutual labels:  payment
Certified Kubernetes Security Specialist
Curated resources help you prepare for the CNCF/Linux Foundation CKS 2021 "Kubernetes Certified Security Specialist" Certification exam. Please provide feedback or requests by raising issues, or making a pull request. All feedback for improvements are welcome. thank you.
Stars: ✭ 691 (+1993.94%)
Mutual labels:  certification
Africastalking Java
Official Java SDK
Stars: ✭ 27 (-18.18%)
Mutual labels:  payment
Vue Stripe
Stripe Checkout & Elements for Vue.js
Stars: ✭ 669 (+1927.27%)
Mutual labels:  payment
Jekyll Paspagon
Sell your Jekyll blog posts in various formats for cryptocurrencies.
Stars: ✭ 8 (-75.76%)
Mutual labels:  payment
Tic Tac
Client not paid ? This is the solution of your problem
Stars: ✭ 29 (-12.12%)
Mutual labels:  payment
Paylink
Paylink 是基于 .NET Core 、 ASP.NET Core 开发的支付SDK集,它极大简化了API调用及通知的处理流程。
Stars: ✭ 947 (+2769.7%)
Mutual labels:  payment
Weixin Pay
微信支付
Stars: ✭ 863 (+2515.15%)
Mutual labels:  payment

iamport-react-example

alt text alt text alt text

리액트 환경에서 아임포트 결제 및 휴대폰 본인인증 연동을 위한 예제입니다.

다운받기

$ git clone https://github.com/iamport/iamport-react-example

실행하기

$ cd ./iamport-react-example
$ npm install
$ npm start

아임포트 라이브러리 추가하기

최상단 HTML(public/index.html)에 아래의 <script>를 삽입합니다. 아임포트 라이브러리는 jQuery 기반으로 동작하기 때문에 jQuery 1.0 이상이 반드시 설치되어 있어야합니다.

  <!-- jQuery -->
  <script type="text/javascript" src="https://code.jquery.com/jquery-1.12.4.min.js" ></script>
  <!-- iamport.payment.js -->
  <script type="text/javascript" src="https://cdn.iamport.kr/js/iamport.payment-1.1.8.js"></script>

결제 연동하기

결제 연동 방법은 리액트에서 아임포트 결제 연동하기 문서를 참고하세요.

휴대폰 본인인증 연동하기

휴대폰 본인인증 연동 방법은 리액트에서 아임포트 휴대폰 본인인증 연동하기 문서를 참고하세요.

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