Skip to content
Mohamed Osman edited this page Oct 1, 2019 · 2 revisions

Adyen integration currently offers the following payment methods:

  • Credit Card
  • SEPA

Specific limitations:

  • None

Build your own UI:

Adyen doesn't require any additional information apart the ones defined by SepaData and CreditCardData (i.e. BillingData is completely optional)

Integration test with the SDK library:

Robolectric framework is used to run Adyen integration tests. Since the test data is not mocked, but it's the real response from the server, all of the configurations should be done as if they were the real application. The tests will be run automatically every time you run a build on Travis CI or you can run the tests on you local machine. The test results can be found in the Travis CI logs.