public interface PaymentServiceMollie
Modifier and Type | Method and Description |
---|---|
PaymentResponse |
createPayment(PaymentRequest molliePaymentRequest,
ApiToken API_Key) |
Payment |
fetchPaymentStatusAtMollie(java.lang.String paymentId,
ApiToken apiKeyToken) |
ListPayment |
listPayments(ApiToken API_Key) |
Payment fetchPaymentStatusAtMollie(java.lang.String paymentId, ApiToken apiKeyToken) throws MollieException
MollieException
ListPayment listPayments(ApiToken API_Key) throws MollieException
MollieException
PaymentResponse createPayment(PaymentRequest molliePaymentRequest, ApiToken API_Key) throws MollieException
MollieException