Pull Request Explorer

Exploring 213 PRs. Want this for your team? Start Free Trial
Title Author Size AI Cycle Time Review Merged
feat(external_services): add GCP Cloud KMS as a secrets/encryption manager backend itsharshvb XL No 58.4h 29.8h Aug 27, 2026

Summary

Feature

Add GCP Cloud KMS as secrets manager

Integrates GCP Cloud KMS for secrets and encryption, expanding key management options and reducing dependence on AWS KMS.

Health Assessment

Large
High
High
  • The PR required multiple reverts and merges to resolve dependency conflicts, indicating significant integration friction and a high risk of regressions.

AI Details

Confidence: 0.80

Tech Stack

Languages: Rust
fix(connector): [paypal] avoide non zero setup mandates Nithin1506200 XS No 6.5h 0.6h Aug 27, 2026

Summary

Bug Fix

Fix PayPal non-zero setup mandate guard

Prevents invalid non-zero amount mandates from being sent to PayPal, ensuring compliance and reducing erroneous merchant transactions.

Health Assessment

Small
Low
Low
  • Quick fix with minimal changes, resolved within hours, indicating low complexity and high confidence in the patch.

AI Details

Tech Stack

Languages: Rust
fix(cypress): fix Fiserv, Fiservemea, Forte, and Globalpay test configs HS-QUALIBOT S No 4.4h 0.1h Aug 27, 2026

Summary

Bug Fix

Fix test configs for Fiserv, Forte, Globalpay

Corrects test configurations for multiple payment connectors, ensuring accurate test results and reliable integration testing.

Health Assessment

Small
Low
Low
  • Quick fix with minimal changes, fast review and merge, indicating low complexity and high confidence in the changes.

AI Details

Confidence: 0.20

Tech Stack

Languages: Javascript
Frameworks: Cypress
feat(revenue_recovery): Add support for storing retry stats in DB AnuthaDev XL No 172.1h 4.3h Aug 27, 2026

Summary

Feature

Add support for storing retry stats in DB

Adds persistence of revenue‑recovery retry‑outcome statistics into a new table, enabling data‑driven retry scheduling for failed invoices.

Health Assessment

X-Large
High
High
  • The PR required extensive iteration with multiple commits after the initial review, indicating significant rework and complexity.

AI Details

Confidence: 0.50

Tech Stack

Languages: Rust
feat(euclid_wasm): expose funding source and card segment type values ayush22667 S No 18.3h 14.0h Aug 27, 2026

Summary

Feature

Expose funding source and card segment type values

Adds API exports for funding source and card segment type values, enabling the dashboard to render dropdowns for payment method blocking configuration.

Health Assessment

Small
Low
Low
  • Quick turnaround with a single commit and minimal changes indicates low risk and efficient review.

AI Details

Confidence: 0.75

Tech Stack

Languages: Rust
fix(config): route ilixium through UCS in sandbox and production shuklatushar226 XS AI 50.2h 0.2h Aug 27, 2026

Summary

Bug Fix

Add ilixium to UCS-only connectors in sandbox and production

Ensures Ilixium payments route correctly through UCS in sandbox and production, preventing NotImplemented errors and restoring payment functionality.

Health Assessment

Small
Low
Low
  • Quick review and minimal changes indicate low risk; AI-assisted commit ensures consistency across deployment configs.

AI Details

Usage: Authored by AI
Category: Code AI
Tools: Claude
Confidence: 0.95

Tech Stack

feat(offers): notify offer engine via process tracker apoorvdixit88 XL No 252.1h 38.5h Aug 27, 2026

Summary

Feature

Add offer engine notification via process tracker

Ensures offers are revoked on payment failure or refund, freeing offer slots without coupling to third‑party availability, improving reliability and resource management.

Health Assessment

Large
High
High
  • The PR required multiple iterations and extensive review, resulting in a long cycle time and high risk due to large code changes.

AI Details

Confidence: 0.80

Tech Stack

Languages: Rust
feat(connector): [Moneris] Add WASM changes for ApplePay and GooglePay Shubhodip900 L No 71.1h 5.2h Aug 27, 2026

