Interface PaymentGatewayCustomerService
- All Known Implementing Classes:
AbstractPaymentGatewayCustomerService
public interface PaymentGatewayCustomerService
Several payment gateways allow you to manage Customer and Credit Card Information from the gateway allowing you to create a transaction from the tokenized customer or payment method at a later date. Note: These are usually extra features you need to pay for when you sign up with the Gateway
- Author:
- Elbert Bautista (elbertbautista)
-
Method Summary
Modifier and TypeMethodDescriptioncreateGatewayCustomer
(PaymentRequestDTO requestDTO) deleteGatewayCustomer
(PaymentRequestDTO requestDTO) updateGatewayCustomer
(PaymentRequestDTO requestDTO)
-
Method Details
-
createGatewayCustomer
- Throws:
PaymentException
-
updateGatewayCustomer
- Throws:
PaymentException
-
deleteGatewayCustomer
- Throws:
PaymentException
-