Interface PendingPayment

    • Method Detail

      • getUrl

        @NotNull
        @NotNull String getUrl()
        Get the customer URL to pay this purchase.
        Returns:
        The payment URL.
      • getPayment

        @NotNull
        @NotNull Payment getPayment()
        Get the generated payment instance.
        You can use that to get the payment ID and check current payment status in the future.
        Returns:
        The generated pending payment.