Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions select/missing-transaction-requests.md
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,7 @@ fileName:missing-transaction-request-succeeded.json
"networkStatus": "SUCCEED",
"merchantCity": "London",
"merchantName": "Test Merchant",
"matchScore": 85,
"type": "settlement",
"vmid": "789012",
"vsid": "6543211012",
Expand All @@ -211,6 +212,8 @@ fileName:missing-transaction-request-succeeded.json
}
```

> **💡 Note:** The `matchScore` field is a calculated value between 0 and 100 that indicates how likely the returned transaction is the one you're looking for. A higher score means a stronger match based on the provided details.

### Example Webhook Payload (Failed)

```json
Expand Down