public interface PaymentGatewayCustomerService extends PaymentGatewayTypeAware
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
| Modifier and Type | Method and Description |
|---|---|
default PaymentResponse |
createGatewayCustomer(PaymentRequest requestDTO) |
default PaymentResponse |
deleteGatewayCustomer(PaymentRequest requestDTO) |
default PaymentResponse |
updateGatewayCustomer(PaymentRequest requestDTO) |
getGatewayTypedefault PaymentResponse createGatewayCustomer(PaymentRequest requestDTO) throws PaymentException
PaymentExceptiondefault PaymentResponse updateGatewayCustomer(PaymentRequest requestDTO) throws PaymentException
PaymentExceptiondefault PaymentResponse deleteGatewayCustomer(PaymentRequest requestDTO) throws PaymentException
PaymentExceptionCopyright © 2021. All rights reserved.