API Reference
Status
Dashboard
  1. Home
  2. Get Started
  3. Accept Payments
  4. How Primer Works
  5. Changelog
  1. Home
  2. Get Started
  3. Accept Payments
  4. How Primer Works
  5. Changelog
Log in
API Reference
Status
  1. Manage Client Sessions
  2. Setup Universal Checkout 
    1. Installation
    2. Test Universal Checkout
  3. Manage Payments
  4. Customize Universal Checkout
  5. Advanced Checkout Configuration 
    1. Headless Universal Checkout
      Beta
    2. Manual Payment Creation
    3. Validate Universal Checkout Fields
    4. Save Customer Payment Methods
    5. Content Security Policy
  6. 3DS 
    1. Add 3DS to Universal Checkout
    2. Configure 3DS
    3. Test 3DS & Go Live

Installation


Web
iOS
Android
React Native

With Gradle

Add the following to your app/build.gradle file:

1234567
repositories {  mavenCentral()} dependencies {  implementation 'io.primer:android:latest.version'}
kotlin
copy