54 Commits

Author SHA1 Message Date
a229c37a7c revert: connector_label in webhook url is reverted back to connector_name (#1779) 2023-07-25 04:28:28 +00:00
a7c66ddea2 refactor(router): remove WebhookApiErrorSwitch and implement error mapping using ErrorSwitch (#1660)
Co-authored-by: Sanchith Hegde <sanchith.hegde@juspay.in>
2023-07-17 23:27:01 +05:30
87ae99f7f2 feat(compatibility): add support for stripe compatible webhooks (#1728) 2023-07-17 13:10:24 +00:00
8572f1da8e feat(router): add expand attempts support in payments retrieve response (#1678) 2023-07-14 06:44:57 +00:00
a6645bd354 fix: store and retrieve merchant secret from MCA table for webhooks source verification (#1331)
Co-authored-by: Sanchith Hegde <sanchith.hegde@juspay.in>
2023-07-14 06:43:33 +00:00
c0e1d4d3b0 refactor(enums): move enums from storage_models and api_models crates to common_enums crate (#1265) 2023-07-13 12:12:14 +00:00
5a0e8be8c4 refactor(storage): update crate name to diesel models (#1685) 2023-07-12 12:50:55 +00:00
b428298030 feat(payments): add client_secret auth for payments retrieve (#1663) 2023-07-10 07:51:10 +00:00
d528132932 feat(router): add metrics for webhooks (#1266)
Co-authored-by: Prajjwal Kumar <prajjwal.kumar@juspay.in>
2023-07-03 09:39:16 +00:00
e6529b6a63 feat(connector): [Stripe] Add support for refund webhooks (#1488) 2023-06-28 09:05:04 +00:00
784847b08c feat(connector): Add connector cashtocode (#1429) 2023-06-27 09:35:23 +00:00
e575fde6dc feat(connector): enforce logging for connector requests (#1467)
Signed-off-by: chikke srujan <121822803+srujanchikke@users.noreply.github.com>
Co-authored-by: Chethan <chethan.rao@juspay.in>
Co-authored-by: chikke srujan <121822803+srujanchikke@users.noreply.github.com>
Co-authored-by: hrithikesh026 <hrithikeshmylatty@gmail.com>
Co-authored-by: Shankar Singh C <shankar.singh@juspay.in>
Co-authored-by: Prasunna Soppa <prasunna.soppa@juspay.in>
2023-06-22 09:38:32 +00:00
d321aa1f72 feat: fetch merchant key store only once per session (#1400)
Co-authored-by: Sanchith Hegde <22217505+SanchithHegde@users.noreply.github.com>
2023-06-22 09:10:28 +00:00
d3a69060b4 refactor(fix): [Adyen] Fix bug in Adyen (#1375)
Co-authored-by: Narayan Bhat <48803246+Narayanbhat166@users.noreply.github.com>
Co-authored-by: Prasunna Soppa <70575890+prasunna09@users.noreply.github.com>
2023-06-16 14:44:24 +00:00
fc6acd04cb feat(headers): add optional header masking feature to outbound request (#1320) 2023-06-05 07:40:14 +00:00
71315097dd fix(router/webhooks): correct webhook error mapping and make source verification optional for all connectors (#1333) 2023-06-02 15:30:37 +05:30
fa392c40a8 feat: encrypt PII fields before saving it in the database (#1043)
Co-authored-by: Nishant Joshi <nishant.joshi@juspay.in>
2023-05-30 08:13:17 +00:00
cd0cf40fe2 fix(router/webhooks): use api error response for returning errors from webhooks core (#1305) 2023-05-29 19:28:38 +05:30
3534caca68 feat(core): add signature to outgoing webhooks (#1249) 2023-05-29 10:45:17 +00:00
48e537568d fix: merchant webhook config should be looked up in config table instead of redis (#1241) 2023-05-23 14:54:38 +00:00
23bca66b81 feat: ACH transfers (#905) 2023-05-19 09:44:29 +00:00
9cc1ceec69 fix(router): aggregate hotfixes for v0.5.10 (#1204)
Co-authored-by: Narayan Bhat <narayan.bhat@juspay.in>
Co-authored-by: Jagan Elavarasan <jaganelavarasan@gmail.com>
Co-authored-by: SamraatBansal <samraatbansal7@gmail.com>
Co-authored-by: sai-harsha-vardhan <harsha111hero@gmail.com>
Co-authored-by: Sangamesh Kulkarni <59434228+Sangamesh26@users.noreply.github.com>
2023-05-18 13:50:55 +00:00
31a52d8058 fix(router): outgoing webhook api call (#1193) 2023-05-18 08:17:06 +00:00
a5756aaecf feat(router): add attach dispute evidence api (#1070)
Co-authored-by: Sanchith Hegde <22217505+SanchithHegde@users.noreply.github.com>
2023-05-13 09:29:11 +00:00
1304d912e5 feat(router): add disputes block in payments retrieve response (#1038) 2023-05-09 18:27:07 +00:00
4397c8e199 fix(refund_sync): add validation for missing connector_refund_id (#1013) 2023-05-02 20:27:14 +00:00
ba013026a7 fix: Update events table after notifying merchant (#871) 2023-04-17 18:29:54 +00:00
acab7671b0 feat(router): added dispute retrieve and dispute list apis (#842)
Co-authored-by: Sangamesh <sangamesh.kulkarni@juspay.in>
Co-authored-by: sai harsha <sai.harsha@sai.harsha-MacBookPro>
Co-authored-by: Arun Raj M <jarnura47@gmail.com>
2023-04-13 08:34:49 +00:00
2351116692 feat(connector): [Worldpay] add support for webhook (#820) 2023-04-11 07:37:28 +00:00
b3d1473734 feat(connector): [Coinbase] [Opennode] Add support for crypto payments via PG redirection (#834)
Co-authored-by: arvindpatel24 <arvind.patel@juspay.in>
Co-authored-by: Jagan Elavarasan <jaganelavarasan@gmail.com>
2023-04-11 07:35:57 +00:00
35d3e27724 feat(core): added multiple payment_attempt support for payment_intent (#439)
Co-authored-by: Nishant Joshi <nishant.joshi@juspay.in>
2023-03-30 18:19:51 +00:00
f14f87a106 deps(api_models): put the errors module behind a feature flag (#815) 2023-03-30 09:43:34 +00:00
a733eafbbe feat(router): added incoming dispute webhooks flow (#769)
Co-authored-by: Sangamesh <sangamesh.kulkarni@juspay.in>
Co-authored-by: sai harsha <sai.harsha@sai.harsha-MacBookPro>
Co-authored-by: Arun Raj M <jarnura47@gmail.com>
2023-03-29 22:55:54 +00:00
20b4372bfe feat(connector): [Nuvei] add webhook support (#795)
Co-authored-by: Arjun Karthik <m.arjunkarthik@gmail.com>
2023-03-28 18:56:32 +05:30
cb188f92a6 feat(core): accept gateway credentials in the request body in payments and refunds (#766) 2023-03-21 09:07:41 +00:00
853dfa1635 feat(connector): [Trustpay] add webhooks (payment and refund events) (#746)
Co-authored-by: Sangamesh <sangamesh.kulkarni@juspay.in>
Co-authored-by: sai harsha <sai.harsha@sai.harsha-MacBookPro>
Co-authored-by: Arun Raj M <jarnura47@gmail.com>
2023-03-20 06:02:23 +00:00
13a8ce8ebc feat(connector): add webhook support for worldline connector (#721) 2023-03-14 09:06:27 +00:00
7916050450 feat(compatibility): add webhook support for stripe compatibility (#710) 2023-03-05 13:28:04 +00:00
7bd2008ae0 refactor(router): remove foreign wrapper type (#616)
Co-authored-by: Arun Raj M <jarnura47@gmail.com>
Co-authored-by: Narayan Bhat <48803246+Narayanbhat166@users.noreply.github.com>
Co-authored-by: Abhishek <abhishek.marrivagu@juspay.in>
Co-authored-by: dracarys18 <karthikey.hegde@juspay.in>
Co-authored-by: Sampras Lopes <lsampras@protonmail.com>
Co-authored-by: Jagan <jaganelavarasan@gmail.com>
Co-authored-by: rupakrajak <43450369+rupakrajak@users.noreply.github.com>
Co-authored-by: Zaid <syed.zaidali@juspay.in>
Co-authored-by: Rajak Rupakkumar Asishkumar <rajak.rupakkumar@juspay.in>
2023-03-01 18:18:26 +00:00
f12abbcef4 feat(router): added incoming refund webhooks flow (#683)
Co-authored-by: sai harsha <sai.harsha@sai.harsha-MacBookPro>
2023-02-28 19:15:25 +05:30
1b3b7f5bc6 enhance(router/webhooks): expose additional incoming request details to webhooks flow (#637) 2023-02-24 12:23:16 +00:00
fa7d087c0d feat(router): allow enabling/disabling of outgoing webhooks based on env configuration (#476) 2023-01-30 18:34:20 +05:30
fab18346b6 fix: fix some todo's in core (#360) 2023-01-12 17:16:51 +05:30
5809408cf9 feat(session): ability to request session token for specific wallets (#280)
Co-authored-by: Arun Raj M <jarnura47@gmail.com>
2023-01-11 12:47:52 +05:30
3cdf50c942 refactor: Replace Bach with Application on every naming (#292) 2023-01-10 18:07:32 +05:30
6a0d183e7b fix(router_env): fix opentelemetry traces for router_env (#201)
Co-authored-by: Nishant Joshi <nishant.joshi@juspay.in>
2023-01-07 17:43:19 +05:30
d6a3e508e2 feat(router): add straight-through routing connector selection in payments (#153) 2022-12-19 18:43:04 +05:30
50706bde77 feat(core): support for gpay session token creation (#152) 2022-12-19 13:38:03 +05:30
eb4fe6f46b refactor(router): move db models into separate crate and refactoring around it (#125) 2022-12-13 12:00:27 +05:30
9710af1e56 refactor(router): separate enums for api (#96) 2022-12-09 14:03:43 +05:30