{"id":21578255,"url":"https://github.com/wallee-payment/wallee-android-sdk","last_synced_at":"2026-05-22T14:08:30.547Z","repository":{"id":54659431,"uuid":"96744295","full_name":"wallee-payment/wallee-android-sdk","owner":"wallee-payment","description":"This project provides an SDK for using the wallee payment service in Android apps.","archived":false,"fork":false,"pushed_at":"2021-02-06T21:17:50.000Z","size":505,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":9,"default_branch":"master","last_synced_at":"2025-01-24T14:17:06.645Z","etag":null,"topics":["android","android-library","java","payment","payment-gateway","sdk"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/wallee-payment.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-07-10T06:41:42.000Z","updated_at":"2024-01-18T14:05:40.000Z","dependencies_parsed_at":"2022-08-13T23:10:15.734Z","dependency_job_id":null,"html_url":"https://github.com/wallee-payment/wallee-android-sdk","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wallee-payment%2Fwallee-android-sdk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wallee-payment%2Fwallee-android-sdk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wallee-payment%2Fwallee-android-sdk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wallee-payment%2Fwallee-android-sdk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wallee-payment","download_url":"https://codeload.github.com/wallee-payment/wallee-android-sdk/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244177648,"owners_count":20410993,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["android","android-library","java","payment","payment-gateway","sdk"],"created_at":"2024-11-24T13:09:59.489Z","updated_at":"2026-05-22T14:08:25.525Z","avatar_url":"https://github.com/wallee-payment.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Build Status](https://travis-ci.org/wallee-payment/wallee-android-sdk.svg?branch=master)](https://travis-ci.org/wallee-payment/wallee-android-sdk)\n[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.wallee/wallee-android-sdk/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.wallee/wallee-android-sdk)\n\n# wallee-android-sdk\n\nThis project allows to integrate the \u003ca href=\"https://wallee.com\"\u003ewallee payment service\u003c/a\u003e into\nAndroid apps.\n\n# Install Dependency\n\nTo start using wallee API you will have to add a dependency to your project's build file:\n\n```groovy\ncompile \"com.wallee:wallee-android-sdk:1.0.0\"\n```\n\n# Basic Usage\n\nThe simplest way to use the SDK is using the `ActivityAwarePaymentFragment`. This fragment manages\nthe whole payment process. In essence the `Activity` has to implement the interfaces\n`CredentialsProviderResolver` and `FragmentTerminationListener`. This fragment fetches the required\ndata automatically from the `Activity`.\n\nThe `FragmentTerminationListener` is responsible for handling the termination of the fragment. The\nfragment terminates when either the payment process was successful or it failed.\n\nThe `CredentialsProviderResolver` is responsible for fetching the access credentials to the web\nservice API. The access user ID and the HMAC key of the user need to be stored securely on the\nmerchant backend server. They cannot be stored within the application. The backend server can\nrequest for a particular transaction temporary credentials which grants temporary access to the\ntransaction. Those credentials can be forwarded to the app. This way the merchant keeps control\nover what the user of the app is allowed to do.\n\nThe `ActivityAwarePaymentFragment` has generally the following flow:\n\n1) Allow the user to select a token from a list of tokens.\n2) When the user wants to use another payment method or if there are not tokens stored for the user\n   a list of payment methods is presented.\n3) When the user selects a payment method the form for collecting the data (like credit card number)\n   is loaded.\n4) The form is submitted and the transaction is processed.\n\nThis flow can be adapted see the advanced usage section for more information about this.\n\n# Sample App\n\nTo run the sample application the easiest way is to checkout the repository and to launch the\n`sample app` through `Android Studio`.\n\nThe `sample app` shows how to use the `ActivityAwarePaymentFragment`. This is the simplest way to\nuse the SDK.\n\nTo see how to use the `ActivityAwarePaymentFragment` the best is to take a look at the sample app.\n\n# Advanced Usage\n\nThe SDK is build in layers:\n\n* Credentials Handling: This layer is responsible to provide and manage the credentials.\n* API Request Handling: The API request handling allows to interact with the web service API. This\n  layer requires the credentials.\n* Various Views: There are different views for each of the used screens.\n* Flow Coordinator: The flow coordinator binds the API request handling and the views layer together.\n  The flow coordinator implies a specific flow as described above.\n* Fragments: The fragments we provide simplifies the usage of the flow coordinator.\n\nEach of the above layers can be used as pleased. This implies that an app can use only the web\nservices and implements the rest by itself or it can also use the different views, but with a\ndifferent flow.\n\n# Documentation\n\nFor detailed information about wallee API please see [wallee documentation](https://app-wallee.com/doc/api/web-service).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwallee-payment%2Fwallee-android-sdk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwallee-payment%2Fwallee-android-sdk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwallee-payment%2Fwallee-android-sdk/lists"}