Interface MyFatoorahInitiatePaymentService
- All Known Implementing Classes:
DefaultMyFatoorahInitiatePaymentService
public interface MyFatoorahInitiatePaymentService
This service is responsible for making call to the MyFatoorah init-payment endpoint through
MyFatoorahProvider
- Author:
- Divyank Chavan.
-
Method Summary
Modifier and TypeMethodDescriptioninitiatePayment
(MyFatoorahInitiatePaymentRequest initPaymentRequest, String applicationId, String tenantId) This method is responsible for calling MyFatoorah init-payment endpoint.
-
Method Details
-
initiatePayment
MyFatoorahInitiatePaymentResponse initiatePayment(MyFatoorahInitiatePaymentRequest initPaymentRequest, @Nullable String applicationId, @Nullable String tenantId) This method is responsible for calling MyFatoorah init-payment endpoint.- Parameters:
initPaymentRequest
- initiate payment requestapplicationId
- the application IDtenantId
- the tenant ID- Returns:
- The
MyFatoorahInitiatePaymentResponse
-