128 Commits

Author SHA1 Message Date
f3931cf484 feat(payment_methods): Add default payment method column in customers table and last used column in payment_methods table (#3790)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
2024-02-28 11:12:58 +00:00
2c95dcd197 fix(cards): Return a 200 response indicating that a customer is none (#3773)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
2024-02-23 14:57:32 +05:30
3af6aaf28e feat(payouts): Add Wallet to Payouts (#3502) 2024-02-07 06:51:57 +00:00
ebe4ac30a8 feat(connector): send metadata in payment authorize request for noon nmi cryptopay (#3325) 2024-02-06 13:34:19 +00:00
a9c0d0c554 fix: return currency in payment methods list response (#3516) 2024-02-05 10:48:55 +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
bd5356e7e7 refactor(core): add locker config to enable or disable locker (#3352)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
2024-01-18 12:40:21 +00:00
01c2de223f feat(payment_method): add capability to store bank details using /payment_methods endpoint (#3113)
Co-authored-by: Kashif <mohammed.kashif@juspay.in>
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
Co-authored-by: Bernard Eugine <114725419+bernard-eugine@users.noreply.github.com>
2024-01-17 09:05:13 +00:00
9eaebe8db3 refactor(router): restricted list payment method Customer to api-key based (#3100) 2024-01-11 08:28:56 +00:00
b6838c4d1a docs(openapi): fix payment_methods_enabled OpenAPI spec in merchant connector account APIs (#3068) 2023-12-06 17:22:50 +00:00
daf0f09f8e feat: calculate surcharge for customer saved card list (#3039)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
2023-12-04 22:30:51 +05:30
6c7d3a2e8a fix: use card bin to get additional card details (#3036)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
2023-12-04 14:21:41 +00:00
57591f819c refactor: create separate struct for surcharge details response (#3027) 2023-12-04 11:41:30 +00:00
3db721388a fix: surcharge related status and rules fix (#2974)
Co-authored-by: Bernard Eugine <114725419+bernard-eugine@users.noreply.github.com>
2023-11-24 18:44:28 +05:30
998948953a feat(payment_methods): add support for tokenising bank details and fetching masked details while listing (#2585)
Co-authored-by: shashank_attarde <shashank.attarde@juspay.in>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-11-22 11:41:02 +00:00
be4aa3b913 refactor(payment_methods): Added support for pm_auth_connector field in pm list response (#2667)
Co-authored-by: Chethan Rao <70657455+Chethan-rao@users.noreply.github.com>
Co-authored-by: Shanks <shashank.attarde@juspay.in>
2023-11-21 09:23:19 +00:00
cafea45982 fix: handle session and confirm flow discrepancy in surcharge details (#2696)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-11-14 10:41:38 +00:00
89857941b0 feat(events): add extracted fields based on req/res types (#2795) 2023-11-08 21:31:53 +05:30
e7375d0e26 refactor(payment_methods): Added support for account subtype in pmd (#2651) 2023-11-07 08:32:23 +00:00
eaa9720520 refactor: revert redis temp locker logic (#2670) 2023-10-23 14:48:47 +00:00
e5fbaae0d4 refactor: add surcharge_applicable to payment_intent and remove surcharge_metadata from payment_attempt (#2642)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-10-19 13:56:00 +00:00
cc0b422632 refactor: remove code related to temp locker (#2640)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-10-19 09:36:53 +00:00
1ee11849d4 fix: percentage float inconsistency problem and api models changes to support surcharge feature (#2550) 2023-10-12 07:36:09 +00:00
ac3c5008f8 refactor(payment_methods): Added mca_id in bank details (#2495)
Co-authored-by: ItsMeShashank <shashank.attarde@juspay.in>
2023-10-10 06:45:30 +00:00
3f0d927cb8 feat(core): add surcharge_details field to ResponsePaymentMethodTypes struct (#2435) 2023-10-05 18:22:47 +00:00
f116728d1c feat(router): add support for payment_type field in payment intent (#2448) 2023-10-05 11:00:47 +00:00
e86c0325f5 feat(payment_methods): bank details support for payment method data in pmt (#2385) 2023-10-05 09:48:10 +00:00
3c93552101 feat(payment_methods): Store necessary payment method data in payment_methods table (#2073)
Co-authored-by: Sarthak Soni <sarthak.soni@juspay.in>
2023-09-06 13:55:25 +00:00
2dec2ca50b refactor(payment_methods): add requires_cvv field to customer payment method list api object (#1852) 2023-08-03 10:06:07 +00:00
57887bdf3a feat(connector): add support for bank redirect for Paypal (#1107) 2023-08-02 11:47:34 +00:00
e047a11ded feat(payment_methods): Added value Field in required Field for Pre-filling (#1827)
Co-authored-by: Sarthak Soni <sarthak.soni@juspay.in>
Co-authored-by: AkshayaFoiger <akshaya.shankar@juspay.in>
Co-authored-by: Chethan Rao <70657455+Chethan-rao@users.noreply.github.com>
2023-08-01 12:58:26 +00:00
763e2df3bd feat: add payout service (#1665)
Co-authored-by: Kashif <mohammed.kashif@juspay.in>
Co-authored-by: Manoj Ghorela <manoj.ghorela@juspay.in>
Co-authored-by: Manoj Ghorela <118727120+manoj-juspay@users.noreply.github.com>
2023-07-19 18:02:05 +00:00
6447b04574 feat: list payment_methods with the required fields in each method (#1310)
Co-authored-by: Sangamesh Kulkarni <59434228+Sangamesh26@users.noreply.github.com>
Co-authored-by: Prasunna Soppa <prasunna.soppa@juspay.in>
2023-07-04 13:41:55 +00:00
4808af3750 fix: return nick name for each card while listing saved cards (#1391)
Co-authored-by: Narayan Bhat <48803246+Narayanbhat166@users.noreply.github.com>
2023-07-04 06:12:00 +00:00
6739b59bc8 refactor(payment_methods): added clone derivation for PaymentMethodId (#1568)
Co-authored-by: Sarthak Soni <sarthak.soni@juspay.in>
Co-authored-by: Sampras Lopes <lsampras@protonmail.com>
2023-07-03 09:37:33 +00:00
dd4ba63cc4 feat: add merchant_name field in the response body (#1280)
Co-authored-by: Prajjwal Kumar <prajjwal.kumar@juspay.in>
Co-authored-by: Sanchith Hegde <sanchith.hegde@juspay.in>
2023-07-01 16:40:46 +05:30
9341191e39 fix(list): add mandate type in payment_method_list (#1238) 2023-05-23 11:00:58 +00:00
cf000599dd feat: SEPA and BACS bank transfers through stripe (#930) 2023-05-19 12:35:10 +00:00
23bca66b81 feat: ACH transfers (#905) 2023-05-19 09:44:29 +00:00
6c41cdb1c9 refactor(mandate): allow merchant to pass the mandate details and customer acceptance separately (#1188) 2023-05-19 06:49:19 +00:00
dfc6be4e4f feat(pm_list): add pm list support for bank_debits (#1120) 2023-05-11 10:31:27 +00:00
d6e71b959d feat(cards): add credit card number validation (#889)
Co-authored-by: Sanchith Hegde <sanchith.hegde@juspay.in>
2023-05-09 14:30:50 +00:00
2cff019a1b refactor: use CountryAlpha2 instead of CountryCode for country codes (#904) 2023-05-03 08:16:41 +00:00
29da1dfa50 feat: connector tokenization flow (#750)
Co-authored-by: Arun Raj M <jarnura47@gmail.com>
2023-04-11 11:54:45 +00:00
e18bfb2ae1 enhance(core): replace string with enum for country (#735) 2023-03-30 16:15:38 +00:00
f9ef3135af refactor(api_models): enhance accepted countries/currencies types (#807) 2023-03-28 11:31:02 +00:00
db3d31647a feat: Time based deletion of temp card (#729) 2023-03-15 11:54:35 +00:00
8b7ae9c356 refactor: Add service_name to get and delete request (#738) 2023-03-14 07:48:40 +00:00
d36afbed7f refactor: Add secret to metadata (#706) 2023-03-08 07:35:07 +00:00
9841519324 docs: Update naming conventions and added examples (#709)
Co-authored-by: Narayan Bhat <narayan.bhat@juspay.in>
2023-03-06 11:23:32 +00:00