Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

com.adyen.checkout:instant

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

com.adyen.checkout:instant

Adyen checkout Instant Payment component client for Adyen's Checkout API.

  • 5.6.0
  • Source
  • Maven
  • Socket score

Version published
Maintainers
1
Source

Checkout Android Logo

Maven Central Build status License

Adyen Android

Adyen Android allows you to accept in-app payments by providing you with the building blocks you need to create a checkout experience.

For an overview of how you can integrate with Adyen on Android check out the documentation.


DropIn Preview


Prerequisites

Installation

There are two main integration types: Drop-in and Components. Import the corresponding module in your build.gradle file.

With Jetpack Compose

For Drop-in:

implementation "com.adyen.checkout:drop-in-compose:5.6.0"

For the Credit Card component:

implementation "com.adyen.checkout:card:5.6.0"
implementation "com.adyen.checkout:components-compose:5.6.0"

Without Jetpack Compose

For Drop-in:

implementation "com.adyen.checkout:drop-in:5.6.0"

For the Credit Card component:

implementation "com.adyen.checkout:card:5.6.0"

The library is available on Maven Central.

UI Customization

See the UI Customization Guide for more.

Migrate from v4

If you are upgrading from 4.x.x to a current release, check out our migration guide.

ProGuard

If you use ProGuard or R8, you do not need to manually add any rules, as they are automatically embedded in the artifacts. Please let us know if you find any issues.

Development

For development and testing purposes the project is accompanied by a test app. See here how to set it up and run it.

Support

If you have a feature request, or spotted a bug or a technical problem, create an issue here.

For other questions, contact our support team.

Analytics and data tracking

Starting 5.0.0 the Drop-in and Components integrations contain analytics and tracking features that are turned on by default. Find out more about what we track and how you can control it.

Contributing

We merge every pull request into the develop branch. We aim to keep develop in good shape, which allows us to release a new version whenever we need to.

Have a look at our contributing guidelines to find out how to raise a pull request.

See also

License

This repository is available under the MIT license.

FAQs

Package last updated on 09 Jul 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc