4558 Commits

Author SHA1 Message Date
b82e7429e2 feat(connector): [ADYEN] Integrate Paze (#6545) 2024-11-13 09:52:23 +00:00
6eb72e923e fix(webhooks): add support for updating mandate details in webhooks flow (#6523)
Co-authored-by: Chikke Srujan <chikke.srujan@Chikke-Srujan-N7WRTY72X7.local>
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
2024-11-13 09:42:58 +00:00
574170a357 fix(payments): populate payment_method_type in payment_attempt for cards (#6519) 2024-11-13 09:31:56 +00:00
31a38db800 docs(analytics): add setup instructions for currency_conversion service (#6516) 2024-11-13 09:23:14 +00:00
98b141c6a0 feat(users): add global support in user roles (#6458) 2024-11-13 06:51:03 +00:00
596c49e111 chore(version): 2024.11.13.0 2024.11.13.0 2024-11-13 00:20:32 +00:00
c484beb039 refactor(routing): remove payment_id from dynamic_routing metrics (#6535) 2024-11-12 14:30:14 +00:00
548d1b0c0e docs(api-reference): remove redundant webhooks page (#6538) 2024-11-12 14:29:58 +00:00
6808272de3 refactor: move Payout traits to hyperswitch_interfaces for connectors crate (#6481)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
2024-11-12 10:53:00 +00:00
20a3a1c2d6 feat(connector): [NOMUPAY] Add template code (#6382)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
2024-11-12 06:57:52 +00:00
6b029ab195 feat(events): Add payment reject audit events (#6465)
Co-authored-by: Anish Kacham <f2010091@hyderabad.bits-pilani.ac.in>
2024-11-12 06:46:13 +00:00
7f4f55b63a fix: trustpay eps redirection in cypress (#6529) 2024-11-12 06:45:44 +00:00
7dfcd514cf docs(openapi): Fixed API documentation for V2 (#6496) 2024-11-12 06:44:54 +00:00
78857e9da3 chore(version): 2024.11.12.0 2024.11.12.0 2024-11-12 00:20:26 +00:00
b9f640bc90 Ci(Cypress): Enhance Cybersource Testcases (#6285)
Co-authored-by: likhinbopanna <likhin.bopanna@juspay.in>
2024-11-11 16:08:30 +00:00
42bdf47fd2 feat(payment_v2): implement payments sync (#6464)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
2024-11-11 13:14:15 +00:00
0a506b1729 refactor: explicitly specify top redirections for secure payment and payout links (#6494) 2024-11-11 07:36:14 +00:00
f89e8742e2 chore(version): 2024.11.11.0 2024.11.11.0 2024-11-11 00:21:45 +00:00
ce95b6538d feat(analytics): revert remove additional filters from PaymentIntentFilters (#6492) 2024-11-08 15:33:57 +00:00
5af532a121 fix(router): add card expiry check in the network_transaction_id_and_card_details based MIT flow (#6504) 2024-11-08 14:37:24 +00:00
6f24bb4ee3 feat(router): add start_redirection api for three_ds flow in v2 (#6470)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
2024-11-08 13:50:25 +00:00
0389ae74e1 refactor(payment_methods): refactor customer payment methods list v2 code to follow better code practices (#6433) 2024-11-08 13:50:14 +00:00
bc92a2e9d9 fix(connector): [fiuu]fix mandates for fiuu (#6487)
Co-authored-by: Chikke Srujan <chikke.srujan@Chikke-Srujan-N7WRTY72X7.local>
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
2024-11-08 12:53:58 +00:00
378ec44db9 feat(connector): [worldpay] add support for mandates (#6479)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
2024-11-08 12:30:39 +00:00
1be2654b4f feat(payments): Add audit events for PaymentUpdate update (#6426) 2024-11-08 12:29:57 +00:00
3d9f4432bc fix(connector): [Novalnet] Add mandatory fields for wallets and card in config (#6463) 2024-11-08 12:26:08 +00:00
1dfcaabff8 refactor(router): Remove card exp validation for migration api (#6460)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
2024-11-08 12:13:03 +00:00
28e3c36693 ci(cypressV2): update cypress v2 framework to accommodate hyperswitch v2 changes (#6493) 2024-11-08 12:12:30 +00:00
d9ce42fd0c Refactor(core): interpolate success_based_routing config params with their specific values (#6448)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
2024-11-08 11:59:44 +00:00
21d3071f31 fix(docs): Fix broken pages in API reference (#6507) 2024-11-08 11:58:42 +00:00
860a57ad9a fix(connector): [Novalnet] Send decoded wallet token to applepay (#6503) 2024-11-08 11:53:28 +00:00
51b6cdfad7 fix(router): get apple pay certificates only from metadata during the session call (#6514)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
2024-11-08 11:28:46 +00:00
fe4931a37e Feat(connector): [AMAZON PAY] Added Template code (#6486)
Co-authored-by: Anurag Singh <anurag.singh.001@AnuragSMHJ5619X.lan>
2024-11-08 10:10:45 +00:00
529f1a76be feat(opensearch): refactor global search querybuilder and add case insensitivity opensearch filters (#6476) 2024-11-08 10:05:24 +00:00
6823418e2a feat(payments): Add audit events for PaymentApprove update (#6432) 2024-11-08 09:32:27 +00:00
a5ac69d1a7 chore: change serde value to strict type in payment intent domain and diesel model (#6393)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
2024-11-08 07:18:01 +00:00
01951de7aa chore(version): 2024.11.08.0 2024.11.08.0 2024-11-08 00:20:22 +00:00
063fe904c6 feat(payments): Add audit events for PaymentCreate update (#6427) 2024-11-07 13:08:07 +00:00
cf126b9408 chore(version): 2024.11.07.1 2024.11.07.1 2024-11-07 10:41:25 +00:00
b43033c2d9 fix(users): Add force rotate password on first login for non-email flow (#6483) 2024-11-07 16:07:29 +05:30
1ba3d84df1 refactor(connector): Added amount conversion framework to Wise. (#6469) 2024-11-07 06:44:29 +00:00
90d9ffc1d2 chore(version): 2024.11.07.0 2024.11.07.0 2024-11-07 00:20:39 +00:00
b8b206057c fix(core): PMD Not Getting Populated for Saved Card Transactions (#6497) 2024-11-06 17:14:03 +00:00
01c5216fdd feat(analytics): implement currency conversion to power multi-currency aggregation (#6418)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
2024-11-06 09:16:16 +00:00
ae4df051cc chore(version): 2024.11.06.0 2024.11.06.0 2024-11-06 00:20:42 +00:00
b048e39b5c Feat(connector): [JP MORGAN] Added Template code for cards integration (#6467)
Co-authored-by: Sayak Bhattacharya <sayak.b@Sayak-Bhattacharya-GJQC9R9THR.local>
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
2024-11-05 15:16:26 +00:00
6b66cccd02 feat(users): Add force_two_factor_auth environment variable (#6466) 2024-11-05 13:43:11 +00:00
95f2e0b8c5 feat(nix): add support for running external services through services-flake (#6377) 2024-11-05 13:34:59 +00:00
71d9933220 fix: lazy connection pools for dynamic routing service (#6437)
Co-authored-by: Nishant Joshi <nishant.joshi@juspay.in>
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
2024-11-05 10:31:56 +00:00
7f1d34571f fix(connector): [Cybersource] remove newline in billing address with space (#6478) 2024-11-05 10:07:16 +00:00