2436 Commits

Author SHA1 Message Date
9448673c1c fix(compatibility): generate payment_id if not sent (#4125) 2024-04-10 13:50:50 +00:00
6aa66c4243 fix(connectors): Amount received should be zero for pending and failed status (#4331) 2024-04-10 13:29:40 +00:00
086516b7b3 feat(connector): [ZSL] add connector template code (#4285)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
Co-authored-by: SamraatBansal <55536657+SamraatBansal@users.noreply.github.com>
2024-04-10 13:25:33 +00:00
3963219e44 feat(events): Add events framework for registering events (#4115)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
2024-04-10 12:38:40 +00:00
c99e038a48 refactor(router): add updated field to PaymentsResponse (#4292)
Co-authored-by: soumil.sudhir <soumil.sudhir@maximl.com>
2024-04-10 11:37:41 +00:00
963a10c877 feat(router): add ApiKeyAuth support for upsert_connector_agnostic_mandate_config (#4335) 2024-04-10 11:28:54 +00:00
07c917c055 fix(mandate): add validation for currency in MIT recurring payments (#4308) 2024-04-10 10:22:55 +00:00
018c5b1064 feat(users): Add role specific fields for list merchants API (#4326)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
2024-04-10 10:10:55 +00:00
ce1e165cec refactor(payment_methods): add some payment method data to new domain type to be used in connector module (#4234)
Co-authored-by: Narayan Bhat <narayan.bhat@juspay.in>
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
2024-04-10 09:22:19 +00:00
a2958c33b5 feat(payouts): add kafka events (#4264)
Co-authored-by: Ivor Dsouza <ivor.dsouza@juspay.in>
Co-authored-by: ivor-juspay <138492857+ivor-juspay@users.noreply.github.com>
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
2024-04-10 09:13:20 +00:00
8b66cdaaf3 refactor(card): use billing.first_name instead of card_holder_name (#4239)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
2024-04-10 07:25:14 +00:00
06440eb640 feat(router): add local bank transfer payment method (#4294)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
2024-04-08 13:29:52 +00:00
e0e843715c refactor(payment_methods): add BankRedirect payment method data to new domain type to be used in connector module (#4175)
Co-authored-by: Narayan Bhat <narayan.bhat@juspay.in>
2024-04-08 12:20:05 +00:00
5b89209b6f fix(psync): log the error if payment method retrieve fails in the psync flow (#4321) 2024-04-08 11:51:41 +00:00
ed186a5a93 feat(connector): [Ebanx] Template for ebanx payout (#4141)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
2024-04-08 07:04:09 +00:00
7b4c4fea33 fix(mandates): store network transaction id only when pg_agnostic config is enabled in the authorize_flow (#4318) 2024-04-05 14:48:55 +00:00
669485275d refactor(payment_methods): add PayLater payment method data to new domain type to be used in connector module (#4165)
Co-authored-by: Narayan Bhat <narayan.bhat@juspay.in>
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
2024-04-05 12:35:18 +00:00
14035d2f83 fix(redis_interface): remove mget function from redis interface (#4303)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
2024-04-05 12:08:29 +00:00
2d394f98e9 feat(users): Implemented cookie parsing for auth (#4298)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
2024-04-05 07:35:21 +00:00
2fac436683 fix(locker): handle card duplication in payouts flow (#4013)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
2024-04-05 06:49:36 +00:00
071462f2af feat(router): add NTID flow for cybersource (#4193)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
2024-04-04 14:19:04 +00:00
02ffe7e480 fix(payouts): persist status updates in payouts table (#4280)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
2024-04-04 13:43:24 +00:00
622aac3015 refactor(connector): add support for GooglePay recurring payments (#4300) 2024-04-04 13:15:04 +00:00
b58d7a8e62 feat(router): Use NTID in MIT payments if the pg_agnostic_mit config is enabled (#4113)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
2024-04-04 12:49:33 +00:00
9de3cdb7d3 refactor(core): log the appropriate error message if the card fails to get saved in locker (#4296) 2024-04-04 12:47:00 +00:00
63d2b6855a feat(webhooks): allow manually retrying delivery of outgoing webhooks (#4176) 2024-04-04 09:07:51 +00:00
21e2d78117 feat(router): store network_reference_id against the payment_method_id in the payment_method_table (#4041)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
2024-04-04 08:25:00 +00:00
9ebe0f4371 refactor(connector): [Multisafepay] handle authorize and psync 2xx failure error response (#4124)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
2024-04-04 07:33:49 +00:00
bc25f3fa40 feat(payout-events): add kafka events for payout analytics (#4211)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
2024-04-04 07:24:23 +00:00
9453e8fcfa refactor(payment_link): Decouple shimmer css from main payment_link css for better performance (#4286) 2024-04-04 07:09:31 +00:00
6e94a56364 refactor(core): locker call made synchronous for updation of pm_id (#4289)
Co-authored-by: Narayan Bhat <narayan.bhat@juspay.in>
2024-04-03 22:59:47 +05:30
2a691a5c05 feat(router): Create a merchant config for enable processor agnostic MIT (#4025)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
2024-04-03 15:00:07 +00:00
49cfe72cd2 refactor(mandates): add validations for recurring mandates using payment_method_id (#4263) 2024-04-03 14:41:59 +00:00
4445a86207 refactor: fix typos in stripe transformers (#4287) 2024-04-03 14:38:07 +00:00
179f5ff052 refactor(payment_methods): add network_transaction_id column in the payment_methods table (#4005)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
2024-04-03 13:41:49 +00:00
8efd468ac1 refactor(payment_methods): add Wallets payment method data to new domain type to be used in connector module (#4160)
Co-authored-by: Narayan Bhat <narayan.bhat@juspay.in>
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
2024-04-03 12:47:43 +00:00
d8028cefd5 feat(core): update connector_mandate_details in payment_method (#4155)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
2024-04-03 16:52:44 +05:30
4051cbb4e7 feat(api): add browser information in payments response (#3963)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
2024-04-03 09:46:18 +00:00
ae37b059e0 refactor(payout): Handle saving wallet in temp locker (#4230) 2024-04-03 09:25:14 +00:00
ea706f81de refactor(connector): [Stripe] fix mandate flow (#4281) 2024-04-03 08:36:53 +00:00
36f4112a6f refactor: Fix typos (#4277) 2024-04-03 08:10:04 +00:00
1023f46c88 fix(connector): [Cryptopay]fix redirection for cryptopay (#4272)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
2024-04-02 14:24:21 +00:00
2f304e6016 feat(router): [BOA] implement mandates for cards and wallets (#4232)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
2024-04-02 14:13:28 +00:00
97fbc899c1 feat(payment_link): Add payment info metadata to payment link (#4270)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
2024-04-02 12:15:08 +00:00
88b53b0d5c feat(analytics): three_ds and authentication events in sdkevents (#4251)
Co-authored-by: Akash Kamble <127744130+akash-c-k@users.noreply.github.com>
2024-04-02 12:09:31 +00:00
1f0d60e64f build(deps): update dependencies (#4268) 2024-04-02 10:13:30 +00:00
9cce1520e3 refactor(payment_methods): add a new domain type for payment method data to be used in connector module (#4140)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
2024-04-02 08:16:20 +00:00
aecf4aeacc feat(connector): [billwerk] implement payment and refund flows (#4245)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
2024-04-01 14:03:51 +00:00
740749e18a feat: return customer details in payments response body (#4237) 2024-04-01 13:19:55 +00:00
a843713126 refactor(core): removed the processing status for payment_method_status (#4213) 2024-04-01 07:14:39 +00:00