Interface PaymentGatewayHostedService
- 
- All Superinterfaces:
 PaymentGatewayTypeAware
public interface PaymentGatewayHostedService extends PaymentGatewayTypeAware
Certain Payment Integrations allow you to use a Hosted Solution, such as PayPal Express and SagePay Form. This API allows you to create the call to send a user to the Gateway's Hosted page and to capture and record transaction responses back from them.
- Author:
 - Elbert Bautista (elbertbautista)
 
 
- 
- 
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default PaymentResponserequestHostedEndpoint(PaymentRequest paymentRequest, boolean capture)- 
Methods inherited from interface com.broadleafcommerce.paymentgateway.service.PaymentGatewayTypeAware
getGatewayType 
 - 
 
 - 
 
- 
- 
Method Detail
- 
requestHostedEndpoint
default PaymentResponse requestHostedEndpoint(PaymentRequest paymentRequest, boolean capture) throws PaymentException
- Throws:
 PaymentException
 
 - 
 
 -