2542 Commits

Author SHA1 Message Date
ae1edb061d fix(opensearch): handle index not present errors in search api (#4965)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
Co-authored-by: ivor-juspay <138492857+ivor-juspay@users.noreply.github.com>
2024-06-18 18:58:19 +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
656fb3e09a chore: introduce RouterDataNew and FlowSpecificData models (#4961) 2024-06-14 07:05:47 +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
7b293ff785 chore(euclid_wasm): update apple pay metadata (#4930) 2024-06-11 14:01:46 +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
a2b17cbc96 ci(postman): add users collection (#4897) 2024-06-10 12:47:53 +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
2f12cca7ae feat(connector): [BOA/CYB] Make state,zip optional for Non US CA Txns (#4915)
Co-authored-by: Deepanshu Bansal <deepanshu.bansal@Deepanshu-Bansal-K3PYF02LFW.local>
2024-06-07 13:38:52 +00:00
d0fd7095cd refactor(payout): move payout quote call to payout core from execute_pretasks (#4900) 2024-06-07 10:44:05 +00:00
13fa7d5c56 feat(connector): [BOA] Handle refund status 201 (#4908)
Co-authored-by: Deepanshu Bansal <deepanshu.bansal@Deepanshu-Bansal-K3PYF02LFW.local>
2024-06-07 09:53:00 +00:00
5b92371a73 refactor(connector): convert init payment flow to preprocessing flow for shift4 (#4884)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
2024-06-07 07:04:07 +00:00
05105321ca refactor(openapi): move openapi to a separate folder (#4859) 2024-06-07 06:14:01 +00:00
9da92027ef refactor(outgoing_webhooks): raise errors in the analytics pipeline in case of API client errors or non-2xx responses (#4894) 2024-06-06 17:45:45 +00:00
b4dbe841f8 chore(config): [MIFINITY] add configs for Mifinity in WASM (#4895) 2024-06-06 13:44:14 +00:00
3077421cbd feat(router): add acquirer_country_code in acquirer_details and send it in netcetera authentication flow (#4835) 2024-06-06 13:22:04 +00:00
e7acaa5716 refactor(connector): convert init payment flow to preprocessing flow for nuvei (#4878) 2024-06-06 13:21:09 +00:00
6750be5aee feat(connector): [MIFINITY] Implement payment flows and Mifinity payment method (#4592)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
Co-authored-by: kiran.kummari <kiran.kummari@juspay.in>
2024-06-06 12:17:45 +00:00
3d9ecd0938 fix(connectors): [BOA/CYBS] make avs code optional (#4898) 2024-06-06 12:03:46 +00:00