|
|
29fd2eaab1
|
feat(api): use ApiClient trait in AppState (#2067)
|
2023-09-01 10:06:35 +00:00 |
|
|
|
eaefa6e15c
|
chore: address Rust 1.72 clippy lints (#2011)
Co-authored-by: Sampras Lopes <lsampras@pm.me>
|
2023-08-28 19:03:57 +00:00 |
|
|
|
0ab6827f6c
|
feat(router): send 2xx payments response for all the connector http responses (2xx, 4xx etc.) (#1924)
|
2023-08-17 09:56:07 +00:00 |
|
|
|
5628985c40
|
feat(router): add card_info in payment_attempt table if not provided in request (#1538)
Co-authored-by: Sahkal Poddar <sahkal.poddar@juspay.in>
|
2023-07-05 12:58:00 +00:00 |
|
|
|
4808af3750
|
fix: return nick name for each card while listing saved cards (#1391)
Co-authored-by: Narayan Bhat <48803246+Narayanbhat166@users.noreply.github.com>
|
2023-07-04 06:12:00 +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 |
|
|
|
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 |
|
|
|
13185999d5
|
feat(Core): gracefully shutdown router/scheduler if Redis is unavailable (#891)
Co-authored-by: prajjwal kumar <prajjwal.kumar@prajjwalkumar-DWKH9NPY4R.local>
Co-authored-by: Nishant Joshi <nishant.joshi@juspay.in>
Co-authored-by: Arun Raj M <jarnura47@gmail.com>
|
2023-04-24 07:38:00 +00:00 |
|
|
|
568bf01a56
|
feat(router): add support for stateful straight through routing (#752)
|
2023-03-21 11:56:37 +00:00 |
|
|
|
a392fb165d
|
refactor: get connection pool based on olap/oltp features (#743)
|
2023-03-20 06:05:10 +00:00 |
|
|
|
230fcdd4e1
|
chore(merchant_account): remove api_key field (#713)
|
2023-03-13 09:01:20 +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 |
|
|
|
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 |
|
|
|
66563595df
|
refactor: add payment_issuer and payment_experience in pa (#491)
|
2023-02-19 13:59:22 +00:00 |
|
|
|
ec2f4ba257
|
doc: update openapi (#453)
Co-authored-by: Sangamesh <sangamesh.kulkarni@juspay.in>
Co-authored-by: dracarys18 <karthikey.hegde@juspay.in>
Co-authored-by: bernard eugine <bernard.eugine@bernard.eugine-MacBookPro>
Co-authored-by: Abhishek Marrivagu <abhi.codes10@gmail.com>
|
2023-01-30 16:56:37 +05:30 |
|
|
|
b5720f1e38
|
chore: address Rust 1.67 clippy lints (#465)
|
2023-01-27 12:29:57 +05:30 |
|
|
|
22f32cd4d7
|
feat(router): add generic merchant static routing config (#362)
|
2023-01-17 13:04:54 +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 |
|
|
|
8535cecd7d
|
fix: fixing TODO/FIXMEs from router/core (#257)
|
2022-12-29 16:05:42 +05:30 |
|
|
|
d6a3e508e2
|
feat(router): add straight-through routing connector selection in payments (#153)
|
2022-12-19 18:43:04 +05:30 |
|
|
|
695cba3dd8
|
feat: add card cvc and payment token handling (#116)
|
2022-12-13 16:36:57 +05:30 |
|
|
|
3acde2603b
|
refactor: cleaning, requests and split db files (#75)
Co-authored-by: shashank_attarde <shashank.attarde@juspay.in>
Co-authored-by: Arun Raj M <jarnura47@gmail.com>
|
2022-12-13 13:28:48 +05:30 |
|
|
|
031c073e79
|
feat(storage): make amount as an enum (#98)
|
2022-12-10 15:05:17 +05:30 |
|
|
|
9710af1e56
|
refactor(router): separate enums for api (#96)
|
2022-12-09 14:03:43 +05:30 |
|
|
|
bbe3bd862e
|
feat(routes): add the validation API in payments route (#61)
|
2022-12-08 20:06:46 +05:30 |
|
|
|
200a085fd0
|
Testability ddd repository (#55)
|
2022-12-03 10:48:51 +05:30 |
|
|
|
54c3fc349d
|
feat: 3ds2 Integration (#35)
|
2022-11-29 15:27:35 +05:30 |
|
|
|
2a2febb0f8
|
chore: mirror changes from BitBucket
|
2022-11-21 18:47:04 +05:30 |
|
|
|
430dcd1967
|
initial commit
|
2022-11-16 20:37:50 +05:30 |
|