Summary

Feature

Add WASM support for ApplePay and GooglePay

Enables ApplePay and GooglePay via WebAssembly for the Moneris connector, improving mobile payment integration for merchants.

Health Assessment

Large
Medium
Medium
  • PR introduced significant WASM changes for payment methods, with moderate review time and a few iterations, indicating careful integration.

AI Details

Confidence: 0.95

Tech Stack

Languages: Rust
fix(routing): send all dashboard routing dimensions to the Decision Engine prajjwalkumar17 XL No 3.6h 1.5h Aug 27, 2026

Summary

Bug Fix

Fix routing to use Decision Engine for cutover profiles

Ensures routing APIs and payment paths resolve through the Decision Engine for profiles that have cut over, improving routing accuracy and reducing fallback to Hyperswitch.

Health Assessment

X-Large
Medium
Low
  • Quick turnaround with a single commit and minimal review indicates high confidence in correctness; the large code changes were applied without regressions reported.

AI Details

Tech Stack

Languages: Rust
fix(connector-config): correct GoTyme payout auth key name Saptak88 XS No 5.6h 0.0h Aug 26, 2026

Summary

Bug Fix

Correct GoTyme payout auth key name

The PR updates the authentication key name for the GoTyme payout connector, ensuring correct integration and preventing authentication failures.

Health Assessment

Small
Low
Low
  • Quick, single‑line change with immediate review and merge, indicating low complexity and minimal risk to production.

AI Details

Tech Stack

fix(routing): send all dashboard routing dimensions to the Decision Engine AnkitKmrGupta XL No 31.2h 18.6h Aug 26, 2026

Summary

Bug Fix

Fix routing: send all dashboard routing dimensions to Decision Engine

Adds missing routing dimensions to the Decision Engine, ensuring rules match correctly and improving routing accuracy for merchants.

Health Assessment

X-Large
High
Medium
  • The PR involved extensive refactoring of routing logic across multiple modules, requiring several iterations and a large code churn, but was completed within a day and merged after a single review cycle.

AI Details

Confidence: 0.95

Tech Stack

Languages: Rust
feat(revenue-recovery): add adaptive retry scheduling for revenue recovery rohanm13 XL No 54.5h 28.8h Aug 26, 2026

Summary

Feature

Add adaptive retry scheduling for revenue recovery

Enables more efficient invoice recovery by scheduling retries adaptively, improving recovery rates and reducing manual intervention.

Health Assessment

Large
Medium
High
  • The PR underwent multiple merges and several commits after the initial review, indicating significant rework and coordination with main branch updates.

AI Details

Confidence: 0.20

Tech Stack

Languages: Rust
fix(session): [stripe] [googlepay] pass stripe publishablekey and stripe version properly Nithin1506200 XS No 4.5h 0.2h Aug 26, 2026

Summary

Bug Fix

Fix Stripe Google Pay tokenization fields

Ensures Google Pay sessions include required Stripe publishable key and version, preventing OR_BIBED errors.

Health Assessment

Small
Low
Low
  • Fast review and merge with minimal changes; single comment and no rework indicates low complexity and risk.

AI Details

Confidence: 0.95

Tech Stack

Languages: Rust
fix(domain): Populate Connector Metadata in PaymentsAuthorizeData from SetupMandateData rustyanurag XS No 3.7h 0.0h Aug 26, 2026

Summary

Bug Fix

Populate Connector Metadata in PaymentsAuthorizeData from SetupMandateData

Fixes a bug that ensures connector metadata from SetupMandateData is correctly propagated to PaymentsAuthorizeData, improving data consistency for payment processing.

Health Assessment

Small
Low
Low
  • Rapid review and merge within 4 hours, minimal code changes, indicating low complexity and risk.

AI Details

Tech Stack

Languages: Rust
feat(core): return customer_acceptance_support in the payment method list response Vani-1107 L No 0.8h 0.8h Aug 26, 2026

Summary

Feature

Add customer acceptance support to payment method list

Enables clients to see whether a payment method supports customer acceptance, improving integration clarity.

Health Assessment

