PaymentInitiationStatus

public enum PaymentInitiationStatus : String, Codable

Status of the Payment Initiation.

  • 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"