New Features:
- Upgraded Paydock’s MPGS version to 75 and implemented a capture retry for MPGS charges
Upgraded from MPGS version 57 to 75, ensuring that Paydock meets compliance. You can also retry the capture operation for the MPGS charge during the following statuses: ‘failed’, ‘pending’ or ‘cancelled’. This covers cases when the initial capture was unsuccessful.
Impacted Functionality: Capture for MPGS charges
- Cancel Transaction by ID
Introduced functionality that cancels specific authorization transactions with statuses such as “failed” and “pending”. A new API endpoint has been added to facilitate this:
DELETE /v1/charges/:id/transactions/:transaction_id/capture
.
This feature aims to provide merchants with more control over their transaction management.
Impacted Functionality: API, UI