Large
Medium
Low
  • Fast cycle time and minimal review rounds indicate an efficient process; the modest API contract change suggests low impact risk.

AI Details

Confidence: 0.80

Tech Stack

Languages: Rust
feat(connector): added 3ds exemption manager decision to dataTrans connector sahkal S No 26.0h 0.2h Aug 26, 2026

Summary

Feature

Add 3DS exemption manager decision to Datatrans connector

Enables merchants to select three distinct 3DS behaviors per transaction, improving fraud prevention and customer experience.

Health Assessment

Small
Low
Low
  • Fast review and minimal rework led to a 26‑hour cycle time, indicating a straightforward, low‑risk feature addition.

AI Details

Confidence: 0.80

Tech Stack

Languages: Rust
feat(core): return customer_acceptance_support in the payment method list response Vani-1107 L No 17.6h 1.3h Aug 26, 2026

Summary

Feature

Add customer acceptance support field to PML

Enables backend to control consent checkbox visibility, improving user experience and compliance.

Health Assessment

Large
Low
Low
  • Fast review and merge with minimal rework, indicating a smooth process.

AI Details

Confidence: 0.25

Tech Stack

Languages: Rust
fix(connector): [stripe][stripe connect] add support to send billing data for wallets and NTID MIT flow AkshayaFoiger S No 21.2h 1.3h Aug 26, 2026

Summary

Feature

Add billing data support for wallets and NTID MIT flow

Enables consistent billing information for wallet and NTID payments via Stripe, improving compliance and reporting.

Health Assessment

Small
Low
Low
  • Quick review and minimal changes; no major risk introduced.

AI Details

Confidence: 0.95

Tech Stack

Languages: Rust
fix(connector): [CYBERSOURCE] Commerce Indicator for Setup Mandate Externally Authenticated Transactions bsayak03 XL No 2.1h 0.1h Aug 26, 2026

Summary

Bug Fix

Fix Cybersource Commerce Indicator for Mandate

Corrects the commerce indicator handling for externally authenticated mandate setups, ensuring accurate transaction processing and compliance.

Health Assessment

X-Large
Low
Low
  • Fast review and merge with minimal rework, quickly resolving a critical connector bug.

AI Details

Tech Stack

Languages: Rust
feat(payments): add fingerprint_type and generate fingerprints for wallet payment methods ayush22667 L No 20.8h 17.8h Aug 26, 2026

Summary

Feature

Add fingerprint_type for wallet payment methods

Extends fingerprint generation to Apple Pay and Google Pay, improving fraud detection and duplicate prevention for wallet payments.

Health Assessment

Medium
Medium
Medium
  • PR closed in under 21 hours with several commits to address review feedback, showing a responsive development cycle. The moderate number of files and lines indicates a focused feature addition without major blockers.

AI Details

Confidence: 0.95

Tech Stack

Languages: Rust
fix(configs): [tsys_transit] add mandate config AkshayaFoiger S No 0.9h 0.2h Aug 26, 2026

Summary

Bug Fix

Add mandate config for tsys_transit

Fixes missing mandate configuration for the tsys_transit connector, enabling proper card display during setup mandate flow.

Health Assessment

Small
Low
Low
  • Quick, single‑commit fix with no rework or comments, indicating a straightforward bug resolution.

AI Details

Confidence: 0.95

Tech Stack

feat(core): return bank name and account holder name for saved bank redirect payment methods in PML Vani-1107 XL No 114.5h 75.7h Aug 26, 2026

Summary

Feature

Add bank and account holder names to saved bank redirect payment methods

Enables customers to view bank name and account holder name for saved bank redirect payment methods, improving transparency and reducing confusion.

Health Assessment

X-Large
High
High
  • The PR had a long cycle time of over 114 hours and required multiple rework commits after the initial review, indicating significant review friction. The large code churn (over 2,900 lines across 18 files) further increases risk.

AI Details

Confidence: 0.95

Tech Stack

Languages: Rust
fix(offers): resolve saved-card token at offer apply apoorvdixit88 S No 8.1h 1.1h Aug 25, 2026

Summary

Bug Fix

Fix offer apply for saved card token

