Production

Migrate to Production

In order to start the migration you will need the following:

  • A production credentials set

Moving from MITE/Testing to Production is as easy as swapping the credentials and removing the word
mite from all endpoints used in authentication and certificate upload process.

Payment Config

As explained in the Payment Setup / Payment Config, you will need to update the Environment enum to LIVE

import com.accesspaysuite.mobilesdk.PaymentConfig

val myPaymentConfig = PaymentConfig(
    ...,
    environment = Environment.LIVE
)

Apple Pay

You will need to create and upload a new set of certifications for the LIVE environment.

Check the following page to see how you can set up the certifications.