|
|
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 |
|
|
|
e18bfb2ae1
|
enhance(core): replace string with enum for country (#735)
|
2023-03-30 16:15:38 +00:00 |
|
|
|
442bed0f6b
|
fix(cads_info): add extra columns to cards_info struct (#813)
|
2023-03-30 15:33:33 +00:00 |
|
|
|
a05059b7cf
|
enhance(storage_models): delete client secret when status is succeeded, failed, cancelled (#724)
|
2023-03-29 22:57:04 +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 |
|
|
|
568bf01a56
|
feat(router): add support for stateful straight through routing (#752)
|
2023-03-21 11:56:37 +00:00 |
|
|
|
f27732a6e5
|
fix(storage): add serialization for primitivedatetime for diesel structs (#764)
|
2023-03-17 12:27:16 +00:00 |
|
|
|
661dd48ae5
|
refactor(merchant_account): add back api_key field for backward compatibility (#761)
|
2023-03-17 15:30:20 +05:30 |
|
|
|
db3d31647a
|
feat: Time based deletion of temp card (#729)
|
2023-03-15 11:54:35 +00:00 |
|
|
|
230fcdd4e1
|
chore(merchant_account): remove api_key field (#713)
|
2023-03-13 09:01:20 +00:00 |
|
|
|
16bc886c77
|
build(deps): update deps (#734)
|
2023-03-13 09:00:53 +00:00 |
|
|
|
afd08d42c7
|
refactor(authentication): authenticate merchant by API keys from API keys table (#712)
|
2023-03-08 09:04:22 +00:00 |
|
|
|
d36afbed7f
|
refactor: Add secret to metadata (#706)
|
2023-03-08 07:35:07 +00:00 |
|
|
|
45484752a2
|
fix(errors): use Debug impl instead of Display for error types wrapping error_stack::Report (#714)
|
2023-03-05 15:42:59 +00:00 |
|
|
|
3a3b33ac17
|
refactor(api_keys): use a KMS encrypted API key hashing key and remove key ID prefix from plaintext API keys (#639)
Co-authored-by: Arun Raj M <jarnura47@gmail.com>
|
2023-03-05 15:38:48 +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 |
|
|
|
03096effcf
|
feat: add support for ANG currency (#681)
|
2023-02-28 08:43:23 +00:00 |
|
|
|
b1685ba120
|
bugfix: populate failed status and add bank_redirect (#674)
|
2023-02-27 23:33:51 +05:30 |
|
|
|
ff86417eee
|
feat: api contract change for wallet (#628)
|
2023-02-27 17:38:40 +05:30 |
|
|
|
a2616d87b1
|
refactor(pm_list): modify pm list to support new api contract (#657)
Co-authored-by: Sangamesh <sangamesh.kulkarni@juspay.in>
|
2023-02-26 19:21:29 +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 |
|
|
|
7fd8221188
|
fix(router): allow setup future usage to be updated in payment update and confirm requests (#610)
|
2023-02-19 14:07:02 +00:00 |
|
|
|
66563595df
|
refactor: add payment_issuer and payment_experience in pa (#491)
|
2023-02-19 13:59:22 +00:00 |
|
|
|
1bdc8955c2
|
feat(router): implement API endpoints for managing API keys (#511)
|
2023-02-10 08:50:57 +00:00 |
|
|
|
963cb528f5
|
feat: Impelement redis cache for MCA fetch and update (#515)
|
2023-02-10 07:46:41 +00:00 |
|
|
|
763620fcc7
|
feat: add a kv switch route for merchants (#518)
|
2023-02-09 19:18:18 +05:30 |
|
|
|
ac30313ff1
|
refactor: use unique id for merchant_conenctor_id instead of int (#514)
|
2023-02-07 17:43:40 +05:30 |
|
|
|
8205b2278d
|
fix: fix bugs found when testing drainer (#512)
|
2023-02-07 16:48:41 +05:30 |
|
|
|
b4da08666a
|
feat(db): add fetch and update cache for admin table (#508)
|
2023-02-07 16:10:54 +05:30 |
|
|
|
39524f95a9
|
fix(router): fix payment token null in payment update api response (#507)
|
2023-02-07 15:50:09 +05:30 |
|
|
|
dfd1e5e254
|
fix(storage_models): fix inconsistent field order for merchant account types (#503)
|
2023-02-06 18:20:24 +05:30 |
|
|
|
feb228cee0
|
feat(generics): allow specifying optional offset and order clauses for generic_filter() (#502)
|
2023-02-06 17:53:37 +05:30 |
|
|
|
6cbdcbf6bd
|
fix: fix KV implementations for payments and refunds (#489)
|
2023-02-03 14:06:34 +05:30 |
|
|
|
0441d5cdde
|
fix(refund): fix failing refund update with KV storage backend (#493)
|
2023-02-03 00:37:37 +05:30 |
|
|
|
2735405aba
|
feat(config): add fetch endpoint for config table (#481)
|
2023-02-02 23:47:38 +05:30 |
|
|
|
a8132e1082
|
perf(router): remove redundant DB call during merchant account update (#482)
|
2023-02-02 16:18:00 +05:30 |
|
|
|
d1ab46238e
|
build(deps): update deps (#479)
|
2023-01-31 15:21:34 +05:30 |
|
|
|
b5720f1e38
|
chore: address Rust 1.67 clippy lints (#465)
|
2023-01-27 12:29:57 +05:30 |
|
|
|
073ffb18bd
|
fix(router): fix refund error code diesel field ordering (#458)
|
2023-01-23 12:12:55 +05:30 |
|
|
|
dcfa7b0846
|
fix(refund): add error code in refund table (#427)
|
2023-01-20 13:44:08 +05:30 |
|
|
|
1a650dcc7e
|
fix(router): fix incorrect order of routing_algorithm and metadata fields in db models (#418)
|
2023-01-19 12:15:46 +05:30 |
|
|
|
b5ffff30df
|
fix(router): metadata field update in merchant_account and merchant_connector_account (#359)
Co-authored-by: Abhishek Marrivagu <abhi.codes10@gmail.com>
|
2023-01-18 15:56:09 +05:30 |
|
|
|
82fecd9677
|
refactor(storage_models): made generic queries public (#395)
|
2023-01-17 18:21:42 +05:30 |
|
|
|
22f32cd4d7
|
feat(router): add generic merchant static routing config (#362)
|
2023-01-17 13:04:54 +05:30 |
|
|
|
50f16d270a
|
chore: Allow to update refund reason (#372)
|
2023-01-14 22:57:36 +05:30 |
|
|
|
4e00b92dc1
|
feat(router): add more payment methods to vault (#333)
|
2023-01-14 20:48:45 +05:30 |
|
|
|
89a1cd0885
|
chore: drop temp_card table and all associated items (#366)
|
2023-01-13 14:09:52 +05:30 |
|
|
|
35f6af1a3d
|
build(deps): update deps (#342)
|
2023-01-11 13:07:13 +05:30 |
|