2531 Commits

Author SHA1 Message Date
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
c9dbb567ab feat(events): add metadata info to events (#4875) 2024-06-06 12:03:28 +00:00
b1cb053a55 refactor(webhooks): extract incoming and outgoing webhooks into separate modules (#4870) 2024-06-06 08:30:09 +00:00
7a9423759e feat(router): add an api to migrate the apple pay certificates from connector metadata to connector_wallets_details column in merchant connector account (#4790)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
Co-authored-by: Sanchith Hegde <22217505+SanchithHegde@users.noreply.github.com>
2024-06-06 08:23:03 +00:00
dae1413960 refactor(connector): [KLARNA] Add dynamic fields for klarna payment method (#4891)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
2024-06-05 19:04:57 +00:00
3d53fd018a refactor(connector): [BOA/CYBS] add customer token for mandates and refactor psync (#4815)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
2024-06-05 18:15:01 +00:00
377d6eacd3 refactor(business_profile): add collect_shipping_details_from_wallet_connector in the business profile response (#4892)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
2024-06-05 15:56:08 +00:00
4df84e913f Refactor(core): Inclusion of constraint graph for merchant Payment Method list (#4845)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
Co-authored-by: shashank_attarde <shashank.attarde@juspay.in>
2024-06-05 15:12:22 +00:00
c5e28f2670 feat(multitenancy): move users and tenants to global schema (#4781)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
Co-authored-by: Arun Raj M <jarnura47@gmail.com>
2024-06-05 13:20:40 +00:00
76ec5e1e02 fix(users): Populate correct org_id for Internal Signup (#4888) 2024-06-05 12:52:53 +00:00
32cf06c736 feat(connector): add payouts integration for AdyenPlatform (#4874)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
2024-06-05 11:42:50 +00:00
7ab65ac883 chore(users): email templates updated (#4562)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
Co-authored-by: Pritish Budhiraja <pritish.budhiraja@gmail.com>
2024-06-05 11:11:36 +00:00