2356 Commits

Author SHA1 Message Date
a71fe033e7 fix(router): avoid considering pre-routing results during perform_session_token_routing (#5076)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
2024-06-21 17:09:22 +00:00
6a07e10af3 refactor(redis): spawn one subscriber thread for handling all the published messages to different channel (#5064) 2024-06-21 11:31:52 +00:00
2005d3df9f feat(users): setup user authentication methods schema and apis (#4999)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
Co-authored-by: Mani Chandra Dulam <mani.dchandra@juspay.in>
2024-06-21 10:59:17 +00:00
5cde7ee034 feat(payment_methods): Implement Process tracker workflow for Payment method Status update (#4668)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
2024-06-21 08:51:14 +00:00
d98293ae9a fix(payment_methods): support last used for off session token payments (#5039) 2024-06-20 13:43:57 +00:00
6f58b4efbd refactor(connector): [Mifinity]dynamic fields for mifinity (#5056) 2024-06-20 12:13:58 +00:00
c9bfb89f7e refactor(payment_method): [Klarna] store and populate payment_type for klarna_sdk Paylater in response (#4956) 2024-06-20 11:54:32 +00:00
84bed81def refactor: introduce ConnectorIntegrationNew and add default implementation for each Connector (#4989)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
2024-06-20 10:24:48 +00:00
e486641c97 Refactor(core): reverts the payment method list filtering using constraint graph (#5044)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
2024-06-19 14:55:29 +00:00
7d46afd985 feat(router): add payment method type duplication check for google_pay (#5023) 2024-06-19 12:32:30 +00:00
bec51a3557 refactor(storage): remove id from payment intent, attempt and remove datamodel ext from payment intent (#4923)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
Co-authored-by: Prajjwal Kumar <prajjwal.kumar@juspay.in>
2024-06-19 11:40:32 +00:00
655b81d697 fix(connector): add local bank redirect type in compatibility layer, default the country to AT for Local Bank Redirect and add creds_identifier in access token (#5038)
Co-authored-by: Samraat Bansal <samraat.bansal@juspay.in>
Co-authored-by: Narayan Bhat <narayan.bhat@juspay.in>
2024-06-19 10:52:38 +00:00
8c7e1a3b8b refactor(connector): add amount conversion framework for noon (#4843)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
Co-authored-by: Hrithikesh <61539176+hrithikesh026@users.noreply.github.com>
Co-authored-by: Narayan Bhat <narayan.bhat@juspay.in>
2024-06-19 10:36:33 +00:00
7208ca4db4 fix(logging): fix stack overflow on recording restricted keys (#4423) 2024-06-19 10:32:16 +00:00
397d221240 feat(core): Add logger for sessions call failure (#5036) 2024-06-19 10:31:42 +00:00
776ddb8c1a feat(multitenancy): add tenant_id as a field for data pipeline and support individual database for clickhouse (#4867)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
Co-authored-by: Arun Raj M <jarnura47@gmail.com>
Co-authored-by: Sampras Lopes <sampras.lopes@juspay.in>
2024-06-18 13:28:46 +00:00
d2092dcb0a refactor: add basic counter metrics for IMC (#5006) 2024-06-18 12:59:12 +00:00
010e6fe3ee fix(payment_methods): populate card fields while saving card again during metadata change condition (#5019) 2024-06-18 12:58:54 +00:00
a7ad7906d7 feat(router): Override the setup_future_usage to on_session based on the merchant config (#5016) 2024-06-18 09:51:17 +00:00
cbe3a6d43e refactor: Move trait ConnectorIntegration to crate hyperswitch_interfaces (#4946)
Co-authored-by: Deepanshu Bansal <deepanshu.bansal@Deepanshu-Bansal-K3PYF02LFW.local>
2024-06-18 08:23:40 +00:00
40dfad89ac chore(process_tracker): use const instead of String for business_status (#4849)
Co-authored-by: SanchithHegde <22217505+SanchithHegde@users.noreply.github.com>
2024-06-14 11:38:34 +00:00
6582729048 feat(connector): added template code for datatrans (#4890) 2024-06-14 09:59:31 +00:00
2852a3ba15 fix(users): Magic link is not expiring after one usage (#4971) 2024-06-14 09:44:48 +00:00
edf919e142 chore: address Rust 1.79 clippy lints (#5003) 2024-06-14 07:25:31 +00:00
ad7886a6ff feat(payment_methods): Use Ephemeral auth for pm list and pm delete (#4996) 2024-06-13 13:40:40 +00:00
18493bd8f0 refactor(core): make country aggregator nodes weak for list payment methods (#4994) 2024-06-13 13:11:18 +00:00
fb836618a6 feat(router): include the pre-routing connectors in Apple Pay retries (#4952) 2024-06-13 11:11:43 +00:00
0e059e7d84 feat(connectors): [Iatapay] add payment methods (#4968)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
Co-authored-by: SamraatBansal <55536657+SamraatBansal@users.noreply.github.com>
2024-06-13 03:45:09 +00:00
b847606d66 feat(payouts): make payout_type optional in payouts table (#4954)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
2024-06-12 14:24:52 +00:00
4651584ecc feat(connector): [BOA/CYB] Make billTo fields optional (#4951)
Co-authored-by: Deepanshu Bansal <deepanshu.bansal@Deepanshu-Bansal-K3PYF02LFW.local>
2024-06-12 12:07:55 +00:00
b420522694 fix(core): fix the multitenancy prefix in routing cache (#4963)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
2024-06-12 11:20:56 +00:00
5b21951102 refactor(connector): [Mifinity]Move destination_account_number from pmd to Mifinity Metadata (#4962)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
2024-06-12 10:35:37 +00:00
cf3d039efd refactor(payment_methods): Enable deletion of default Payment Methods (#4942) 2024-06-12 10:15:37 +00:00
40a996e84c feat(events): Add audit events payment capture (#4913)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
2024-06-12 09:26:50 +00:00
fb0a7aa556 refactor(connector): add amount conversion framework to bluesnap (#4825)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
Co-authored-by: Hrithikesh <61539176+hrithikesh026@users.noreply.github.com>
Co-authored-by: Narayan Bhat <narayan.bhat@juspay.in>
2024-06-12 07:10:27 +00:00
d93f65fd95 feat(connector): implement auth and post auth flows for gpayments (#4746)
Co-authored-by: hrithikesh026 <hrithikesh.vm@juspay.in>
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
Co-authored-by: Hrithikesh <61539176+hrithikesh026@users.noreply.github.com>
2024-06-11 18:35:31 +00:00
9f2476b99a fix: add validation for connector authentication type during mca create and update operation (#4932) 2024-06-11 16:52:55 +00:00
88cf904f5b refactor: wrap the encryption and file storage interface client in appstate with Arc as opposed to Box (#4949) 2024-06-11 14:53:05 +00:00
42cd769407 feat(metrics): add support for gauge metrics and include IMC metrics (#4939)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
2024-06-11 14:52:20 +00:00
a949676f8b refactor(connector): [Mifinity] Add dynamic fields for Mifinity Wallet (#4943)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
2024-06-11 14:50:31 +00:00
b01bbba6ff feat(connector): [Multisafepay] Add support for Ideal and Giropay (#4398) 2024-06-11 13:45:03 +00:00
b705757be3 refactor(connector): changed amount to minor Unit for stripe (#4786)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
Co-authored-by: Hrithikesh <61539176+hrithikesh026@users.noreply.github.com>
Co-authored-by: Narayan Bhat <narayan.bhat@juspay.in>
2024-06-11 07:57:24 +00:00
4d0c89362a refactor(conditional_configs): refactor conditional_configs to use Moka Cache instead of Static Cache (#4814)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
2024-06-11 07:47:25 +00:00
894560f07b refactor(business_profile): add is_connector_agnostic_mit_enabled in the business profile APIs (#4925)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
2024-06-10 18:54:44 +00:00
9c7dcbe1a0 fix(multitenancy): remove tenant id from redis stream key of kafkaStore (#4916) 2024-06-10 13:42:54 +00:00
e3e31f392b refactor(users): Make password nullable in users table (#4902) 2024-06-10 12:55:22 +00:00
eb0101fa7d feat(events): Add audit events payment confirm (#4763)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
Co-authored-by: Sampras Lopes <Sampras.lopes@juspay.in>
2024-06-10 12:48:27 +00:00
adb9b11f69 refactor(connector): [CRYPTOPAY] amount conversion framework added (#4928)
Co-authored-by: Sahkal Poddar <sahkal.poddar@juspay.in>
Co-authored-by: Deepanshu Bansal <deepanshu.bansal@Deepanshu-Bansal-K3PYF02LFW.local>
2024-06-10 11:49:44 +00:00
7085a46271 fix(payments): populate payment method data in payments list (#4919) 2024-06-10 07:36:43 +00:00
d784fcb5e6 fix(payment_methods): filter the apple pay retryable connectors for a specific business profile with default fallback configuration (#4794) 2024-06-09 17:38:03 +00:00