PaymentInitiationStatus

public enum PaymentInitiationStatus : String, Codable
  • A PaymentResponse, including bank’s payment URL is successfully responded to your call and the PSU is expected to authorise the payment with your redirection.

    Declaration

    Swift

    case awaitingAuthorization = "AwaitingAuthorization"