Package DE_EPAGES::MolliePayments::API::PaymentStatusService
Service for Updating Payment Status
Functions
getMollieOrderAndHandleStatus
Gets Mollie Order information and updates the status and refunds info received.
Syntax |
PaymentStatusService->getMollieOrderAndHandleStatus( $LineItemPayment ); |
Input |
|
Return |
|
handleStatusOnPaymentWebhook
Gets a Mollie Status for an OrderId defined in LineItemPayment.
Syntax |
DE_EPAGES::MolliePayments::API::PaymentStatusService->handleStatusOnPaymentWebhook( $LineItemPaymentId ); |
Input |
|
Return |
|
new
Instantiates a new PaymentStatusService with Epagesj Rest client set.
Syntax |
DE_EPAGES::MolliePayments::API::PaymentStatusService->new( %args ); |
Input |
|
Return |
|