Ensures repeat customers using saved cards can successfully apply offers, preventing payment failures and improving checkout reliability.

Health Assessment

Small
Low
Low
  • Quick, single-file change resolved a critical repeat‑customer payment failure with minimal code churn and no regression risk.

AI Details

Confidence: 0.30

Tech Stack

Languages: Rust
feat(payouts): Add support for generating custom `connector_request_reference_id` for payouts Saptak88 M No 318.9h 1.4h Aug 25, 2026

Summary

Feature

Add custom connector request reference ID for payouts

Enables connectors requiring compliant reference IDs, improving payout compatibility and reducing failures.

Health Assessment

Medium
Medium
High
  • Long cycle time with multiple merge commits indicates significant rework and integration complexity.

AI Details

Tech Stack

Languages: Rust
fix(cypress): fix Deutschebank test config HS-QUALIBOT S No 5.3h 1.5h Aug 25, 2026

Summary

Test

Fix Deutschebank test config for payment connector

The update corrects the card issuer casing in the 3DS payment method response, ensuring accurate test data. It also adds a new fixture for Deutschebank's SaveCardUse3DSAutoCaptureOffSession, expanding test coverage for 3DS auto capture scenarios.

Health Assessment

Small
Low
Low
  • Quick turnaround with a single commit and minimal review, indicating a straightforward change with low complexity.

AI Details

Usage: Authored by AI
Category: Code AI
Tools: Claude
Confidence: 0.95

Tech Stack

Languages: Javascript
Frameworks: Cypress
fix(payment_methods): add missing required fields for Citigate shuklatushar226 S AI 5.3h 1.5h Aug 25, 2026

Summary

Bug Fix

Add missing required fields for Citigate

Ensures Citigate payments collect necessary billing info, preventing failures in the SDK and Control Center.

Health Assessment

Small
Low
Low
  • Fast cycle time of 5.3 hours with minimal rework; quick fix resolved missing field mapping for Citigate, reducing payment failures.

AI Details

Usage: AI Assisted
Category: Code AI
Tools: Claude
Confidence: 0.95

Tech Stack

Languages: Rust
fix(connector): [CYBERSOURCE] Commerce Indicator for Setup Mandate Externally Authenticated Transactions bsayak03 XL No 4.2h 0.5h Aug 25, 2026

Summary

Bug Fix

Fix Commerce Indicator for Cybersource Mandate Transactions

Ensures the commerce indicator value is correctly passed for externally authenticated mandate setups, improving compliance and transaction accuracy.

Health Assessment

X-Large
Medium
Low
  • The PR was merged within 4.2 hours, with a single review and one commit after the review, indicating a smooth and rapid resolution. The change touches a single file but involves a large diff, suggesting a focused but substantial fix.

AI Details

Tech Stack

Languages: Rust
chore: address Rust 1.98.0 clippy lints SanchithHegde S No 20.0h 16.0h Aug 25, 2026

Summary

Refactor

Fix Rust 1.98 clippy lints

This PR resolves compiler lint warnings introduced by Rust 1.98, ensuring code quality and compatibility.

Health Assessment

Small
Low
Low
  • Quick fix with minimal changes, resolved lint issues promptly.

AI Details

Tech Stack

Languages: Rust
fix(cypress): update Billwerk test config and add payment method blocking fixtures HS-QUALIBOT L No 118.6h 0.8h Aug 25, 2026

Summary

Health Assessment

AI Details

Confidence: 0.95

Tech Stack

Languages: Javascript
Frameworks: Cypress
feat(payment_link): add configurable separator text between wallet and card sections aniketburman014 M No 118.9h 0.1h Aug 25, 2026

Summary

Feature

Add configurable separator text for payment links

Allows merchants to customize the separator text between wallet and card payment methods, improving UI flexibility.

Health Assessment

Medium
Low
Medium
  • Fast initial review but multiple commits indicate moderate rework; overall process was smooth with no blockers.

AI Details

Confidence: 0.20

Tech Stack

Languages: Rust, Javascript
fix(configs): [tsys_transit] add mandate config AkshayaFoiger S No 9.6h 0.5h Aug 24, 2026

