Pull Request Explorer
| Title | Author | Size | AI | Cycle Time | Review | Merged |
|---|---|---|---|---|---|---|
| fix(payload): harden connector against unknown enum variants and non-JSON error bodies | sai-harsha-vardhan | M | No | 22.3h | 19.9h | Jul 10, 2026 |
SummaryBug FixHarden connector against unknown enum variants Improves resilience of the payment connector by gracefully handling unknown statuses and non‑JSON error responses, reducing hard failures and enhancing reliability for payment processing. Health Assessment
Medium
Low
Low
AI Details
Confidence:
0.95
Tech Stack
Languages:
Rust
|
||||||
| feat(connector): forward JPMorgan merchant metadata to UCS + route JPMorgan via UCS | shuklatushar226 | S | AI | 99.2h | 72.6h | Jul 10, 2026 |
SummaryFeatureAdd JPMorgan metadata forwarding to UCS Enables JPMorgan payments through UCS by forwarding required merchant metadata, preventing runtime failures and expanding supported connectors. Health Assessment
Small
Medium
Medium
AI Details
Usage:
Authored by AI
Category:
Code AI
Tools:
Claude
Confidence:
0.95
Tech Stack
Languages:
Rust
|
||||||
| perf(router): Remove MCA decryption call in routing | AnuthaDev | M | No | 1.4h | 1.2h | Jul 10, 2026 |
SummaryRefactorRemove MCA decryption call in routing Improves routing performance by eliminating unnecessary decryption, reducing latency for payment processing. Health Assessment
Medium
Low
Low
AI DetailsTech Stack
Languages:
Rust
|
||||||
| test(cypress): add payjustnowinstore connector test cases | HS-QUALIBOT | L | No | 74.3h | 69.4h | Jul 10, 2026 |
SummaryTestAdd Cypress tests for PayJustNowInStore connector Adds end‑to‑end test coverage for the PayJustNowInStore connector in the PayLater flow, closing a regression gap. Health Assessment
Large
High
High
AI Details
Confidence:
0.95
Tech Stack
Languages:
Javascript
|
||||||
| test(cypress): add Placetopay connector payment config | HS-QUALIBOT | L | No | 88.4h | 0.1h | Jul 10, 2026 |
SummaryTestAdd Placetopay Cypress connector config Adds Cypress test configuration for Placetopay connector, enabling automated payment regression tests. Health Assessment
Large
High
High
AI Details
Confidence:
0.20
Tech Stack
Languages:
Javascript
|
||||||
| fix(connector): [Fiuu] Fix Fiuu refund webhook parsing for numeric IDs | Vani-1107 | S | No | 14.2h | 12.3h | Jul 10, 2026 |
SummaryBug FixFix Fiuu refund webhook parsing for numeric IDs This PR resolves 5xx errors caused by numeric IDs in Fiuu refund webhooks by adding a custom deserializer that accepts numbers or strings, ensuring reliable webhook processing. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Rust
|
||||||
| fix(nmi): harden connector against unknown enum variants and non-JSON error bodies | sai-harsha-vardhan | M | No | 19.8h | 0.8h | Jul 10, 2026 |
SummaryBug FixHarden NMI connector against unknown enum variants and non-JSON error bodies Adds resilience to the NMI connector by handling unknown enum variants and non-JSON error responses, preventing deserialization failures and panics, thereby improving reliability for payment integrations. Health Assessment
Medium
Low
Low
AI Details
Confidence:
0.75
Tech Stack
Languages:
Rust
|
||||||
| fix(novalnet): add connector response deserialization resilience | sai-harsha-vardhan | L | No | 44.6h | 5.4h | Jul 10, 2026 |
SummaryBug FixAdd resilience to Novalnet connector deserialization Improves robustness of the Novalnet connector by handling unknown enum variants, empty/non‑JSON error bodies, and unknown webhook events, preventing panics and infinite retry loops. Health Assessment
Large
Medium
Medium
AI Details
Usage:
Authored by AI
Category:
Code AI
Tools:
Claude
Confidence:
0.95
Tech Stack
Languages:
Rust
|
||||||
| fix(connector): [worldpayxml] gracefully handle unknown response enum variants and missing optional fields | AkshayaFoiger | M | No | 9.4h | 1.9h | Jul 09, 2026 |
SummaryBug FixHandle unknown response variants in Worldpay XML connector The update adds safeguards against unknown response variants and missing optional fields in the Worldpay XML connector. This reduces runtime errors and improves reliability for payment processing. Health Assessment
Medium
Low
Low
AI DetailsTech Stack
Languages:
Rust
|
||||||
| refactor(connector): [Paypal] gracefully handle unknown response enum variants and missing optional fields | swangi-kumari | XL | No | 9.3h | 0.7h | Jul 09, 2026 |
SummaryRefactorRefactor PayPal connector for robust error handling Improves reliability of PayPal integration by handling unexpected responses and missing data, reducing failures and maintenance overhead. Health Assessment
Large
Low
Low
AI Details
Confidence:
0.20
Tech Stack
Languages:
Rust
|
||||||
| fix(connector): [noon] gracefully handle unknown response enum variants and missing optional fields | AkshayaFoiger | M | No | 27.9h | 2.9h | Jul 09, 2026 |
SummaryBug FixFix Noon connector response resilience Improves robustness of the Noon payment connector by gracefully handling unexpected enum values and missing fields, preventing failures in payment processing. Health Assessment
Small
Low
Medium
AI DetailsTech Stack
Languages:
Rust
|
||||||
| fix(connectors): [stripe] gracefully handle unknown response enum variants and missing optional fields | AkshayaFoiger | XL | No | 28.2h | 7.0h | Jul 09, 2026 |
SummaryBug FixFix Stripe connector resilience to API changes Improves reliability of Stripe integration by handling unexpected API responses, reducing payment failures and improving customer experience. Health Assessment
X-Large
Medium
Low
AI Details
Confidence:
0.30
Tech Stack
Languages:
Rust
|
||||||
| Revert: "feat(core/connector): [SANTANDER] Add UpdatePostConfirm Flow for Payments Update API" | bsayak03 | XL | No | 1.2h | 0.0h | Jul 09, 2026 |
SummaryBug FixRevert Santander UpdatePostConfirm Flow Reverts a recent connector update that caused issues, restoring previous stable behavior. Health Assessment
X-Large
Medium
Low
AI DetailsTech Stack
Languages:
Rust
|
||||||
| fix(connector): [Peachpayments] Revert the Condition of cofData.source for Network Token Passthrough | Anurag-05-prog | XS | No | 1.7h | 0.0h | Jul 09, 2026 |
SummaryBug FixRevert Condition for Peachpayments Network Token Passthrough Fixes a bug in the Peachpayments connector by reverting an incorrect condition, restoring correct token passthrough behavior and preventing payment failures. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Rust
|
||||||
| refactor(core): Add support for disabling surcharge calculation if MCA is disabled | swangi-kumari | M | No | 22.1h | 0.9h | Jul 09, 2026 |
SummaryRefactorRefactor surcharge logic to respect MCA disabled flag Ensures surcharges are only applied when the Merchant Connector Account is active, improving consistency and reducing erroneous charges. Health Assessment
Medium
Low
Low
AI DetailsTech Stack
Languages:
Rust
|
||||||
| fix(worldpayxml): allow hyphenated ids in DDC redirect regex | Vani-1107 | XS | No | 1.2h | 0.7h | Jul 09, 2026 |
SummaryBug FixFix hyphenated IDs in Worldpay XML redirect This fix ensures Worldpay XML redirects correctly handle hyphenated IDs, preventing transaction failures and improving payment processing reliability. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Rust
|
||||||
| fix(worldpayxml): allow hyphenated ids in DDC redirect regex | AbhishekChorotiya | XS | No | 24.4h | 20.5h | Jul 09, 2026 |
SummaryBug FixFix hyphenated IDs in WorldpayXML redirect regex Corrects the redirect regex to handle hyphenated payment IDs, preventing 405 errors and ensuring proper form submission. Health Assessment
Small
Low
Normal
AI DetailsTech Stack
Languages:
Rust
|
||||||
| fix(payouts): route merchant-authentication (access-token) calls through the payout connector | gopikrishna000 | M | No | 146.2h | 0.2h | Jul 09, 2026 |
SummaryBug FixRoute access-token calls through payout connector Ensures payout authentication requests use the correct payout connector, preventing misrouting and ensuring accurate reference handling. Health Assessment
Medium
Medium
Medium
AI DetailsTech Stack
Languages:
Rust
|
||||||
| fix(fiuu): fallback to customer email when billing email is absent for mandate payment | aniketburman014 | XS | No | 21.7h | 2.8h | Jul 09, 2026 |
SummaryBug FixAdd customer email fallback for FIUU connector Ensures mandate payments succeed when billing email is missing by using customer email, improving reliability for merchants. Health Assessment
Small
Low
Low
AI Details
Confidence:
0.10
Tech Stack
Languages:
Rust
|
||||||
| fix(connector): [Peachpayments] Revert the Condition of cofData.source for Network Token Passthrough | Anurag-05-prog | XS | No | 13.5h | 0.1h | Jul 09, 2026 |
SummaryBug FixRevert Condition for Peachpayments Network Token Passthrough Fixes a bug in the Peachpayments connector by restoring the correct handling of network token passthrough, ensuring reliable payment processing. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Rust
|
||||||
| perf(core): Introduce a new MCA domain type to reduce encryption service calls | AnuthaDev | L | No | 8.8h | 0.3h | Jul 08, 2026 |
SummaryChoreIntroduce MCA domain type to cut encryption calls This change removes up to 99% of encryption-service calls for merchant connector account lookups, dramatically reducing latency in payment confirmation flows and improving merchant experience. By eliminating unnecessary decryption, the system scales better under high load. Health Assessment
Large
Low
Low
AI Details
Usage:
AI Reviewed
Category:
Code AI
Tools:
Copilot
Confidence:
0.95
Tech Stack
Languages:
Rust
|
||||||
| fix(router): resolve notify connector comments | AkshayaFoiger | S | No | 179.4h | 2.7h | Jul 08, 2026 |
SummaryBug FixResolve notify connector comments Fixes unresolved comments on the router notify connector, ensuring correct handling without affecting functionality. Health Assessment
Small
Low
Low
AI Details
Confidence:
0.95
Tech Stack
Languages:
Rust
|
||||||
| feat(core/connector): [SANTANDER] Add UpdatePostConfirm Flow for Payments Update API | bsayak03 | XL | No | 1.2h | 0.3h | Jul 08, 2026 |
SummaryFeatureAdd UpdatePostConfirm Flow for Santander Payments Adds a new UpdatePostConfirm flow to the Santander connector, allowing merchants to confirm payment updates more reliably. This enhances transaction accuracy and reduces reconciliation errors. Health Assessment
X-Large
High
Low
AI Details
Confidence:
0.75
Tech Stack
Languages:
Rust
|
||||||
| fix(connector): [Peachpayments] Revert the Condition of cofData.source for Network Token Passthrough | Anurag-05-prog | XS | No | 3.8h | 0.1h | Jul 08, 2026 |
SummaryBug FixRevert cofData.source condition for network token passthrough Fixes incorrect COF data handling for network token payments, ensuring accurate transaction processing and compliance. Health Assessment
Small
Low
Low
AI Details
Confidence:
0.20
Tech Stack
Languages:
Rust
|
||||||
| perf(core): Introduce a new MCA domain type to reduce encryption service calls | AnuthaDev | L | No | 0.7h | 0.1h | Jul 08, 2026 |
SummaryFeatureAdd MCA domain type to reduce encryption calls This change introduces a new MCA domain type that reduces the number of encryption service calls, improving transaction processing speed and lowering operational costs. Health Assessment
Medium
High
Low
AI DetailsTech Stack
Languages:
Rust
|
||||||
| fix(ucs): Paysafe Apple Pay predecrypt + gift card bridge fixes | shuklatushar226 | L | AI | 111.7h | 80.7h | Jul 08, 2026 |
SummaryBug FixFix Paysafe Apple Pay and Gift Card Bridge Ensures Apple Pay and paysafecard payments complete successfully via UCS, preventing transaction failures and improving reliability for merchants. Health Assessment
Large
High
High
AI Details
Usage:
Authored by AI
Category:
Code AI
Tools:
Claude
Confidence:
0.95
Tech Stack
Languages:
Rust
|
||||||
| perf(core): Introduce a new MCA domain type to reduce encryption service calls | AnuthaDev | L | No | 0.3h | 0.0h | Jul 08, 2026 |
SummaryBug FixAdd MCA domain type to reduce encryption calls This change introduces a new Merchant Connector Account (MCA) domain type, reducing the number of encryption service calls and improving performance for core payment processing. Health Assessment
Large
Medium
Low
AI DetailsTech Stack
Languages:
Rust
|
||||||
| refactor(connector): [Authorizedotnet] gracefully handle unknown response enum variants and missing optional fields | swangi-kumari | L | No | 3.9h | 0.5h | Jul 08, 2026 |
SummaryRefactorRefactor Authorizedotnet connector for robust error handling Improves reliability of payment processing by handling unexpected API responses, reducing failures and improving customer experience. Health Assessment
Medium
Low
Low
AI DetailsTech Stack
Languages:
Rust
|
||||||
| feat(analytics): expose connector event destination | gopikrishna000 | XS | No | 50.2h | 25.6h | Jul 08, 2026 |
SummaryFeatureExpose connector event destination in analytics Adds a destination field to analytics responses, enabling Control Center to distinguish direct connector calls from unified connector service, improving monitoring and troubleshooting. Health Assessment
Small
Low
High
AI Details
Confidence:
0.20
Tech Stack
Languages:
Rust
|
||||||
| test(cypress): [Peachpayments] add payment_method_type and card IIN data | HS-QUALIBOT | XS | No | 26.3h | 21.7h | Jul 08, 2026 |
SummaryHealth AssessmentAI DetailsTech Stack
Languages:
Javascript
|
||||||
| fix(router): resolve webhook event delivery-success from the correct source | ayush22667 | M | No | 11.4h | 0.1h | Jul 07, 2026 |
SummaryBug FixResolve webhook event delivery-success source Fixes incorrect delivery status for webhook events by using the correct source context, improving accuracy for merchants viewing event history. Health Assessment
Medium
Low
Low
AI Details
Confidence:
0.10
Tech Stack
Languages:
Rust
|
||||||
| feat(core): support for surcharge_amount based routing for MIT | swangi-kumari | M | No | 28.7h | 20.2h | Jul 07, 2026 |
SummaryFeatureAdd surcharge routing support for MIT Improves payment routing by refactoring surcharge handling for Merchant Initiated Transactions, ensuring accurate surcharge computation and clearer logic. Health Assessment
Medium
Medium
Medium
AI Details
Confidence:
0.95
Tech Stack
Languages:
Rust
|
||||||
| feat(core): Added TLID Support in UCS mandate request | Shubhodip900 | M | No | 3.2h | 0.7h | Jul 07, 2026 |
SummaryFeatureAdd TLID Support to UCS Mandate Requests Enables TLID handling in the Unified Connector Service, improving payment flow for connectors such as Adyen and supporting new mandate scenarios. Health Assessment
Medium
Low
Low
AI Details
Confidence:
0.95
Tech Stack
Languages:
Rust
|
||||||
| fix(connector): [adyen] refund sync error message | AkshayaFoiger | XS | No | 103.0h | 0.1h | Jul 07, 2026 |
SummaryBug FixFix Adyen refund sync error message Corrects the error message for Adyen refund sync, improving clarity for developers and ensuring accurate error handling. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Rust
|
||||||
| feat(manual-update): add amount captured | Nithin1506200 | M | No | 102.6h | 4.1h | Jul 07, 2026 |
SummaryFeatureAdd amount captured to manual update API Enables manual capture flows to automatically set captured amounts, improving reliability when webhooks are missing. Health Assessment
Medium
Low
Low
AI DetailsTech Stack
Languages:
Rust
|
||||||
| feat(core/connector): [SANTANDER] Add UpdatePostConfirm Flow for Payments Update API | bsayak03 | XL | No | 1.5h | 0.1h | Jul 07, 2026 |
SummaryFeatureAdd UpdatePostConfirm Flow for Santander Payments Adds a new payment update flow for Santander, enabling post-confirmation updates to the Payments Update API, improving integration reliability. Health Assessment
X-Large
Medium
Low
AI Details
Confidence:
0.30
Tech Stack
Languages:
Rust
|
||||||
| feat(payment_link): added macro for sql-xss validator for payment link | sahkal | XL | No | 28.3h | 3.6h | Jul 07, 2026 |
SummaryFeatureAdd macro for SQL XSS validation in payment link Enhances payment link security by validating input at compile time and runtime, preventing XSS and SQL injection attacks. Health Assessment
X-Large
High
Medium
AI DetailsTech Stack
Languages:
Rust
|
||||||
| docs(README): enhanced README with decision engine details | neerajkumar-n | S | No | 290.8h | 1.4h | Jul 07, 2026 |
SummaryDocsEnhanced README with decision engine details Adds documentation about the decision engine and updates the services table, improving clarity for developers. Health Assessment
Small
Low
Low
AI DetailsTech Stack |
||||||
| fix(router): correct payment_method_data parsing in list-payments response | ayush22667 | M | No | 119.7h | 0.4h | Jul 07, 2026 |
SummaryBug FixFix payment method data parsing in list payments Corrects inconsistent parsing of payment_method_data in list‑payments responses, ensuring accurate data across encryption strategies and improving data integrity for merchants. Health Assessment
Small
Low
Low
AI Details
Confidence:
0.95
Tech Stack
Languages:
Rust
|
||||||
| feat(connector): [Authorizedotnet] add network transaction id support | likhinbopanna | S | No | 77.5h | 69.8h | Jul 06, 2026 |
SummaryFeatureAdd network transaction ID support for Authorize.Net Enables network transaction ID tracking for Authorize.Net payments, improving reconciliation and audit capabilities. Health Assessment
Small
Low
Medium
AI Details
Confidence:
0.20
Tech Stack
Languages:
Rust, Javascript
|
||||||
| feat(core): support for surcharge_amount based routing | swangi-kumari | M | No | 47.2h | 20.9h | Jul 04, 2026 |
SummaryFeatureAdd surcharge_amount routing support Enables dynamic connector selection based on surcharge amounts, improving routing flexibility and revenue optimization. Health Assessment
Medium
Low
Low
AI Details
Confidence:
0.95
Tech Stack
Languages:
Rust
|
||||||
| fix(connector): [Adyen] Handle non-JSON error responses gracefully | Vani-1107 | M | No | 3.1h | 0.2h | Jul 03, 2026 |
SummaryBug FixHandle non-JSON error responses gracefully Improves Adyen connector error handling to avoid crashes when the connector returns empty or non-JSON error bodies, ensuring more robust integration and better error reporting. Health Assessment
Medium
Low
Low
AI DetailsTech Stack
Languages:
Rust
|
||||||
| feat(payment_methods): surface customer email in client PML intent_data | ayush22667 | M | No | 2.7h | 0.2h | Jul 03, 2026 |
SummaryFeatureSurface customer email in payment intent data Adds customer email to client PML intent data, improving payment flow visibility. Health Assessment
Medium
Low
Low
AI Details
Confidence:
0.95
Tech Stack
Languages:
Rust
|
||||||
| fix(connector): [Adyen] handle empty webhook requests | Vani-1107 | XS | No | 3.0h | 0.0h | Jul 03, 2026 |
SummaryBug FixFix Adyen webhook empty request handling Prevents 5xx errors when Adyen sends empty webhook payloads, improving reliability. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Rust
|
||||||
| fix: add adyen management url for prod | AkshayaFoiger | XS | No | 5.3h | 0.0h | Jul 03, 2026 |
SummaryBug FixAdd adyen management URL for production Fixes missing Adyen management URL in production deployment, ensuring payment integration works correctly. Health Assessment
Small
Low
Low
AI DetailsTech Stack |
||||||
| fix(payments): handle reward surcharge lookup | hrithikesh026 | S | No | 51.1h | 4.3h | Jul 03, 2026 |
SummaryBug FixFix reward surcharge lookup in payments Ensures reward payment methods correctly retrieve surcharge details, preventing missing surcharge data during payment confirmation. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Rust
|
||||||
| fix: add adyen management url for prod | AkshayaFoiger | XS | No | 18.7h | 0.0h | Jul 03, 2026 |
SummaryBug FixAdd adyen management URL for production Adds the Adyen management base URL to the production deployment configuration, ensuring correct API routing for payment processing. Health Assessment
Small
Low
Low
AI DetailsTech Stack |
||||||
| fix(router): fix null recipient filtering and prevent unconfigured delivery | AkshayaFoiger | M | No | 0.9h | 0.7h | Jul 03, 2026 |
SummaryBug FixFix webhook filtering and delivery logic Corrects webhook filtering for null recipients and stops unnecessary webhook attempts when no endpoint configured, improving reliability and reducing noise. Health Assessment
Medium
Low
Low
AI Details
Confidence:
0.95
Tech Stack
Languages:
Rust
|
||||||
| feat(analytics): surface connector-event dimensions + ucs_api_events read API | gopikrishna000 | M | No | 233.4h | 217.0h | Jul 03, 2026 |
SummaryFeatureAdd connector event read API for UCS Adds an API to expose UCS connector events, enabling Control Center to display logs alongside native events and improving observability. Health Assessment
Medium
High
High
AI DetailsTech Stack
Languages:
Rust
|
||||||
| fix(grpc_client): apply per-RPC timeout to unified connector service calls | gopikrishna000 | M | No | 321.5h | 0.8h | Jul 02, 2026 |
SummaryBug FixApply per-RPC timeout to UCS calls Adds per-request timeout to gRPC calls to the Unified Connector Service, preventing indefinite blocking of the payment flow. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Rust
|
||||||