3024 Commits

Author SHA1 Message Date
40d3c38b83 refactor: update API response for JSON deserialization errors (#6610) 2024-11-21 21:29:37 +00:00
bf13c16109 feat(themes): Add theme_name and entity_type in themes table (#6621) 2024-11-21 18:06:54 +00:00
9bc363f140 feat(connector): [Xendit] Template PR (#6593)
Co-authored-by: Amey Wale <amey.wale@Amey-Wale-D5XH7W90PR.local>
2024-11-21 18:05:31 +00:00
5611769964 refactor(router): remove metadata, additional_merchant_data and connector_wallets_details from connector list api (#6583)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
2024-11-20 13:44:36 +00:00
0f563b0699 feat(email): Add SMTP support to allow mails through self hosted/custom SMTP server (#6617)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
2024-11-20 13:44:03 +00:00
98aa84b7e8 fix(dispute): change dispute currency type to currency enum (#6454)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
2024-11-20 13:25:08 +00:00
012e352db0 feat(router): Add support for network token migration (#6300)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
2024-11-20 13:13:12 +00:00
c04f81e3c4 feat(users): Convert emails to lowercase from requests (#6601) 2024-11-20 12:48:55 +00:00
607b3df3fc feat(routing): add invalidate window as a service for SR based routing (#6264)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
2024-11-19 20:19:09 +00:00
9787a2becf feat(connector): [Novalnet] Add minimal customer data feature (#6570) 2024-11-19 19:30:49 +00:00
8b31a7bbe1 fix(connector): [Adyen]fix error code and message for webhooks response (#6602)
Co-authored-by: Chikke Srujan <chikke.srujan@Chikke-Srujan-N7WRTY72X7.local>
2024-11-19 16:56:52 +00:00
11e92413b2 refactor(payment_methods_v2): rename payment_method and payment_method_type fields and use concrete type for payment_method_data (#6555) 2024-11-19 15:03:30 +00:00
8e9c3ec893 feat(router): add payment incoming webhooks support for v2 (#6551)
Co-authored-by: Narayan Bhat <narayan.bhat@juspay.in>
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
Co-authored-by: hrithikesh026 <hrithikesh.vm@juspay.in>
2024-11-19 07:43:58 +00:00
053f810930 refactor(core): add profile_id for default_fallback api (#6546)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
2024-11-18 13:23:50 +00:00
0e026b70b6 feat(payments): [Payment links] add hide card nickname field config for secure payment links (#6554)
Co-authored-by: Chikke Srujan <chikke.srujan@Chikke-Srujan-N7WRTY72X7.local>
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
2024-11-18 11:31:53 +00:00
d32397f060 refactor(users): Make profile_id in the JWT non-optional (#6537) 2024-11-18 07:26:00 +00:00
0805a937b1 feat(payments_v2): add finish redirection endpoint (#6549)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
Co-authored-by: hrithikesh026 <hrithikesh.vm@juspay.in>
2024-11-15 08:36:48 +00:00
a35a4f3142 feat(connector): [Novalnet] Add supported currencies (#6547) 2024-11-14 11:13:46 +00:00
29be1d4fad feat(themes): Setup themes table (#6533) 2024-11-14 08:40:20 +00:00
afd7f7d209 feat(analytics): add sessionized_metrics and currency_conversion for refunds analytics (#6419)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
2024-11-14 08:39:30 +00:00
d0a041c361 feat(core): add Mobile Payment (Direct Carrier Billing) as a payment method (#6196)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
2024-11-13 19:49:59 +00:00
600cf44684 feat(openapi): add payment get to openapi (#6539)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
Co-authored-by: hrithikesh026 <hrithikesh.vm@juspay.in>
2024-11-13 09:53:40 +00:00
b82e7429e2 feat(connector): [ADYEN] Integrate Paze (#6545) 2024-11-13 09:52:23 +00:00
6eb72e923e fix(webhooks): add support for updating mandate details in webhooks flow (#6523)
Co-authored-by: Chikke Srujan <chikke.srujan@Chikke-Srujan-N7WRTY72X7.local>
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
2024-11-13 09:42:58 +00:00
574170a357 fix(payments): populate payment_method_type in payment_attempt for cards (#6519) 2024-11-13 09:31:56 +00:00
98b141c6a0 feat(users): add global support in user roles (#6458) 2024-11-13 06:51:03 +00:00
c484beb039 refactor(routing): remove payment_id from dynamic_routing metrics (#6535) 2024-11-12 14:30:14 +00:00
6808272de3 refactor: move Payout traits to hyperswitch_interfaces for connectors crate (#6481)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
2024-11-12 10:53:00 +00:00
20a3a1c2d6 feat(connector): [NOMUPAY] Add template code (#6382)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
2024-11-12 06:57:52 +00:00
6b029ab195 feat(events): Add payment reject audit events (#6465)
Co-authored-by: Anish Kacham <f2010091@hyderabad.bits-pilani.ac.in>
2024-11-12 06:46:13 +00:00
42bdf47fd2 feat(payment_v2): implement payments sync (#6464)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
2024-11-11 13:14:15 +00:00
0a506b1729 refactor: explicitly specify top redirections for secure payment and payout links (#6494) 2024-11-11 07:36:14 +00:00
5af532a121 fix(router): add card expiry check in the network_transaction_id_and_card_details based MIT flow (#6504) 2024-11-08 14:37:24 +00:00
6f24bb4ee3 feat(router): add start_redirection api for three_ds flow in v2 (#6470)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
2024-11-08 13:50:25 +00:00
0389ae74e1 refactor(payment_methods): refactor customer payment methods list v2 code to follow better code practices (#6433) 2024-11-08 13:50:14 +00:00
bc92a2e9d9 fix(connector): [fiuu]fix mandates for fiuu (#6487)
Co-authored-by: Chikke Srujan <chikke.srujan@Chikke-Srujan-N7WRTY72X7.local>
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
2024-11-08 12:53:58 +00:00
378ec44db9 feat(connector): [worldpay] add support for mandates (#6479)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
2024-11-08 12:30:39 +00:00
1be2654b4f feat(payments): Add audit events for PaymentUpdate update (#6426) 2024-11-08 12:29:57 +00:00
3d9f4432bc fix(connector): [Novalnet] Add mandatory fields for wallets and card in config (#6463) 2024-11-08 12:26:08 +00:00
1dfcaabff8 refactor(router): Remove card exp validation for migration api (#6460)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
2024-11-08 12:13:03 +00:00
d9ce42fd0c Refactor(core): interpolate success_based_routing config params with their specific values (#6448)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
2024-11-08 11:59:44 +00:00
51b6cdfad7 fix(router): get apple pay certificates only from metadata during the session call (#6514)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
2024-11-08 11:28:46 +00:00
fe4931a37e Feat(connector): [AMAZON PAY] Added Template code (#6486)
Co-authored-by: Anurag Singh <anurag.singh.001@AnuragSMHJ5619X.lan>
2024-11-08 10:10:45 +00:00
6823418e2a feat(payments): Add audit events for PaymentApprove update (#6432) 2024-11-08 09:32:27 +00:00
a5ac69d1a7 chore: change serde value to strict type in payment intent domain and diesel model (#6393)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
2024-11-08 07:18:01 +00:00
063fe904c6 feat(payments): Add audit events for PaymentCreate update (#6427) 2024-11-07 13:08:07 +00:00
b43033c2d9 fix(users): Add force rotate password on first login for non-email flow (#6483) 2024-11-07 16:07:29 +05:30
1ba3d84df1 refactor(connector): Added amount conversion framework to Wise. (#6469) 2024-11-07 06:44:29 +00:00
b8b206057c fix(core): PMD Not Getting Populated for Saved Card Transactions (#6497) 2024-11-06 17:14:03 +00:00
01c5216fdd feat(analytics): implement currency conversion to power multi-currency aggregation (#6418)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
2024-11-06 09:16:16 +00:00