1723 Commits

Author SHA1 Message Date
1f848659f1 fix(router): add routing cache invalidation on payment connector update (#3132) 2023-12-14 11:21:34 +00:00
70b86b71e4 fix(locker): fix double serialization for json request (#3134) 2023-12-14 11:15:10 +00:00
57e1ae9dea feat(core): enable surcharge support for all connectors (#3109)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
2023-12-14 06:08:14 +00:00
4d19d8b1d1 refactor(payments): add support for receiving card_holder_name field as an empty string (#3127) 2023-12-13 17:43:46 +00:00
be13d15d3c fix: validate refund amount with amount_captured instead of amount (#3120) 2023-12-13 13:52:36 +00:00
d28c82c0ee ci: add backwards_compatibility flag to feature list (#3124) 2023-12-13 09:07:25 +00:00
3cc9642f3a feat(connector): [HELCIM] Add connector_request_reference_id in invoice_number (#3087) 2023-12-13 07:24:08 +00:00
bca7cdb4c1 feat(external_services): adds encrypt function for KMS (#3111)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
2023-12-13 06:58:40 +00:00
6e82b0bd74 feat(events): add type info to outgoing requests & maintain structural & PII type info (#2956)
Co-authored-by: Prasunna Soppa <prasunna.soppa@juspay.in>
2023-12-13 05:56:03 +00:00
3f4167dbd4 fix(api_locking): fix the unit interpretation for LockSettings expiry (#3121) 2023-12-13 04:47:15 +00:00
1add2c059f refactor(connector): [Wise] Error Message For Connector Implementation (#2952)
Co-authored-by: Oleksandr.Zoria <oleksandr.zoria@p2h.com>
2023-12-12 18:49:47 +00:00
9d010b14df ci: add missing default and release routing features and add makefile command to build wasm (#3107) 2023-12-12 15:04:37 +00:00
151a30f4ee feat(connector): [RISKIFIED] Add support for riskified frm connector (#2533)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Kashif <kashif@protonmail.com>
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
Co-authored-by: Jagan <jaganelavarasan@gmail.com>
2023-12-12 13:09:36 +00:00
62a7c3053c fix(connector): [trustpay] make paymentId optional field (#3101) 2023-12-12 11:13:53 +00:00
a7b688aac7 feat(connector): [Placetopay] Add Connector Template Code (#3084)
Signed-off-by: chikke srujan <121822803+srujanchikke@users.noreply.github.com>
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
2023-12-12 09:33:21 +00:00
fc2f163921 refactor(email): create client every time of sending email (#3105) 2023-12-11 13:57:14 +00:00
f7da59d06a fix(router): make request_incremental_authorization optional in payment_intent (#3086) 2023-12-11 13:37:25 +00:00
129b1e55bd chore(deps): update fred and moka (#3088) 2023-12-11 09:51:23 +00:00
2c4599a1cd feat: add utility to convert TOML configuration file to list of environment variables (#3096) 2023-12-11 07:50:19 +00:00
72955ecc68 fix(connector): [CYBERSOURCE] Remove Phone Number Field From Address (#3095) 2023-12-08 14:16:16 +00:00
6d5c25e336 feat(users): Add resend verification email API (#3093) 2023-12-08 12:30:41 +00:00
b279591057 refactor(payment_methods): make the card_holder_name optional for card details in the payment APIs (#3074)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
2023-12-08 12:28:42 +00:00
b283b6b662 fix(router): allow zero amount for payment intent in list payment methods (#3090) 2023-12-08 12:06:17 +00:00
bf674380d5 fix(analytics): adding api_path to api logs event and to auditlogs api response (#3079)
Co-authored-by: Sagar naik <sagar.naik@juspay.in>
2023-12-08 08:15:17 +00:00
f7d6e3c014 refactor(user): add account verification check in signin (#3082) 2023-12-07 12:25:47 +00:00
42b5bd4f3d fix(drainer): properly log deserialization errors (#3075) 2023-12-07 11:00:28 +00:00
26a261131b fix(user): add checks for change password (#3078)
Co-authored-by: Rachit Naithani <81706961+racnan@users.noreply.github.com>
2023-12-07 10:47:46 +00:00
585e00980c feat(user): Add verify_email API (#3076)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
2023-12-07 09:46:03 +00:00
f53b090db8 feat(connector): accept connector_transaction_id in error_response of connector flows for Trustpay (#3060)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
2023-12-07 09:24:16 +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
9c1c44a706 feat(pm_auth): pm_auth service migration (#3047)
Co-authored-by: Sarthak Soni <76486416+Sarthak1799@users.noreply.github.com>
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
Co-authored-by: Sarthak Soni <sarthak.soni@juspay.in>
2023-12-06 15:18:41 +00:00
6eec06b1d6 fix: return url none on complete authorize (#3067)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
2023-12-06 12:29:34 +00:00
8a995cefdf feat(Braintree): Sync with Hyperswitch Reference (#3037)
Co-authored-by: Prasunna Soppa <70575890+prasunna09@users.noreply.github.com>
2023-12-06 09:59:39 +00:00
47c038300a feat(connector): [BANKOFAMERICA] Implement Apple Pay (#3061)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
2023-12-06 09:56:38 +00:00
84decd8126 fix(config): parse kafka brokers from env variable as sequence (#3066) 2023-12-06 09:17:40 +00:00
a2405e56fb fix: throw bad request while pushing duplicate data to redis (#3016) 2023-12-06 05:56:25 +00:00
c6e2ee29d9 feat(metrics): add drainer delay metric (#3034) 2023-12-06 05:55:00 +00:00
055d838367 feat: implement FRM flows (#2968)
Co-authored-by: Kashif <kashif@protonmail.com>
Co-authored-by: AkshayaFoiger <131388445+AkshayaFoiger@users.noreply.github.com>
Co-authored-by: Kashif <mohammed.kashif@juspay.in>
2023-12-05 12:51:32 +00:00
792e642ad5 feat(pm_list): add required fields for bancontact_card for Mollie, Adyen and Stripe (#3035) 2023-12-05 11:36:28 +00:00
7bd6e05c0c feat(connector_onboarding): Add Connector onboarding APIs (#3050)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
2023-12-05 09:59:10 +00:00
53df543b7f fix: remove redundant call to populate_payment_data function (#3054)
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>
2023-12-05 09:33:38 +00:00
8b7a7aa649 docs(test_utils): Update postman docs (#3055) 2023-12-05 08:14:24 +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
ba392f58b2 fix: add fallback to reverselookup error (#3025)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
2023-12-05 07:17:37 +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
a0cfdd3fb1 feat(router): add payments incremental authorization api (#3038)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
2023-12-04 13:04:51 +00:00
9274cefbdd fix(pm_list): [Trustpay]Update dynamic fields for trustpay blik (#3042) 2023-12-04 12:19:15 +00:00
57591f819c refactor: create separate struct for surcharge details response (#3027) 2023-12-04 11:41:30 +00:00
80efeb76b1 refactor(users): Separate signup and signin (#2921)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
2023-12-04 11:33:44 +00:00