|
|
c9b400e186
|
refactor(disputes): resolve incorrect 5xx error mappings for disputes (#1360)
Co-authored-by: Kritik Modi <61862301+kritikmodi@users.noreply.github.com>
Co-authored-by: kritikmodi <kritik.modi@juspay.in>
Co-authored-by: Sai Harsha Vardhan <56996463+sai-harsha-vardhan@users.noreply.github.com>
|
2023-06-14 13:01:31 +00:00 |
|
|
|
d091549576
|
refactor(compatibility, connector): add holder name and change trust pay merchant_ref id to payment_id
|
2023-06-13 20:13:26 +05:30 |
|
|
|
a1a009d796
|
refactor(router): infer ip address for online mandates from request headers if absent (#1419)
|
2023-06-13 09:47:46 +00:00 |
|
|
|
de2a6e86d7
|
feat(compatibility): add receipt_ipaddress and user_agent in stripe compatibility (#1417)
|
2023-06-12 18:21:08 +05:30 |
|
|
|
b2da920280
|
feat: add error type for empty connector list (#1363)
Co-authored-by: ItsMeShashank <shashank.attarde@juspay.in>
|
2023-06-08 06:33:52 +00:00 |
|
|
|
61bacd8c95
|
fix(router/webhooks): map webhook event type not found errors to 422 (#1340)
Co-authored-by: Sampras Lopes <lsampras@protonmail.com>
|
2023-06-02 16:43:47 +05:30 |
|
|
|
166688a590
|
refactor(compatibility): map connector to routing in payments request for backward compatibility (#1339)
Co-authored-by: Tinu Hareesswar <tinuhareesswarr@gmail.com>
|
2023-06-02 16:37:20 +05:30 |
|
|
|
798881ab5b
|
fix(error): propagate MissingRequiredFields api_error (#1244)
|
2023-05-31 07:54:37 +00:00 |
|
|
|
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 |
|
|
|
4ebd26f27e
|
feat(metrics): add response metrics (#1263)
|
2023-05-25 09:34:13 +00:00 |
|
|
|
a359b76d09
|
refactor: make NextAction as enum (#1234)
|
2023-05-24 05:16:00 +00:00 |
|
|
|
6c41cdb1c9
|
refactor(mandate): allow merchant to pass the mandate details and customer acceptance separately (#1188)
|
2023-05-19 06:49:19 +00:00 |
|
|
|
31a52d8058
|
fix(router): outgoing webhook api call (#1193)
|
2023-05-18 08:17:06 +00:00 |
|
|
|
600dc33867
|
fix(merchant_connector_account): add validation for the disabled flag (#1141)
|
2023-05-16 21:24:10 +00:00 |
|
|
|
bf2352b14a
|
feat(error): add feature-gated stacktrace to error received from API (#1104)
|
2023-05-13 09:28:35 +00:00 |
|
|
|
5214e22f20
|
refactor(router): add id field in MerchantConnectorAccountNotFound (#1098)
|
2023-05-10 11:56:45 +00:00 |
|
|
|
d6e71b959d
|
feat(cards): add credit card number validation (#889)
Co-authored-by: Sanchith Hegde <sanchith.hegde@juspay.in>
|
2023-05-09 14:30:50 +00:00 |
|
|
|
4403634dda
|
feat(connector): Mandates for alternate payment methods via Adyen (#1046)
Co-authored-by: Manoj Ghorela <manoj.ghorela@juspay.in>
|
2023-05-09 14:19:55 +00:00 |
|
|
|
9c331e411b
|
feat(connector): [Bluesnap] add cards 3DS support (#1057)
Co-authored-by: Jagan Elavarasan <jaganelavarasan@gmail.com>
Co-authored-by: Kartikeya Hegde <karthikey.hegde@juspay.in>
|
2023-05-08 13:34:43 +00:00 |
|
|
|
2ba186b7d1
|
feat(compatibility): add mandates support in stripe compatibility (#897)
Co-authored-by: Sahkal Poddar <sahkal.poddar@juspay.in>
Co-authored-by: Sarthak Soni <sarthak.soni@juspay.in>
Co-authored-by: Sarthak Soni <76486416+Sarthak1799@users.noreply.github.com>
Co-authored-by: Abhishek Marrivagu <abhi.codes10@gmail.com>
|
2023-05-08 09:11:27 +00:00 |
|
|
|
b3772f8ef1
|
refactor(router): add the connector_label field to DuplicateMerchantConnectorAccount error message (#1044)
|
2023-05-04 13:58:37 +00:00 |
|
|
|
b8e2b1c5f4
|
refactor: use newtype pattern for email addresses (#819)
Co-authored-by: Sanchith Hegde <22217505+SanchithHegde@users.noreply.github.com>
|
2023-05-04 13:58:20 +00:00 |
|
|
|
92ae2d92f1
|
refactor(compatibility): refactor stripe compatibility routes using web::resource (#1022)
|
2023-05-04 13:58:06 +00:00 |
|
|
|
4397c8e199
|
fix(refund_sync): add validation for missing connector_refund_id (#1013)
|
2023-05-02 20:27:14 +00:00 |
|
|
|
bdf1e5147e
|
feat(router): added dispute accept api, file module apis and dispute evidence submission api (#900)
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-24 19:35:21 +00:00 |
|
|
|
bcbf4c882c
|
feat(compatibility): add refund retrieve endpoint which accepts gateway creds (#958)
|
2023-04-24 19:34:44 +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 |
|
|
|
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 |
|
|
|
6d7b11a0f0
|
feat(middleware): add middleware to attach default response headers (#824)
|
2023-04-04 05:56:05 +00:00 |
|
|
|
e18bfb2ae1
|
enhance(core): replace string with enum for country (#735)
|
2023-03-30 16:15:38 +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 |
|
|
|
b15b8f7b43
|
feat: cards info api (#749)
Co-authored-by: Jagan <jaganelavarasan@gmail.com>
Co-authored-by: Kartikeya Hegde <karthikey.hegde@juspay.in>
Co-authored-by: Arun Raj M <jarnura47@gmail.com>
|
2023-03-28 19:04:58 +05:30 |
|
|
|
97b95f0e4d
|
fix(compatibility): add last_payment_error in stripe payment response (#803)
|
2023-03-28 08:33:16 +00:00 |
|
|
|
82344fc438
|
feat(pm_list): handle client secret check (#759)
|
2023-03-21 11:57:52 +00:00 |
|
|
|
cb188f92a6
|
feat(core): accept gateway credentials in the request body in payments and refunds (#766)
|
2023-03-21 09:07:41 +00:00 |
|
|
|
168fa32fe1
|
feat(connector): add authorize, void, refund, psync, rsync support for mollie connector (#740)
Co-authored-by: pixincreate@work <pavananarayana01@gmail.com>
|
2023-03-16 07:13:01 +00:00 |
|
|
|
7ed665ecec
|
feat: Add HSTS headers to response (#725)
|
2023-03-10 09:19:58 +00:00 |
|
|
|
d36afbed7f
|
refactor: Add secret to metadata (#706)
|
2023-03-08 07:35:07 +00:00 |
|
|
|
9841519324
|
docs: Update naming conventions and added examples (#709)
Co-authored-by: Narayan Bhat <narayan.bhat@juspay.in>
|
2023-03-06 11:23:32 +00:00 |
|
|
|
7916050450
|
feat(compatibility): add webhook support for stripe compatibility (#710)
|
2023-03-05 13:28:04 +00:00 |
|
|
|
a8da583bca
|
refactor: rename statement descriptor to statement descriptor name (#711)
|
2023-03-04 05:55:46 +00:00 |
|
|
|
641c4d6d02
|
enhance(stripe): send statement descriptor to stripe (#707)
|
2023-03-03 08:44:02 +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 |
|
|
|
7f22c22cf4
|
fix(compatibility): change next_action type and customer request type (#675)
|
2023-02-27 23:19:42 +05:30 |
|
|
|
ff86417eee
|
feat: api contract change for wallet (#628)
|
2023-02-27 17:38:40 +05:30 |
|
|
|
7044b80b33
|
fix(compatibility): map stripe country_code to payment_request country code (#667)
|
2023-02-27 16:42:36 +05:30 |
|
|
|
028e140144
|
feat(stripe): eps, giropay and ideal using stripe (#529)
Co-authored-by: Sangamesh <sangamesh.kulkarni@juspay.in>
|
2023-02-26 16:29:37 +00:00 |
|
|
|
f3224cc4df
|
chore: merging back release v0.3.0 back to main (#636) (#655)
Co-authored-by: Sangamesh Kulkarni <59434228+Sangamesh26@users.noreply.github.com>
Co-authored-by: ItsMeShashank <shashank.attarde@juspay.in>
Co-authored-by: Abhishek <abhishek.marrivagu@juspay.in>
Co-authored-by: Jagan <jaganelavarasan@gmail.com>
Co-authored-by: SamraatBansal <55536657+SamraatBansal@users.noreply.github.com>
Co-authored-by: Sampras Lopes <lsampras@protonmail.com>
|
2023-02-26 08:25:17 +00:00 |
|
|
|
d107b44fd3
|
feat(api_models): add error structs (#532)
Co-authored-by: Sanchith Hegde <22217505+SanchithHegde@users.noreply.github.com>
|
2023-02-16 09:19:14 +00:00 |
|