All Projects → bukinoshita → credit-card-prompt

bukinoshita / credit-card-prompt

Licence: MIT license
Credit card prompt with validation and address lookup

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to credit-card-prompt

ng-payment-card
💳 Responsive credit card component for Angular.
Stars: ✭ 27 (+107.69%)
Mutual labels:  payment, credit-card, debit-card
Mfcard
Easily integrate Credit Card payments module in iOS App. Swift 4.0
Stars: ✭ 356 (+2638.46%)
Mutual labels:  card, payment, credit-card
PaymentCardView
Custom Credit/Debit card view
Stars: ✭ 62 (+376.92%)
Mutual labels:  payment, credit-card, debit-card
J2pay
Multi-gateway payment processing library for java
Stars: ✭ 125 (+861.54%)
Mutual labels:  card, credit-card
card-validator
Card validation helpers for payment forms.
Stars: ✭ 22 (+69.23%)
Mutual labels:  card, credit-card
Swipeablecard
A simple implementation of swipe card like StreetView
Stars: ✭ 812 (+6146.15%)
Mutual labels:  card, credit-card
React Credit Cards
Beautiful credit cards for your payment forms
Stars: ✭ 2,239 (+17123.08%)
Mutual labels:  payment, credit-card
sep-pay
Pay.ir Payment Package for Laravel 5.3+
Stars: ✭ 17 (+30.77%)
Mutual labels:  pay, payment
Stripe
Stripe library for Vapor
Stars: ✭ 151 (+1061.54%)
Mutual labels:  card, payment
terms-dictionary
Simple definitions of terms, acronyms, abbreviations, companies, and projects related to financial services and Moov.
Stars: ✭ 48 (+269.23%)
Mutual labels:  payment, credit-card
Pay
可能是我用过的最优雅的 Alipay 和 WeChat 的支付 SDK 扩展包了
Stars: ✭ 4,176 (+32023.08%)
Mutual labels:  pay, payment
Gopay
golang支付:微信公众号,微信app,微信小程序,微信企业支付,支付宝网页版,支付宝app,支付宝企业支付
Stars: ✭ 313 (+2307.69%)
Mutual labels:  pay, payment
Pay
个人网站即时到账收款解决方案 / Personal website instant payment solution
Stars: ✭ 558 (+4192.31%)
Mutual labels:  pay, payment
Vue Paycard
Credit card component made with Vue.js
Stars: ✭ 52 (+300%)
Mutual labels:  card, credit-card
ex pesa
Payment Library For Most Public Payment API's in Kenya and hopefully Africa. Let us get this moneybag
Stars: ✭ 19 (+46.15%)
Mutual labels:  card, payment
DYFStoreKit
([Swift] https://github.com/chenxing640/DYFStore) A lightweight and easy-to-use iOS library for In-App Purchases (Objective-C). DYFStoreKit uses blocks and notifications to wrap StoreKit, provides receipt verification and transaction persistence and doesn't require any external dependencies.
Stars: ✭ 52 (+300%)
Mutual labels:  pay, payment
Laravel Pay
可能是我用过的最优雅的 Alipay 和 WeChat 的 laravel 支付扩展包了
Stars: ✭ 856 (+6484.62%)
Mutual labels:  pay, payment
React Interactive Paycard
Interactive React Paycard
Stars: ✭ 2,129 (+16276.92%)
Mutual labels:  payment, credit-card
Yrpayment
Better payment user experience library with cool animation in Swift
Stars: ✭ 176 (+1253.85%)
Mutual labels:  payment, credit-card
Ijpay
IJPay 让支付触手可及,封装了微信支付、QQ支付、支付宝支付、京东支付、银联支付、PayPal 支付等常用的支付方式以及各种常用的接口。不依赖任何第三方 mvc 框架,仅仅作为工具使用简单快速完成支付模块的开发,可轻松嵌入到任何系统里。右上角点下小星星✨
Stars: ✭ 3,561 (+27292.31%)
Mutual labels:  pay, payment

credit-card-prompt Build Status

Credit card prompt with validation and address lookup

Install

$ npm install --save credit-card-prompt

Usage

const creditCardPrompt = require('credit-card-prompt')

creditCardPrompt()

/*
{
  name: 'Bu Kinoshita',
  number: 4242424242424242,
  cvc: 123,
  address_country: Canada,
  address_zip: MK63P6,
  address_state: Toronto,
  address_city: res.city,
  address_line1: res.address1,
  exp_month: expDateParts[0],
  exp_year: expDateParts[1]
}
*/

It uses add-billing from zeit under the hood with some changes.

Demo

API

creditCardPrompt(googleMapsKey)

Returns a promise

googleMapsKey

Type: string
Optional

If Google Maps API Key is set, it will lookup for user state and city using zip code.

Related

  • npm-donate — Support maintainers with a donation and help them continue with activities.

License

MIT © Bu Kinoshita

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