2006 Commits

Author SHA1 Message Date
58809ab1f9 feat(user): create apis for custom role (#3763)
Co-authored-by: Mani Chandra Dulam <mani.dchandra@juspay.in>
Co-authored-by: Mani Chandra <84711804+ThisIsMani@users.noreply.github.com>
2024-02-22 14:25:47 +00:00
2e7d30a4ad refactor(connector): [NMI] Include customer_vault_id for card 3ds transaction request (#3777) 2024-02-22 12:04:27 +00:00
bbb3d3d1e2 feat(router): added api for the deleting config key (#3554)
Co-authored-by: Kartikeya Hegde <karthihegde010@gmail.com>
Co-authored-by: dracarys18 <karthikey.hegde@juspay.in>
2024-02-22 11:25:10 +00:00
863e380cf2 feat(address): add email field to address (#3682) 2024-02-22 10:48:27 +00:00
d000847b93 refactor(connectors): [Bluesnap] PII data masking (#3714) 2024-02-22 09:56:12 +00:00
5aae179825 refactor(connector): [NMI] add hyperswitch loader to card 3ds (#3755) 2024-02-22 07:38:56 +00:00
5c24a76fbd fix(api_keys): fix internal server error being thrown when trying to update or delete non-existent API key (#3762) 2024-02-22 07:36:59 +00:00
ef5e886ab1 feat(invite_multiple): Set status of user as InvitationSent if email feature flag is enabled (#3757) 2024-02-21 14:37:47 +00:00
ada6a32276 feat(authz): Add custom role checks in authorization (#3719)
Co-authored-by: Apoorv Dixit <apoorv.dixit@juspay.in>
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
2024-02-21 13:44:36 +00:00
5952017260 fix(core): validate capture method before update trackers (#3715) 2024-02-21 13:40:22 +00:00
97252237a9 feat(users): Send email to user if the user already exists (#3705) 2024-02-21 13:37:49 +00:00
7c63c76011 refactor(scheduler): improve code reusability and consumer logs (#3712) 2024-02-21 12:21:59 +00:00
deec8b4eb5 feat(connector): [Adyen] populate connector_transaction_id for Adyen Payment Response (#3727) 2024-02-21 09:34:52 +00:00
e139731761 fix(users): Fix wrong email content in invite users (#3625) 2024-02-21 08:39:45 +00:00
7b0bce5558 refactor(core): inclusion of locker to store fingerprints (#3630)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
Co-authored-by: Narayan Bhat <narayan.bhat@juspay.in>
2024-02-21 08:07:25 +00:00
4ae28e48cd refactor(permissions): Remove permissions for utility APIs (#3730)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
2024-02-21 07:20:42 +00:00
f3b90ee17f feat(connector): [adyen] Use connector_response_reference_id as reference to merchant (#3688) 2024-02-21 07:19:51 +00:00
6aeb44091b feat(analytics): added filter api for dispute analytics (#3724) 2024-02-20 15:17:02 +00:00
49c71d093e refactor(connectors): [BOA] PII data masking (#3702)
Co-authored-by: Arjun Karthik <m.arjunkarthik@gmail.com>
Co-authored-by: likhinbopanna <131246334+likhinbopanna@users.noreply.github.com>
2024-02-20 14:53:09 +00:00
e5e44857d2 refactor(connectors): [Bambora] data masking (#3695)
Co-authored-by: Arjun Karthik <m.arjunkarthik@gmail.com>
2024-02-20 14:01:16 +00:00
1c9232820e refactor(connectors): [Bitpay] PII data masking (#3704) 2024-02-20 14:00:52 +00:00
1c933a08a9 refactor(connector): [ADYEN] Capture error reason in case of 2xx and 4xx failure (#3708) 2024-02-20 13:54:10 +00:00
cf3c66636f fix: remove status_code being printed in EndRequest log (#3722) 2024-02-20 12:00:03 +00:00
236c5baeda feat(connector): accept connector_transaction_id in 2xx and 4xx error_response of connector flows for Adyen (#3703) 2024-02-20 11:38:58 +00:00
073310c1f6 refactor(merchant_connector_account): change unique constraint to connector label (#3091)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
2024-02-20 07:31:30 +00:00
3370c00589 fix(connector): [Payme] payme_transaction_id converted to optional (#3707) 2024-02-19 15:47:54 +00:00
76ac1a753a feat(analytics): added dispute as uri param to analytics info api (#3693) 2024-02-19 12:44:51 +00:00
e0d8bb207e feat(user): setup roles table with queries (#3691) 2024-02-19 12:15:42 +00:00
df739a302b fix(connector): [noon] Fail the payment for specific error_response (#3674) 2024-02-19 09:58:56 +00:00
11fc9b3986 refactor(ext_traits): simplify the signatures of some methods in Encode extension trait (#3687) 2024-02-19 09:54:09 +00:00
8038b48a54 refactor(router): added status_code to golden_log_line (#3681) 2024-02-19 08:04:47 +00:00
0a7625ff8c refactor: include api key expiry workflow into process tracker (#3661) 2024-02-19 08:03:17 +00:00
d0f529fa4b refactor(router): remove fallback feature for /add and /get for locker (#3648)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
2024-02-19 07:08:04 +00:00
783fa0b0df fix(logging): fix missing fields in consolidated log line (#3684) 2024-02-16 12:42:25 +00:00
39e2233982 feat(analytics): adding kafka dispute analytic events (#3549)
Co-authored-by: Sampras Lopes <lsampras@pm.me>
2024-02-16 12:36:07 +00:00
fb254b8924 refactor(openapi): enable other features in api_models when running openapi (#3649) 2024-02-16 10:11:44 +00:00
09d337b8a8 refactor(connector): [NMI] Add billing details for preprocessing (#3672) 2024-02-16 09:19:42 +00:00
1ddaee44df refactor(connector): [NMI] Add Zip code as mandatory field for 3DS (#3666) 2024-02-15 16:23:03 +00:00
a9e3d74cc1 feat(users): Email JWT blacklist (#3659)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
2024-02-15 16:05:47 +00:00
64bf815294 fix: allow all headers on cors (#3653) 2024-02-15 09:27:03 +00:00
2d4f6b3fa0 refactor(webhooks): check event type not supported before checking for profile_id (#3543) 2024-02-15 07:16:06 +00:00
610a5a3969 feat(api_models): add client_secret type to payments (#3557)
Co-authored-by: Sanchith Hegde <22217505+SanchithHegde@users.noreply.github.com>
2024-02-15 06:35:18 +00:00
91cd70a60b fix(router): store connector_mandate_id in complete auth (#3576)
Co-authored-by: Narayan Bhat <48803246+Narayanbhat166@users.noreply.github.com>
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
2024-02-14 13:42:25 +00:00
de12ba779a refactor: Adding connector_name into logs ( Logging Changes ) (#3581)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
Co-authored-by: Sampras Lopes <lsampras@pm.me>
2024-02-14 13:41:08 +00:00
702e945be9 feat: noon payme cryptopay error mapping (#3258)
Co-authored-by: Sahkal Poddar <sahkal.poddar@juspay.in>
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
2024-02-14 11:37:45 +00:00
0c46f39b9e feat(connector): [Adyen] add PMD validation in validate_capture_method method for all the implemented PM’s (#3584) 2024-02-14 11:05:55 +00:00
e702341c64 feat: add cors rules to actix (#3646) 2024-02-14 10:26:44 +00:00
c5343dfcc2 refactor(router): added payment_method to golden log line (#3620) 2024-02-14 10:00:02 +00:00
7b1c65b60d refactor: incorporate hyperswitch_interface into drainer (#3629) 2024-02-14 09:42:01 +00:00
5fb3c001b5 feat(events): Connector response masking in clickhouse (#3566)
Co-authored-by: Sampras lopes <lsampras@pm.me>
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
2024-02-14 06:34:26 +00:00