VisaReviewAction

enum VisaReviewAction {}

Indicates to the user if there will be another ‘finalize purchase’ screen once returning to the parent application.

  • Communicate to the user that their card information will be transferred to your app and stored somewhere other than their Visa Checkout account.

    Declaration

    Objective-C

    VisaReviewActionCardOnFile

    Swift

    case cardOnFile = 0
  • Purchase will require another ‘finalize purchase’ screen after Visa Checkout closes

    Declaration

    Objective-C

    VisaReviewActionContinue

    Swift

    case `continue` = 1
  • Purchase will be completed by tapping the ‘pay’ button inside Visa Checkout

    Declaration

    Objective-C

    VisaReviewActionPay

    Swift

    case pay = 2