35 Commits

Author SHA1 Message Date
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
55ccce6189 feat(payment_charges): add support for collecting and refunding charges on payments (#4628)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
Co-authored-by: Narayan Bhat <48803246+Narayanbhat166@users.noreply.github.com>
Co-authored-by: Shankar Singh C <83439957+ShankarSinghC@users.noreply.github.com>
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: YongJoon Kim <penubokim@gmail.com>
Co-authored-by: Sanchith Hegde <22217505+SanchithHegde@users.noreply.github.com>
Co-authored-by: chikke srujan <121822803+srujanchikke@users.noreply.github.com>
Co-authored-by: Hrithikesh <61539176+hrithikesh026@users.noreply.github.com>
Co-authored-by: Chethan Rao <70657455+Chethan-rao@users.noreply.github.com>
Co-authored-by: Sampras Lopes <Sampras.lopes@juspay.in>
2024-05-24 08:09:04 +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
36f4112a6f refactor: Fix typos (#4277) 2024-04-03 08:10:04 +00:00
7d8d68faba refactor(openapi): move openapi to separate crate to decrease compile times (#3110)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
Co-authored-by: Sai Harsha Vardhan <56996463+sai-harsha-vardhan@users.noreply.github.com>
Co-authored-by: Sahkal Poddar <sahkalplanet@gmail.com>
Co-authored-by: Amisha Prabhat <55580080+Aprabhat19@users.noreply.github.com>
Co-authored-by: Sarthak Soni <76486416+Sarthak1799@users.noreply.github.com>
Co-authored-by: shashank_attarde <shashank.attarde@juspay.in>
Co-authored-by: Aprabhat19 <amishaprabhat@gmail.com>
Co-authored-by: sai-harsha-vardhan <harsha111hero@gmail.com>
Co-authored-by: Sahkal Poddar <sahkal.poddar@juspay.in>
Co-authored-by: Sanchith Hegde <22217505+SanchithHegde@users.noreply.github.com>
2024-01-29 10:50:43 +00:00
af43b07e43 fix(refund): add merchant_connector_id in refund (#3303)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
2024-01-11 13:46:51 +00:00
1c3d260dc3 feat(user): add email apis and new enums for metadata (#3053)
Co-authored-by: Rachit Naithani <rachit.naithani@juspay.in>
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
Co-authored-by: Rachit Naithani <81706961+racnan@users.noreply.github.com>
2023-12-05 07:40:17 +00:00
89857941b0 feat(events): add extracted fields based on req/res types (#2795) 2023-11-08 21:31:53 +05:30
13c66df92c feat(events): add masked json serializer for logging PII values (#2681)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-10-27 07:28:09 +00:00
bb86cc2d04 fix(refunds): Add profile_id in refunds response (#2652)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-10-25 07:55:54 +00:00
ab2cde7993 feat(router): add profile id and extra filters in lists (#2379) 2023-10-04 14:09:45 +00:00
84967d396e feat(router): add total count for refunds list (#1935) 2023-08-18 13:59:12 +00:00
04c3de73a5 feat(router): apply filters on payments (#1744) 2023-07-26 13:23:36 +00:00
88860b9c0b feat(router): add filters for refunds (#1501)
Co-authored-by: Sampras Lopes <lsampras@protonmail.com>
2023-06-30 12:54:41 +00:00
53aa5ac92d feat(documentation): add polymorphic generate_schema macro (#1183)
Co-authored-by: pixincreate@work <69745008+pixincreate@users.noreply.github.com>
2023-05-19 11:07:54 +00:00
3fe24b3255 feat(refunds): add connector field in refund response (#1059)
Co-authored-by: Sarthak Soni <76486416+Sarthak1799@users.noreply.github.com>
2023-05-09 14:41:42 +00:00
4397c8e199 fix(refund_sync): add validation for missing connector_refund_id (#1013) 2023-05-02 20:27:14 +00:00
4e0489cf1c fix(refund_list): updated refund list response status code when no refunds found. (#974)
Co-authored-by: hrithikesh vm <hrithikesh.vm@hrithikesh.vm-MacBookPro>
2023-05-02 20:25:46 +00:00
22a5372481 feat(api_models): derive Serialize, Eq, PartialEq, strum::Display on RefundStatus (#989)
Co-authored-by: manoj <34711289+manojradhakrishnan@users.noreply.github.com>
2023-05-02 11:44:40 +00:00
ccf032732e refactor(refund_type):Feat/add copy dervie (#849) 2023-04-11 09:59:38 +00:00
4524d4f5b4 feat(api_models): derive strum::Display for RefundStatus (#846) 2023-04-06 13:40:31 +00:00
cb188f92a6 feat(core): accept gateway credentials in the request body in payments and refunds (#766) 2023-03-21 09:07:41 +00:00
d36afbed7f refactor: Add secret to metadata (#706) 2023-03-08 07:35:07 +00:00
ec2f4ba257 doc: update openapi (#453)
Co-authored-by: Sangamesh <sangamesh.kulkarni@juspay.in>
Co-authored-by: dracarys18 <karthikey.hegde@juspay.in>
Co-authored-by: bernard eugine <bernard.eugine@bernard.eugine-MacBookPro>
Co-authored-by: Abhishek Marrivagu <abhi.codes10@gmail.com>
2023-01-30 16:56:37 +05:30
dcfa7b0846 fix(refund): add error code in refund table (#427) 2023-01-20 13:44:08 +05:30
cf88718e69 docs: request and response in refund routes (#423) 2023-01-20 12:57:50 +05:30
9fbe738427 refactor(api_models): add created_at and updated_at fields in RefundResponse (#387) 2023-01-16 19:05:57 +05:30
50f16d270a chore: Allow to update refund reason (#372) 2023-01-14 22:57:36 +05:30
1e04719ac3 fix(refunds): removed payment_id as mandatory parameter in refund update (#338) 2023-01-11 18:42:51 +05:30
3fe60b5a48 feat(openapi): automatically generate OpenAPI spec from code (#318)
Co-authored-by: bernard eugine <bernard.eugine@bernard.eugine-MacBookPro>
Co-authored-by: Sanchith Hegde <sanchith.hegde@juspay.in>
2023-01-09 16:09:49 +05:30
e5330528fa feat: list of refunds (#284) 2023-01-06 14:33:30 +05:30
e7579a4819 chore: add lints in workspace cargo config (#223) 2022-12-24 14:28:03 +05:30
a4d64eba7c refactor(api_models): shrink Amount (#140) 2022-12-14 18:33:30 +05:30
1f0d1deb2b fix: todos and fixmes resolution for api_models (#144) 2022-12-14 17:49:48 +05:30
d6afbe8011 refactor(router): move api models into separate crate (#103) 2022-12-12 15:36:45 +05:30