LLM analysis pending

This PR has not been analyzed yet.

FEAT(connectors): [Nuvei] pass TLID in proxy and NTID flows and add client unique ID length validation AkshayaFoiger M No 153.4h 24.0h Aug 24, 2026

LLM analysis pending

This PR has not been analyzed yet.

feat(connector): add Worldpay Raft ucs only connector Shubhodip900 XL No 167.4h 88.8h Aug 24, 2026

LLM analysis pending

This PR has not been analyzed yet.

feat(offers): once-per-card velocity via card_alias apoorvdixit88 M No 144.2h 22.1h Aug 24, 2026

LLM analysis pending

This PR has not been analyzed yet.

fix(rev-rec): add card data in payment intent rohanm13 M No 118.9h 22.0h Aug 24, 2026

LLM analysis pending

This PR has not been analyzed yet.

Revert: "fix(connector): [CYBERSOURCE] Commerce Indicator Mapping For Externally Authenticated Transactions" bsayak03 XL No 91.3h 0.1h Aug 24, 2026

LLM analysis pending

This PR has not been analyzed yet.

feat(blocklist): scope blocklist entries to the business profile ayush22667 XL No 117.4h 20.7h Aug 24, 2026

LLM analysis pending

This PR has not been analyzed yet.

Revert: "fix(connector): [CYBERSOURCE] Commerce Indicator Mapping For Externally Authenticated Transactions" bsayak03 XL No 10.0h 0.0h Aug 20, 2026

LLM analysis pending

This PR has not been analyzed yet.

feat(connector): Add elavon as ucs only connector Shubhodip900 S No 36.9h 23.5h Aug 20, 2026

LLM analysis pending

This PR has not been analyzed yet.

fix(routing): resolve migration profiles under the merchant that owns them jagan-jaya M No 6.7h 0.2h Aug 20, 2026

LLM analysis pending

This PR has not been analyzed yet.

fix(routing): dedup decision engine connectors by merchant_connector_id prajjwalkumar17 M AI 56.3h 50.0h Aug 20, 2026

LLM analysis pending

This PR has not been analyzed yet.

fix(cypress): update Airwallex redirect handling for iDEAL, Trustly, and Skrill HS-QUALIBOT M No 24.2h 1.0h Aug 20, 2026

LLM analysis pending

This PR has not been analyzed yet.

fix(checkout): send external 3DS authentication data to connector for no_3ds payments aniketburman014 M No 24.7h 1.0h Aug 20, 2026

LLM analysis pending

This PR has not been analyzed yet.

feat(connector): [Checkout] googlepay decrypted FPAN token + 3ds swangi-kumari S No 71.8h 44.4h Aug 20, 2026

LLM analysis pending

This PR has not been analyzed yet.

fix(paysafe): align default tokenization config with google_pay (sandbox already overrides) shuklatushar226 XS AI 325.5h 0.1h Aug 19, 2026

LLM analysis pending

This PR has not been analyzed yet.

feat(cypress): add Truelayer open banking payout tests vasanthp-jus XL No 149.7h 90.6h Aug 19, 2026

LLM analysis pending

This PR has not been analyzed yet.

fix(ucs): populate calida shop name from MCA metadata in ConnectorSpecificConfig pixincreate S No 154.1h 20.2h Aug 19, 2026

LLM analysis pending

This PR has not been analyzed yet.

feat(connector): Add moneris as ucs only connector Shubhodip900 S No 133.6h 97.7h Aug 19, 2026

LLM analysis pending

This PR has not been analyzed yet.

fix(NMI): [NMI] add PR and LB for card allowed countries payment Nithin1506200 S No 9.6h 0.4h Aug 19, 2026

LLM analysis pending

This PR has not been analyzed yet.

ci(cypress): add L2L3 data processing for stripe vasanthp-jus M No 146.1h 15.5h Aug 19, 2026

LLM analysis pending

This PR has not been analyzed yet.

« Page 3 of 5 »

Get this analytics stack for your team

Connect GitHub and see cycle time, review bottlenecks, PR flow, and trend changes in minutes.

Connect Repos