3142 Commits

Author SHA1 Message Date
901b88ab80 fix(cypress): fix redirectionHandler from failing to compile (#4846) 2024-06-04 12:43:56 +00:00
1d36798399 feat(cypress): Add service level testing for Payouts (#4744) 2024-06-04 11:46:23 +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
0ac20d24df chore(version): 2024.06.04.1 2024.06.04.1 2024-06-04 08:40:45 +00:00
ba0a1e95b7 fix(connector): [Adyen]add required fields for afterpay clearpay (#4858) 2024-06-04 07:32:15 +00:00
e9be4e2241 chore(version): 2024.06.04.0 2024.06.04.0 2024-06-04 00:15:00 +00:00
fa5f5a4edd fix: include client_version and client_source in retried payments (#4826) 2024-06-03 17:55:28 +00:00
d242850b63 refactor(users): Changes for Home and Signout APIs for TOTP Redis flows (#4851)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
2024-06-03 14:10:13 +00:00
0cbb2928bd feat(users): Create config for TOTP Issuer (#4776) 2024-06-03 13:52:42 +00:00
15d6c3e846 feat(multitenancy): add support for multitenancy and handle the same in router, producer, consumer, drainer and analytics (#4630)
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-03 12:27:30 +00:00
a1788b8da9 feat(connector): [AUTHORIZEDOTNET] Support payment_method_id in recurring mandate payment (#4841) 2024-06-03 11:07:37 +00:00
e5da133fe0 refactor(connector): airwallex convert init payment to preprocessing (#4842) 2024-06-03 10:51:49 +00:00
67f017f6f0 feat(router): send three_ds_requestor_url in authentication_response for external 3ds flow (#4828)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
2024-06-03 10:34:12 +00:00
ccee1a9ce9 feat(consolidated-kafka-events): add consolidated kafka payment events (#4798)
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-03 09:16:17 +00:00
865007717c refactor(connector): [Klarna] Add shipping Address in Klarna Session and Payment Request (#4836) 2024-06-03 07:54:56 +00:00
69b2f76be7 fix(connector): make few fields optional in struct NetceteraErrorDetails (#4827) 2024-06-03 07:52:44 +00:00
d84e62441f chore(cypress): remove logs that expose globalState (#4844) 2024-06-03 06:36:34 +00:00
df7cf96c96 chore(version): 2024.05.31.1 2024.05.31.1 2024-05-31 13:22:06 +00:00
f74b9b622e Refactor(core): Reverts Inclusion of constraint graph for merchant Payment Method list (#4839) 2024-05-31 13:01:50 +00:00
5cb84f66e4 refactor(first_name): check if first_name is sent as empty string (#4832) 2024-05-31 11:08:52 +00:00
48dac12ced feat(cypress): add trustpay, adyen bank redirects and corresponding refactor (#4766) 2024-05-31 09:35:43 +00:00
d2d317ce61 chore: enable clippy::large_futures lint (#4822) 2024-05-31 09:31:12 +00:00
121b61123f chore(euclid_wasm): update paypal payment experience (#4811) 2024-05-31 07:37:49 +00:00
7888dd48b2 chore(version): 2024.05.31.0 2024.05.31.0 2024-05-31 00:14:23 +00:00
4833f1ac31 chore(postman): update Postman collection files 2024-05-31 00:12:25 +00:00
5d1900e1d9 fix(netcetera): handle non-ascii characters for cardholdername, error message and send missing fields (#4755)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
2024-05-30 14:57:59 +00:00
61e67e4272 refactor(core): move router data flow types to hyperswitch domain models crate (#4801) 2024-05-30 14:54:50 +00:00
08eefdba4a feat(router): Added amount conversion function in core for connector module (#4710)
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-05-30 13:51:33 +00:00
f7e99e1eda refactor(connector): [Klarna] Refactor configs for sandbox and production and update payment status (#4819) 2024-05-30 13:44:34 +00:00
21a3a2ea8a fix(routing): Added routing validation for payments req (#4762) 2024-05-30 10:57:12 +00:00
aca6ad1bd1 feat(users): add support to reset totp (#4821) 2024-05-30 10:52:26 +00:00
93d61d1053 feat: add a domain type for customer_id (#4705)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
2024-05-30 10:49:10 +00:00
f192fa3866 chore(euclid_wasm): update klarna metadata (#4823) 2024-05-30 10:34:28 +00:00
832968c0c4 feat(payout): [Payone] add payone connector (#4553)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
2024-05-30 09:42:02 +00:00
bed42ce4be feat(connector): implement pre auth flow for gpayments (#4692)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
2024-05-30 07:43:22 +00:00
971ef1fb8f chore: remove redundant caching code (#4804) 2024-05-30 07:36:52 +00:00
d790f8f361 chore(version): 2024.05.30.0 2024.05.30.0 2024-05-30 00:15:04 +00:00
e41d5e25df feat(connector): [Klarna] Add support for Capture, Psync, Refunds and Rsync flows (#4799)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
Co-authored-by: Samraat Bansal <samraat.bansal@juspay.in>
2024-05-29 14:59:56 +00:00
97f2ff0e70 feat(connector): add support for external authentication for cybersource (#4714)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
2024-05-29 13:38:06 +00:00
0f7f3d9e74 feat(users): add endpoint to check 2fa status (#4810) 2024-05-29 13:30:08 +00:00
e410eba6ed feat(connector): [ZSL] handle partial payments in Local Bank Transfer (#4777)
Co-authored-by: Sai Harsha Vardhan <56996463+sai-harsha-vardhan@users.noreply.github.com>
2024-05-29 13:28:19 +00:00
b335867eb9 Fix(Cypress): Fixing 3DS payment failure in headless mode (#4807) 2024-05-29 11:45:32 +00:00
cd9c9b609c feat(users): Add redis in Begin and Verify TOTP and create a new API that updates TOTP (#4765) 2024-05-29 10:09:28 +00:00
a6570b6a06 refactor(connector): [Klarna] Refactor Authorize call and configs for prod (#4750)
Co-authored-by: Samraat Bansal <samraat.bansal@juspay.in>
2024-05-29 10:09:10 +00:00
b812e596a1 fix: implement StrongEq for Vec<u8> (#4795) 2024-05-29 09:23:55 +00:00
dd333298f8 refactor(core): move router data response and request models to hyperswitch domain models crate (#4789) 2024-05-29 07:59:33 +00:00
46dee74148 chore(version): 2024.05.29.0 2024.05.29.0 2024-05-29 00:15:43 +00:00
c362fd0532 refactor: retrieve extended card info config during business profile get call (#4784)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
2024-05-28 14:33:07 +00:00