ConfirmationType

public enum ConfirmationType : String, Codable

Type of custom payment confirmation process. Read more about the scenarios of confirmation of payment by the buyer.

  • You need to send the user to the partner page.

    Declaration

    Swift

    case redirect
  • The scenario in which the user confirms the payment without your participation. for example, responds to the SMS sent by the Bank.

    Declaration

    Swift

    case external