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
| Modifier and Type | Method and Description |
|---|---|
PaymentResponseDTO |
createGatewayCustomer(PaymentRequestDTO requestDTO) |
PaymentResponseDTO |
deleteGatewayCustomer(PaymentRequestDTO requestDTO) |
PaymentResponseDTO |
updateGatewayCustomer(PaymentRequestDTO requestDTO) |
PaymentResponseDTO createGatewayCustomer(PaymentRequestDTO requestDTO) throws PaymentException
PaymentExceptionPaymentResponseDTO updateGatewayCustomer(PaymentRequestDTO requestDTO) throws PaymentException
PaymentExceptionPaymentResponseDTO deleteGatewayCustomer(PaymentRequestDTO requestDTO) throws PaymentException
PaymentExceptionCopyright © 2022. All rights reserved.