[PR #10] [MERGED] Don't finish payment if 3D Authentication is Failed #160

Closed
opened 2026-03-03 15:43:43 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/mewebstudio/pos/pull/10
Author: @nuryagdym
Created: 4/22/2020
Status: Merged
Merged: 6/24/2020
Merged by: @mewebstudio

Base: masterHead: nuryagdym-updates


📝 Commits (1)

  • 6e9860d Don't finish payment if 3D Authentication is Failed

📊 Changes

1 file changed (+4 additions, -3 deletions)

View changed files

📝 src/PosNet.php (+4 -3)

📄 Description

Currently, when credit card does not support 3D payment the 3D Authentication response returns mdStatus = 0 and mdErrorMessage="Not authenticated";
with mdStatus = 0 make3DPayment() function proceeds to finish the payment which leads to successful completion of payment on POS side but the response of the make3DPayment() is status="declined".


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/mewebstudio/pos/pull/10 **Author:** [@nuryagdym](https://github.com/nuryagdym) **Created:** 4/22/2020 **Status:** ✅ Merged **Merged:** 6/24/2020 **Merged by:** [@mewebstudio](https://github.com/mewebstudio) **Base:** `master` ← **Head:** `nuryagdym-updates` --- ### 📝 Commits (1) - [`6e9860d`](https://github.com/mewebstudio/pos/commit/6e9860d7da035d7e896aa5a5a754aad5ed771c19) Don't finish payment if 3D Authentication is Failed ### 📊 Changes **1 file changed** (+4 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `src/PosNet.php` (+4 -3) </details> ### 📄 Description Currently, when credit card does not support 3D payment the 3D Authentication response returns mdStatus = 0 and mdErrorMessage="Not authenticated"; with mdStatus = 0 make3DPayment() function proceeds to finish the payment which leads to successful completion of payment on POS side but the response of the make3DPayment() is status="declined". --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 15:43:43 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/pos#160
No description provided.