2517 Commits

Author SHA1 Message Date
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
a8b57eaf23 fix(connector): [Adyen]add configs for afterpay adyen (#4885) 2024-06-05 11:04:53 +00:00
a3183a0c5b feat(core): Create Payout Webhook Flow (#4696)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
2024-06-05 09:28:42 +00:00
32f0fae27d refactor(connector): move AuthorizeSessionToken flow to core from execute_pretasks for nuvei and square (#4854) 2024-06-05 08:09:29 +00:00
326b6b5232 chore(eulid_wasm): allow merchant to select different paypal paymentmenthod type (#4882) 2024-06-05 07:42:02 +00:00
f39c420623 Fix(connector): [ZSL] capture connector transaction ID (#4863) 2024-06-05 07:07:12 +00:00
3509b45e1b refactor(connector): [Klarna] Add support for Klarna Optional Shipping Address (#4876) 2024-06-04 18:31:59 +00:00
1eaba9a10b feat(connector): [CRYPTOPAY] Make payment_method_data.crypto.network as enum (#4853)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
2024-06-04 14:59:11 +00:00
fcf52973f4 feat(router): add request_external_three_ds_authentication flag in payment_method_list_response (#4864)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
2024-06-04 14:34:39 +00:00
d413e1a8a5 chore(euclid_wasm): paypal metadata (#4868) 2024-06-04 12:48:27 +00:00
5414485866 feat(auth): Create and use SinglePurposeOrLoginTokenAuth (#4830)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
2024-06-04 11:13:08 +00:00
8096d5e577 refactor(connector): [Adyen] handle redirection error response (#4862) 2024-06-04 10:53:40 +00:00
7f75f941c1 refactor(api_models): rename Card struct for payouts to avoid overrides in auto generated open API spec (#4861) 2024-06-04 10:52:47 +00:00
ba0a1e95b7 fix(connector): [Adyen]add required fields for afterpay clearpay (#4858) 2024-06-04 07:32:15 +00:00
fa5f5a4edd fix: include client_version and client_source in retried payments (#4826) 2024-06-03 17:55:28 +00:00