|
|
865db9411d
|
feat(router): add connector_request_reference_id in router_data based on merchant config (#1627)
|
2023-07-11 05:55:09 +00:00 |
|
|
|
fad4895f75
|
refactor(payments): error message of manual retry (#1617)
|
2023-07-06 06:27:21 +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 |
|
|
|
e978e9d66b
|
refactor(router): add psync task to process tracker after building connector request in payments flow (#1603)
|
2023-07-05 12:21:57 +00:00 |
|
|
|
e713b62ae3
|
feat(payments): add connector_metadata, metadata and feature_metadata fields in payments, remove udf field (#1595)
|
2023-07-05 12:21:05 +00:00 |
|
|
|
82e1bf0d16
|
feat(router): modify attempt_id generation logic to accommodate payment_id as prefix (#1596)
|
2023-07-04 13:42:52 +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 |
|
|
|
44b8da430c
|
feat(payments): add field manual_retry_allowed in payments response (#1298)
|
2023-07-03 08:40:59 +00:00 |
|
|
|
b967d23251
|
feat(router): add requeue support for payments and fix duplicate entry error in process tracker for requeued payments (#1567)
|
2023-07-03 07:26:01 +00:00 |
|
|
|
2d11bf5b3a
|
feat(payment_method): [upi] add new payment method and use in iatapay (#1528)
Co-authored-by: arvindpatel24 <arvind.patel@juspay.in>
|
2023-06-30 14:24:35 +00:00 |
|
|
|
784847b08c
|
feat(connector): Add connector cashtocode (#1429)
|
2023-06-27 09:35:23 +00:00 |
|
|
|
10691728d2
|
refactor(core): rename MandateTxnType to MandateTransactionType (#1322)
|
2023-06-22 11:39:22 +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 |
|
|
|
2b71d4d8c4
|
fix(payments): fix client secret parsing (#1358)
|
2023-06-21 06:46:17 +00:00 |
|
|
|
38b9e59b75
|
fix(core): payment_method_type not set in the payment attempt when making a recurring mandate payment (#1415)
Co-authored-by: Narayan Bhat <48803246+Narayanbhat166@users.noreply.github.com>
|
2023-06-20 13:58:44 +00:00 |
|
|
|
c40617aea6
|
fix(core): add validation for card expiry month, expiry year and card cvc (#1416)
|
2023-06-20 09:43:57 +00:00 |
|
|
|
76cb15e01d
|
fix(core): save payment_method_type when creating a record in the payment_method table (#1378)
|
2023-06-19 12:09:21 +00:00 |
|
|
|
641995371d
|
refactor(payments): add udf field and remove refactor metadata (#1466)
|
2023-06-18 14:18:14 +00:00 |
|
|
|
cff1ce61f0
|
refactor(core): accept customer data in customer object (#1447)
Co-authored-by: Abhishek Marrivagu <68317979+Abhicodes-crypto@users.noreply.github.com>
|
2023-06-16 13:25:01 +00:00 |
|
|
|
1e5d2a28f6
|
refactor(router): send 200 response for 5xx status codes received from connector (#1440)
|
2023-06-15 08:10:59 +00:00 |
|
|
|
cf64862dac
|
refactor(payments): attempt to address unintended 5xx and 4xx in payments (#1376)
|
2023-06-15 07:50:48 +00:00 |
|
|
|
913b833117
|
feat(order_details): Adding order_details both inside and outside of metadata, in payments request, for backward compatibility (#1344)
Co-authored-by: Narayan Bhat <48803246+Narayanbhat166@users.noreply.github.com>
|
2023-06-14 16:42:33 +00:00 |
|
|
|
86f679abc1
|
fix: update customer data if passed in payments (#1402)
|
2023-06-09 13:32:45 +00:00 |
|
|
|
8497c55283
|
fix: certificate decode failed when creating the session token for applepay (#1385)
|
2023-06-09 09:32:17 +00:00 |
|
|
|
7933e98c8c
|
feat(router): add mandate connector to payment data (#1392)
|
2023-06-08 15:02:13 +00:00 |
|
|
|
ba8a17d66f
|
feat(connector): [Noon] Add Card Mandates and Webhooks Support (#1243)
Co-authored-by: Arjun Karthik <m.arjunkarthik@gmail.com>
Co-authored-by: Arun Raj M <jarnura47@gmail.com>
|
2023-06-05 09:36:59 +00:00 |
|
|
|
1261791d9f
|
fix: customer id is not mandatory during confirm (#1317)
|
2023-05-31 10:29:04 +00:00 |
|
|
|
7032ea8494
|
refactor(core): use HMAC-SHA512 to calculate payments response hash (#1302)
|
2023-05-31 07:51:39 +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 |
|
|
|
597ec16907
|
revert(order_details): revert back order_details to be an object, and removing meta_data from PaymentIntent (#1279)
|
2023-05-26 13:19:33 +05:30 |
|
|
|
71a17c682e
|
feat(kms): reduce redundant kms calls (#1264)
|
2023-05-25 09:05:40 +00:00 |
|
|
|
b3c6b1f0aa
|
fix: remove multiple call to locker (#1230)
|
2023-05-23 10:40:21 +00:00 |
|
|
|
23bca66b81
|
feat: ACH transfers (#905)
|
2023-05-19 09:44:29 +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 |
|
|
|
1f52a66452
|
feat(payments): add support for manual retries in payments confirm call (#1170)
|
2023-05-18 08:16:38 +00:00 |
|
|
|
ed22b2af76
|
fix(router): aggregate critical hotfixes for v0.5.10 (#1162)
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: Arun Raj M <jarnura47@gmail.com>
|
2023-05-17 10:09:00 +00:00 |
|
|
|
600dc33867
|
fix(merchant_connector_account): add validation for the disabled flag (#1141)
|
2023-05-16 21:24:10 +00:00 |
|
|
|
60e8c7317a
|
feat(payment_request): add field amount to OrderDetails and make order_details a Vec in payments_create request (#964)
|
2023-05-15 09:15:32 +00:00 |
|
|
|
2b0ed12530
|
refactor(session_token): add support for business filtering in payments session (#1128)
|
2023-05-11 15:04:45 +00:00 |
|
|
|
a2527b5b2a
|
feat(connector): [Iatapay] Implement AccessTokenAuth, Authorize, PSync, Refund, RSync and testcases (#1034)
Co-authored-by: arvindpatel24 <arvind.patel@juspay.in>
Co-authored-by: Anji Reddy <anji.reddy@juspay.in>
Co-authored-by: Sanchith Hegde <22217505+SanchithHegde@users.noreply.github.com>
|
2023-05-11 08:37:05 +00:00 |
|
|
|
da3b5201b4
|
fix(payments): fix address_insert error propagation in get_address_for_payment_request function (#1079)
|
2023-05-10 14:32:16 +00:00 |
|
|
|
5214e22f20
|
refactor(router): add id field in MerchantConnectorAccountNotFound (#1098)
|
2023-05-10 11:56:45 +00:00 |
|
|
|
64721b80ae
|
feat(connector): Mandates for alternate payment methods via Stripe (#1041)
Co-authored-by: Manoj Ghorela <manoj.ghorela@juspay.in>
Co-authored-by: Arjun Karthik <m.arjunkarthik@gmail.com>
|
2023-05-08 13:38:15 +00:00 |
|
|
|
9cb3fa216c
|
fix(mandate): make payment_method_data optional for mandate scenario (#1032)
|
2023-05-08 09:31:58 +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 |
|
|
|
982c27fce7
|
fix(redis): fix recreation on redis connection pool (#1063)
|
2023-05-08 14:31:49 +05:30 |
|
|
|
03a96432a9
|
feat: expire client secret after a merchant configurable intent fufliment time (#956)
|
2023-05-03 10:38:13 +00:00 |
|
|
|
ed99655ebc
|
feat: PG Agnostic mandate using network_txns_id (Adyen, Authorizedotnet, Stripe) (#855)
Co-authored-by: Arun Raj M <jarnura47@gmail.com>
|
2023-05-03 10:18:51 +00:00 |
|
|
|
2cff019a1b
|
refactor: use CountryAlpha2 instead of CountryCode for country codes (#904)
|
2023-05-03 08:16:41 +00:00 |
|
|
|
f624eb52d6
|
feat(core): [Stripe] add bank debits payment method to stripe (#906)
|
2023-04-21 08:19:20 +00:00 |
|