2389 Commits

Author SHA1 Message Date
0d45f854a2 refactor(access_token): handle network delays with expiry of access token (#4617) 2024-05-16 14:49:49 +00:00
9ac5d70e2e chore: add deprecated flag to soon to be deprecated fields in payment request and response (#4261)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
2024-05-16 14:42:11 +00:00
84cb2bcb6b fix(recon): make recon status optional in merchant account (#4654)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
2024-05-16 14:01:50 +00:00
27ae437a88 refactor(cards,router): Remove duplicated card number interface (#4404)
Co-authored-by: Sanchith Hegde <22217505+SanchithHegde@users.noreply.github.com>
2024-05-16 13:20:40 +00:00
0dee53ecb2 refactor(session_flow): remove the shipping and billing parameter fields if null for apple pay and google pay (#4661) 2024-05-16 13:01:56 +00:00
4b5b558dae feat(middleware): log content_length for 4xx (#4655)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
2024-05-16 10:30:50 +00:00
df865d76be fix(router): add max_amount validation in payment flows (#4645) 2024-05-15 14:13:43 +00:00
1a27ba5764 refactor(router): remove default case handling in bambora connector (#4473) 2024-05-15 13:22:15 +00:00
3cf840e486 fix(connector): accept state abbreviation in 2 letter (#4646)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
2024-05-15 11:09:53 +00:00
24214bcfcd refactor(db): Add TenantID field to KafkaEvent struct (#4598)
Co-authored-by: Sampras Lopes <sampras.lopes@juspay.in>
2024-05-15 10:54:39 +00:00
0958d948f9 refactor(bank-redirect): remove billing from bankredirect payment data (#4362)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
2024-05-15 07:54:28 +00:00
ff1c2ddf8b feat(core): Move RouterData to crate hyperswitch_domain_models (#4524)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
2024-05-15 06:53:50 +00:00
650f3fa25c feat(payment_methods): pass required shipping details field for wallets session call based on business_profile config (#4616)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
2024-05-14 14:55:52 +00:00
e43ae653a0 refactor(payment_methods): update api contract for update payment method endpoint (#4641) 2024-05-14 12:49:35 +00:00
6b509c7bec refactor: remove Ctx generic from payments core (#4574) 2024-05-14 12:48:18 +00:00
bf06a5b511 feat(router): send openurl_if_required post_message in external 3ds flow for return_url redirection from sdk (#4642) 2024-05-14 12:45:42 +00:00
99702ed8f9 refactor(connector): [BOA/CYBS] refund error handling (#4632)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
2024-05-14 07:07:40 +00:00
348cd744dc feat(payment_methods): pass required_billing_contact_fields field in /session call based on dynamic fields (#4601)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
2024-05-13 14:02:00 +00:00
cfab2af7d4 feat(refunds): update refunds filters (#4409)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
2024-05-13 13:17:29 +00:00
1602eb541d fix(connector_token): Move config redis (#4540)
Co-authored-by: Akshay S <akshay.s@Akshay-Subramanian-D66TQ6D97K.local>
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
2024-05-13 13:06:06 +00:00
2a302eb597 feat(connector): generate connector template code for gpayments authenticaition connector (#4584)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
2024-05-13 09:21:14 +00:00
2692995617 feat(payments_update): update payment_method_billing in payment update (#4614) 2024-05-13 07:28:57 +00:00
41655ba300 refactor(card_details): added missing card data fields for connectors (#4571) 2024-05-13 06:52:26 +00:00
0f5a370b55 refactor(bank-transfer): remove billing from banktransfer payment data (#4377)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
2024-05-13 06:20:08 +00:00
cf0e3daeaa Fix(connector): [BOA/CYBS] add cancelled status to refund response (#4620) 2024-05-10 11:32:08 +00:00
24d154248c feat(analytics): authentication analytics (#4429)
Co-authored-by: Sampras Lopes <lsampras@pm.me>
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
2024-05-10 10:08:26 +00:00
86e05501cb refactor(payment_method_data): send optional billing details in response (#4569) 2024-05-10 09:35:25 +00:00
fef28c3345 feat(Connectors): add mandate validation for auth flow (#4089)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
2024-05-10 09:31:44 +00:00
28ab36873b Fix(router): fix QR data into image conversion (#4619) 2024-05-10 07:27:16 +00:00
d2a496cf4d fix(router): [NETCETERA] skip sending browser_information in authentication request for app device_channel (#4613) 2024-05-09 17:18:00 +00:00
a0f11d79ad fix(users): Fix bugs caused by the new token only flows (#4607) 2024-05-09 14:09:02 +00:00
55ae0fc5f7 refactor(billing): store payment_method_data_billing for recurring payments (#4513)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
2024-05-09 13:12:05 +00:00
e70d58afc9 feat(users): new routes to accept invite and list merchants (#4591) 2024-05-09 13:09:13 +00:00
366596f14d fix(connector): [BAMBORA] Audit Fixes for Bambora (#4604) 2024-05-09 13:06:38 +00:00
d1404d9aff fix(connector): [iatapay]handle empty error response in case of 401 (#4291)
Signed-off-by: chikke srujan <121822803+srujanchikke@users.noreply.github.com>
Co-authored-by: AkshayaFoiger <131388445+AkshayaFoiger@users.noreply.github.com>
Co-authored-by: AkshayaFoiger <akshaya.shankar@juspay.in>
2024-05-09 12:59:46 +00:00
f386f423c0 feat(connector): [Payone] add connector template code (#4469)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
2024-05-09 10:01:47 +00:00
91354232e0 feat(users): Create API to Verify TOTP (#4597) 2024-05-09 06:01:46 +00:00
ec3b60e37c fix(core): drop three_dsserver_trans_id from authentication table (#4587) 2024-05-08 13:36:07 +00:00
dca15aeeb5 refactor(db): Add TenantId field to the KafkaStore struct (#4512) 2024-05-08 13:05:32 +00:00
a97016fea4 feat(users): Create user_key_store table and begin_totp API (#4577)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
2024-05-08 12:55:45 +00:00
339da8b0c9 Fix(connector): [BOA/CYBS] make rsync status optional (#4570) 2024-05-08 08:58:35 +00:00
3db5b82d0d fix(users): Correct the condition for verify_email flow in decision manger (#4580) 2024-05-08 08:17:50 +00:00
c47cac8157 feat(connector-configs): [Cashtocode] add CNY currency for evoucher (#4578) 2024-05-08 07:24:37 +00:00
625b53182e refactor(bank-debit): remove billingdetails from bankdebit pmd (#4371)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
2024-05-08 06:15:47 +00:00
3e1c7eba49 feat(business_profile): feature add a config to use billing as payment_method_billing (#4557)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
2024-05-08 06:03:32 +00:00
59e79ff205 feat(users): implement force set and force change password (#4564)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
2024-05-07 14:11:24 +00:00
d974e6e7c2 feat(connector): [MiFinity] add connector template code (#4447)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
2024-05-07 13:50:43 +00:00
25fe4deb8e fix(users): add password validations (#4555)
Co-authored-by: Rachit Naithani <rachit.naithani@juspay.in>
2024-05-07 13:08:46 +00:00
1b5b566387 refactor: store card_cvc in extended_card_info and extend max ttl (#4568)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
2024-05-07 11:48:49 +00:00
2216a88d25 chore: address Rust 1.78 clippy lints (#4545)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
2024-05-07 10:35:32 +00:00