Interface SopResponseUrlStrategy

All Known Implementing Classes:
DefaultSopResponseUrlStrategy

public interface SopResponseUrlStrategy
Silent Order Post Response URL Strategy. Used to determine the response (callback) URL for a SOP payment service request.
  • Method Summary

    Modifier and Type
    Method
    Description
    Get the URL for the SOP Response.
  • Method Details

    • getUrl

      String getUrl()
      Get the URL for the SOP Response.
      Returns:
      the implementation-specific SOP response URL.