|
|
3ce04abae4
|
refactor(payment_methods): add support for passing card_cvc in payment_method_data object along with token (#3024)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
|
2023-12-04 07:10:43 +00:00 |
|
|
|
1ca2ba4594
|
feat(router): make core changes in payments flow to support incremental authorization (#3009)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
|
2023-11-30 11:26:34 +00:00 |
|
|
|
5c32b3739e
|
fix: remove error propagation if card name not found in locker in case of temporary token (#3006)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
|
2023-11-29 08:17:16 +00:00 |
|
|
|
1c5a9b5452
|
fix: remove error propagation if card name not found in locker (#2998)
|
2023-11-28 14:39:50 +00:00 |
|
|
|
e7ad3a4db8
|
feat(payment_methods): receive card_holder_name in confirm flow when using token for payment (#2982)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
|
2023-11-28 10:52:33 +00:00 |
|
|
|
37532d46f5
|
fix(router): added validation to check total orderDetails amount equal to amount in request (#2965)
Co-authored-by: Sahkal Poddar <sahkal.poddar@juspay.in>
|
2023-11-27 05:13:59 +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 |
|
|
|
75eea7e817
|
fix: amount_captured goes to 0 for 3ds payments (#2954)
|
2023-11-23 13:03:42 +05:30 |
|
|
|
f8618e0770
|
feat: add support for 3ds and surcharge decision through routing rules (#2869)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
2023-11-21 14:55:50 +00:00 |
|
|
|
3f3b797dc6
|
fix: status goes from pending to partially captured in psync (#2915)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
2023-11-21 14:55:38 +00:00 |
|
|
|
39540015fd
|
feat(router): add unified_code, unified_message in payments response (#2918)
|
2023-11-20 12:05:07 +00:00 |
|
|
|
efeebc0f23
|
fix(router): associate parent payment token with payment_method_id as hyperswitch token for saved cards (#2130)
Co-authored-by: Chethan Rao <70657455+Chethan-rao@users.noreply.github.com>
|
2023-11-20 10:42:06 +00:00 |
|
|
|
cb88be01f2
|
fix(core): introduce new attempt and intent status to handle multiple partial captures (#2802)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Narayan Bhat <48803246+Narayanbhat166@users.noreply.github.com>
|
2023-11-17 04:34:34 +00:00 |
|
|
|
8d4adc52af
|
feat(connector): [ProphetPay] Implement Card Redirect PaymentMethodType and flows for Authorize, CompleteAuthorize, Psync, Refund, Rsync and Void (#2641)
Co-authored-by: Arjun Karthik <m.arjunkarthik@gmail.com>
|
2023-11-16 15:12:08 +00:00 |
|
|
|
966369b6f2
|
refactor(core): remove connector response table and use payment_attempt instead (#2644)
|
2023-11-09 15:09:12 +00:00 |
|
|
|
6678689265
|
feat(core): use redis as temp locker instead of basilisk (#2789)
|
2023-11-08 07:42:28 +00:00 |
|
|
|
e40a29351c
|
fix(router): make customer_id optional when billing and shipping address is passed in payments create, update (#2762)
|
2023-11-03 07:01:06 +00:00 |
|
|
|
8c85173ecd
|
refactor(core): use business_profile to read merchant configs (#2729)
|
2023-10-31 07:44:45 +00:00 |
|
|
|
9d9fc2a8c5
|
refactor(db): migrate to payment_attempt from connector_response (#2656)
|
2023-10-30 18:34:53 +00:00 |
|
|
|
5988d8d426
|
feat(core): add support for multiple merchant_connector_account (#2655)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Shanks <shashank.attarde@juspay.in>
|
2023-10-25 15:57:24 +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 |
|
|
|
6a74e8cba9
|
feat: add updated_by to tracker tables (#2604)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
2023-10-17 11:26:56 +00:00 |
|
|
|
fdd9580012
|
feat(router): Better UI payment link and order details product image and merchant config support (#2583)
Co-authored-by: Sahkal Poddar <sahkal.poddar@juspay.in>
Co-authored-by: Kashif <46213975+kashif-m@users.noreply.github.com>
Co-authored-by: Kashif <mohammed.kashif@juspay.in>
Co-authored-by: Bernard Eugine <114725419+bernard-eugine@users.noreply.github.com>
Co-authored-by: Kashif <kashif@protonmail.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
2023-10-17 09:10:45 +00:00 |
|
|
|
fbf3c03d41
|
refactor(storage): update paymentintent object to provide a relation with attempts (#2502)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
2023-10-13 02:40:54 +00:00 |
|
|
|
642085dc74
|
feat(router): Add payment link support (#2105)
Co-authored-by: Sahkal Poddar <sahkal.poddar@juspay.in>
Co-authored-by: Kashif <46213975+kashif-m@users.noreply.github.com>
Co-authored-by: Kashif <mohammed.kashif@juspay.in>
Co-authored-by: Bernard Eugine <114725419+bernard-eugine@users.noreply.github.com>
|
2023-10-12 09:09:10 +00:00 |
|
|
|
9f446bc174
|
feat(router): add kv implementation for update address in update payments flow (#2542)
|
2023-10-12 06:42:51 +00:00 |
|
|
|
7acf101014
|
feat(router): change temp locker config as enable only (#2522)
|
2023-10-10 15:35:12 +00:00 |
|
|
|
cf0db35923
|
feat: add x-hs-latency header for application overhead measurement (#2486)
|
2023-10-10 09:21:47 +00:00 |
|
|
|
601c1744b6
|
refactor: add support for passing context generic to api calls (#2433)
|
2023-10-06 07:40:13 +00:00 |
|
|
|
61288d541f
|
fix: update connector_mandate_id column in generate mandate flow (#2472)
|
2023-10-06 07:30:48 +00:00 |
|
|
|
1cf8b6cf53
|
feat(router): add mandates incoming webhooks flow (#2464)
|
2023-10-05 19:08:47 +00:00 |
|
|
|
980aa44863
|
refactor(router): remove the payment type column in payment intent (#2462)
|
2023-10-05 15:26:44 +00:00 |
|
|
|
f116728d1c
|
feat(router): add support for payment_type field in payment intent (#2448)
|
2023-10-05 11:00:47 +00:00 |
|
|
|
e5ad9c5c35
|
refactor(router): add #[cfg(not(feature = "kms"))] feature flag to test the simplified apple pay flow locally (#2200)
|
2023-10-03 13:44:23 +00:00 |
|
|
|
934542e926
|
feat(core): create surcharge_metadata field in payment attempt (#2371)
|
2023-09-27 07:18:43 +00:00 |
|
|
|
0d3dd0033c
|
fix(router): allow address updates in payments update flow (#2375)
|
2023-09-27 07:18:28 +00:00 |
|
|
|
b9f25c4a4e
|
feat(router): add mertics to apple pay flow (#2235)
Co-authored-by: ItsMeShashank <shashank.attarde@juspay.in>
|
2023-09-22 10:36:15 +00:00 |
|
|
|
afff3e1789
|
feat(router): add kv implementation for address for payment flows (#2177)
|
2023-09-21 09:43:48 +00:00 |
|
|
|
8ee2ce1f4f
|
refactor(router): refactor customer <> address in customers and payments flow (#2158)
|
2023-09-20 13:57:45 +00:00 |
|
|
|
a0a8ef27b3
|
refactor(core): Add additional parameters in AppState and refactor AppState references (#2123)
Co-authored-by: Kritik Modi <kritik.modi@juspay.in>
Co-authored-by: Kritik Modi <61862301+kritikmodi@users.noreply.github.com>
Co-authored-by: Nitesh Balla <nitesh.balla@juspay.in>
|
2023-09-18 08:31:03 +00:00 |
|
|
|
9668a74a79
|
feat(connector): (adyen) add support for multiple partial capture adyen (#2102)
|
2023-09-15 07:28:45 +00:00 |
|
|
|
c8049542de
|
refactor: add instrument to trackers for payment_confirm (#2164)
|
2023-09-14 13:53:50 +00:00 |
|
|
|
90868b93d6
|
refactor(pm_list): get profile_id from business_details in list pm (#2131)
|
2023-09-12 11:50:59 +00:00 |
|
|
|
fea5c4d8c1
|
feat(router): disable temp locker call for connector-payment_method flow based on env (#2120)
|
2023-09-12 07:13:20 +00:00 |
|
|
|
a81bfe28ed
|
feat(core): enable payments void for multiple partial capture (#2048)
|
2023-09-11 17:39:36 +00:00 |
|
|
|
ad4b7de628
|
refactor(storage_impl): split payment attempt models to domain + diesel (#2010)
Signed-off-by: chikke srujan <121822803+srujanchikke@users.noreply.github.com>
Co-authored-by: Mani Chandra <84711804+ThisIsMani@users.noreply.github.com>
Co-authored-by: Arjun Karthik <m.arjunkarthik@gmail.com>
Co-authored-by: Sai Harsha Vardhan <56996463+sai-harsha-vardhan@users.noreply.github.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: Prasunna Soppa <prasunna.soppa@juspay.in>
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: DEEPANSHU BANSAL <41580413+deepanshu-iiitu@users.noreply.github.com>
Co-authored-by: Arvind Patel <52006565+arvindpatel24@users.noreply.github.com>
Co-authored-by: Jagan Elavarasan <jaganelavarasan@gmail.com>
Co-authored-by: arvindpatel24 <arvind.patel@juspay.in>
Co-authored-by: anji-reddy-j <125157119+anji-reddy-j@users.noreply.github.com>
Co-authored-by: Hrithikesh <61539176+hrithikesh026@users.noreply.github.com>
Co-authored-by: Apoorv Dixit <64925866+apoorvdixit88@users.noreply.github.com>
Co-authored-by: Pa1NarK <69745008+pixincreate@users.noreply.github.com>
|
2023-09-11 12:03:47 +00:00 |
|
|
|
5b29c25210
|
refactor(core): use profile id to find connector (#2020)
|
2023-09-11 07:25:22 +00:00 |
|
|
|
2f272d2962
|
feat(core): accept payment_confirm_source header in capture call and store in payment_intent (#2116)
|
2023-09-11 06:42:28 +00:00 |
|
|
|
28b102de24
|
feat(confirm): reduce the database calls to 2 stages in case of non-retry (#2113)
|
2023-09-11 06:40:48 +00:00 |
|
|
|
75ee632782
|
feat(apple_pay): add support for pre decrypted apple pay token (#2056)
Co-authored-by: Sangamesh <sangamesh.kulkarni@juspay.in>
|
2023-09-07 17:19:10 +00:00 |
|