4546 Commits

Author SHA1 Message Date
4079474b8f chore: run formatter 2025-10-27 06:06:10 +00:00
5b3136856b shadow being top priority 2025-10-27 11:35:06 +05:30
4a8374f5f5 Merge branch 'main' of github.com:juspay/hyperswitch into mitm_proxy 2025-10-25 00:24:36 +05:30
d62eed7c80 fix(revenue-recovery): stop retries on hard-decline and apply wait on retry-limit reached (#9742)
Co-authored-by: Aniket Burman <aniket.burman@Aniket-Burman-JDXHW2PH34.local>
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
Co-authored-by: Aniket Burman <aniket.burman@192.168.1.4>
Co-authored-by: Aniket Burman <aniket.burman@192.168.1.5>
2025-10-24 15:15:24 +00:00
5b42bf8c98 refactor(payouts): add bankredirect for payout links (#9943) 2025-10-24 11:36:48 +00:00
910887d35c fix(connector): [NOVALNET] Add Sepa Direct Debit Required Fields (#9967)
Co-authored-by: Sayak Bhattacharya <sayak.b@Sayak-Bhattacharya-G092THXJ34.local>
2025-10-24 08:02:49 +00:00
38725599d9 chore: introduce placeholders for complete authorize and preprocessing through ucs (#9915)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
2025-10-24 08:02:24 +00:00
b0d5a1b046 feat(webhooks): Adding event search option in the webhooks page (#9907)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
2025-10-24 08:02:04 +00:00
acc415767d chore: revert changes 2025-10-24 12:14:56 +05:30
f5caf82a8c chore: resolve mitm 2025-10-23 22:30:29 +05:30
54941406df chore: run formatter 2025-10-23 14:13:20 +00:00
ac6c8b1005 Merge branch 'mitm_proxy' of github.com:juspay/hyperswitch into mitm_proxy 2025-10-23 19:42:01 +05:30
6f8068c879 rollout_key and shadow_rollout_key based priority 2025-10-23 19:38:19 +05:30
3d3dfc05e3 fix(connector): [ADYEN] Populate brand only when cobadged cards (#9743)
Co-authored-by: Sayak Bhattacharya <sayak.b@Sayak-Bhattacharya-G092THXJ34.local>
2025-10-23 13:29:32 +00:00
fe8c484114 fix(connectors): [nuvei] chargeback webhooks (#9956)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
2025-10-23 12:37:56 +00:00
c3f550b26e fix(connector): [NOVALNET] Address Deserilization Failure due to missing enum variant in Redirection params (#9832)
Co-authored-by: Sayak Bhattacharya <sayak.b@Sayak-Bhattacharya-G092THXJ34.local>
2025-10-23 12:04:53 +00:00
ed57cd0f2e docs(subscriptions): add subscription endpoint in api-ref docs (#9954)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
2025-10-23 11:51:49 +00:00
6024a53a35 feat(connector): [PAYJUSTNOW] add Connector Template Code (#9958) 2025-10-23 11:51:38 +00:00
16ee54ad09 fix(connectors): [Stripe] update overcapture handling and add CLF currency to db (#9880) 2025-10-23 11:51:26 +00:00
175d0f5baf feat(payouts): add organization_id to payouts (#9938) 2025-10-23 07:19:46 +00:00
433e2c40ec fix(connectors): [Paypal] add a separate extended authorization status to fix the deserialization error (#9953)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
2025-10-23 07:17:23 +00:00
63c2fee330 feat(core): Bumped UCS Client dependency to bring latest changes (#9873)
Co-authored-by: Saptak Dutta <saptakd88@gmail.com>
2025-10-22 14:35:18 +00:00
622a81e19d feat(connector): Finix mandates implementation cards + Googlepay + Applepay (#9847)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
Co-authored-by: Vani Gupta <vani.gupta@juspay.in>
2025-10-22 12:56:48 +00:00
5f0602b696 chore: run formatter 2025-10-22 08:01:03 +00:00
2d4954290a clippy errors fix 2025-10-22 13:28:58 +05:30
8721beeda4 refactor(connector): [Gigadat] fix cargo hack check in main (#9939) 2025-10-22 06:39:48 +00:00
4b9bd47078 chore: run formatter 2025-10-21 11:12:10 +00:00
5423862784 Resolving flow from Code conflicts 2025-10-21 16:41:05 +05:30
9af5a8c19f feat(core): Introduce new decide flow mechanism for payment authorization (#9808) 2025-10-21 09:56:55 +00:00
dfbfeefef7 fix(router): Add Missing Match Case for Amazon Pay in decide_session_token_flow Function (#9881)
Co-authored-by: Anurag Singh <anurag.singh.001@Anurag-Singh-WPMHJ5619X.local>
2025-10-21 09:43:07 +00:00
99b58d16f8 fix(nexinets): limit connector_request_reference_id to 30 characters using nanoid (#9874) 2025-10-21 09:41:28 +00:00
819ef0e92d feat(connector): [Redsys] add loggers (#9877)
Co-authored-by: likhinbopanna <131246334+likhinbopanna@users.noreply.github.com>
2025-10-21 09:40:18 +00:00
2e38b2ce5c refactor(router): Make Gift Card Balance Check API Generic (v2) (#9856)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
2025-10-21 09:39:48 +00:00
6f96064e07 fix(connector): Map Redsys Response Codes (#9934)
Co-authored-by: Anurag Singh <anurag.singh.001@MacBookPro.lan>
2025-10-21 09:37:59 +00:00
5ea31bff48 refactor(connector): [payload] expose avs result in response (#9918) 2025-10-21 08:20:16 +00:00
1533a7f5c9 Merge branch 'main' of github.com:juspay/hyperswitch into mitm_proxy 2025-10-21 13:40:39 +05:30
9fdeba2474 fix: fallback to merchant_order_reference_id when x-reference-id in header is not present for UCS calls (#9872)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
2025-10-21 07:54:19 +00:00
2aa44180d8 update session_state based on requirement 2025-10-21 12:27:11 +05:30
820f18311f feat(connector): [PEACHPAYMENTS] Refunds, RSync and Cypress added (#9850) 2025-10-17 15:23:41 +00:00
bfa06b2108 fix(routing): handle validation for profile_id (#9809)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
2025-10-17 13:55:20 +00:00
b42fbdb50f docs(subscription): add open api specs (#9884) 2025-10-17 13:54:19 +00:00
db7228aed2 feat(connector): [adyenplatform] extend states for incoming webhook events (#9900) 2025-10-17 13:20:46 +00:00
8ef846f9f8 fix(wasm): [Finix] Add payment processing details at field for apple pay (#9913)
Co-authored-by: Vani Gupta <vani.gupta@juspay.in>
2025-10-17 13:16:37 +00:00
7e09699a5b feat(router): add an endpoint for extending authorization (#9813)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
2025-10-17 13:11:59 +00:00
a75c89002f feat(connector): [checkout] Add additional fields in the request (#9888)
Co-authored-by: Vani Gupta <vani.gupta@juspay.in>
Co-authored-by: likhinbopanna <131246334+likhinbopanna@users.noreply.github.com>
2025-10-17 12:43:52 +00:00
21aba202a5 feat(connector): [Gigadat] payouts for gigadat (#9889) 2025-10-17 12:42:54 +00:00
01cb658696 feat(router): add card testing check in payments eligibility flow (#9876)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
2025-10-17 08:26:41 +00:00
edb56ae97a comment resolution 2025-10-17 11:18:17 +05:30
46fc688411 refactor(webhooks): Fix incoming webhooks failure (#9894) 2025-10-16 18:41:55 +00:00
408a36669a fix(payment_methods): card vault not found error (#9839) 2025-10-16 15:57:35 +00:00