Interface PayrexxGatewayService

All Known Implementing Classes:
PayrexxGatewayServiceImpl

public interface PayrexxGatewayService
  • Method Summary

    Modifier and Type
    Method
    Description
    createGatewayForOrder(Entity order, Entity paymentMethod, @Nullable Entity payrexxAccount, @Nullable String successRedirectUrl, @Nullable String failedRedirectUrl, @Nullable String cancelledRedirectUrl)
     
  • Method Details

    • createGatewayForOrder

      String createGatewayForOrder(Entity order, Entity paymentMethod, @Nullable @Nullable Entity payrexxAccount, @Nullable @Nullable String successRedirectUrl, @Nullable @Nullable String failedRedirectUrl, @Nullable @Nullable String cancelledRedirectUrl)