Braintree

Braintree is a Payment provider. To add it to your app you need to:

  1. Include the Braintree module to your build.gradle.
    implementation ("com.poqstudio:checkout.braintree:$VERSION_NAME")
  2. Add the Braintree repository to your root (project) build.gradle file.
    repositories {
    ...
    maven {
    url "https://oss.sonatype.org/content/repositories/snapshots/"
    }
    }

Payment method supported

Braintree PoqSDK supports card, Paypal and Google Pay as payment methods.