All Projects → checkout → frames-android

checkout / frames-android

Licence: MIT License
Checkout API Client, Payment Form UI and Utilities

Programming Languages

java
68154 projects - #9 most used programming language
kotlin
9241 projects

Projects that are alternatives of or similar to frames-android

ng-payment-card
💳 Responsive credit card component for Angular.
Stars: ✭ 27 (+3.85%)
Mutual labels:  checkout, payment, credit-card
Mfcard
Easily integrate Credit Card payments module in iOS App. Swift 4.0
Stars: ✭ 356 (+1269.23%)
Mutual labels:  validation, payment, credit-card
Credit card validations
💳 ruby gem for validating credit card numbers, generating valid numbers, luhn checks
Stars: ✭ 140 (+438.46%)
Mutual labels:  validation, credit-card
Credit Card
Credit Card Validation
Stars: ✭ 150 (+476.92%)
Mutual labels:  validation, credit-card
credit-card-prompt
Credit card prompt with validation and address lookup
Stars: ✭ 13 (-50%)
Mutual labels:  payment, credit-card
Creditcard.js
A simple credit cards validation library in JavaScript
Stars: ✭ 259 (+896.15%)
Mutual labels:  validation, credit-card
Pycard
A simple credit card validation Python library with no dependencies
Stars: ✭ 40 (+53.85%)
Mutual labels:  validation, credit-card
terms-dictionary
Simple definitions of terms, acronyms, abbreviations, companies, and projects related to financial services and Moov.
Stars: ✭ 48 (+84.62%)
Mutual labels:  payment, credit-card
React Interactive Paycard
Interactive React Paycard
Stars: ✭ 2,129 (+8088.46%)
Mutual labels:  payment, credit-card
react-credit-cards
Beautiful credit cards for your payment forms
Stars: ✭ 2,386 (+9076.92%)
Mutual labels:  payment, credit-card
PCard
Demo project to showcase adding payment card details using JetPack Compose
Stars: ✭ 61 (+134.62%)
Mutual labels:  payment, credit-card
PaymentCardView
Custom Credit/Debit card view
Stars: ✭ 62 (+138.46%)
Mutual labels:  payment, credit-card
awesome-ecommerce
Collect and develop Open Source or Free Projects for building ecommerce platform easy and fast and free
Stars: ✭ 39 (+50%)
Mutual labels:  checkout, payment
React Credit Cards
Beautiful credit cards for your payment forms
Stars: ✭ 2,239 (+8511.54%)
Mutual labels:  payment, credit-card
Yrpayment
Better payment user experience library with cool animation in Swift
Stars: ✭ 176 (+576.92%)
Mutual labels:  payment, credit-card
svelte-stripe-js
Everything you need to add Stripe Elements to your Svelte project
Stars: ✭ 139 (+434.62%)
Mutual labels:  payment, credit-card
React Native Credit Card Input
Easy, cross-platform credit-card input for your React Native Project! Start accepting payment 💰 in your app today!
Stars: ✭ 1,244 (+4684.62%)
Mutual labels:  payment, credit-card
Go Payment
Payment Connector for Midtrans and Xendit. Sample site that is using this payment proxy is https://imrenagi.com/donate
Stars: ✭ 136 (+423.08%)
Mutual labels:  payment, credit-card
ccashcow
💰 Accept cards & crypto. Payments so easy a cow could do it.
Stars: ✭ 40 (+53.85%)
Mutual labels:  payment, credit-card
bolt-magento2
Bolt plugin for magento2
Stars: ✭ 17 (-34.62%)
Mutual labels:  checkout, payment

Frames Android SDK

CircleCI License: MIT

Start accepting online payments in just a few minutes with our Android SDK. It's quick and easy to integrate, accepts online payments from all major credit cards, and is customizable to your brand.

Features

Two ways to integrate:

  • Use our native UI and embed the fully customisable form to accept card details, customer name and billing details and exchange them for a secure token.
  • Build your own UI and use the provided API to send sensitive data to the Checkout.com server and retrieve the secure token.

Accept cards and Google Pay easily using our UI and tokenization module to stay away from PCI-compliance.

Handle 3D Secure verification within a WebView.

Documentation

Integration guides on using the Frames Android SDK are available on our docs website.

Requirements

  • Android minimum SDK 21

Compatibility verified with targetSdk versions 21 to 31

Installation

Add JitPack repository to the project level build.gradle file:

// project gradle file
allprojects {
    repositories {
        maven { url 'https://jitpack.io' }
    }
}

Add Frames SDK dependency to the module gradle file:

// module gradle file
dependencies {
    implementation 'com.github.checkout:frames-android:<latest_version>'
}

You can find more about the installation and available versions on

Please keep in mind that the Jitpack repository should to be added to the project gradle file while the dependency should be added in the module gradle file. (More about build configuration files is available here)

License

Frames Android is released under the MIT license.

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