249 Commits

Author SHA1 Message Date
8055f64d75 fix: Use setup future usage for saving card (#401) 2023-01-18 16:28:38 +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
0391f5ef01 chore: Added docs for payment connector create (#394)
Co-authored-by: Sanchith Hegde <22217505+SanchithHegde@users.noreply.github.com>
2023-01-17 20:03:16 +05:30
cb66485657 fix(router): remove 'connectors_pecking_order' from readmes and tests (#397) 2023-01-17 19:52:53 +05:30
beb0384047 refactor: move config defaults from TOML files to Default trait (#352) 2023-01-17 19:13:16 +05:30
4f6a8fcd9d refactor(router): make utilities public (#396) 2023-01-17 18:34:55 +05:30
82fecd9677 refactor(storage_models): made generic queries public (#395) 2023-01-17 18:21:42 +05:30
be9889b47a chore: add .attach_printable for InternalServerError (#368) 2023-01-17 17:23:57 +05:30
fb8d67a9f3 fix(router): configs table upsert for local tokenization flow (#392) 2023-01-17 16:55:40 +05:30
a48caef836 feat: token flow for wallet (#388) 2023-01-17 14:11:58 +05:30
e1590e7bf8 feat(connector): add support for capture, void, psync, refund and rsync for cybersource (#381) 2023-01-17 13:55:51 +05:30
d08c35c77c refactor(router): move fp_utils module to common_utils crate (#391)
Co-authored-by: Arun Raj M <jarnura47@gmail.com>
Co-authored-by: Nishant Joshi <nishant.joshi@juspay.in>
2023-01-17 13:27:05 +05:30
22f32cd4d7 feat(router): add generic merchant static routing config (#362) 2023-01-17 13:04:54 +05:30
72c4b06860 feat: add docs for PaymentsRequest & PaymentsResponse (#385) 2023-01-17 12:53:43 +05:30
a4eaa36034 feat(router): update OLTP/OLAP feature flags to be compatible with each other (#389) 2023-01-17 12:02:58 +05:30
8baa968ca2 refactor(adyen): use enums instead of strings for statuses (#320) 2023-01-17 11:50:32 +05:30
74f6d0025e chore: fix typos and introduce ci check (#390) 2023-01-17 11:38:47 +05:30
006e9a8892 feat(connector_integration): integrate Rapyd connector (#357) 2023-01-16 23:58:21 +05:30
9fbe738427 refactor(api_models): add created_at and updated_at fields in RefundResponse (#387) 2023-01-16 19:05:57 +05:30
902a8b5ee9 chore(router): add JWT to OLAP routes (#386) 2023-01-16 18:50:13 +05:30
a16fc653cf feature(connector): add support for worldline connector (#374) 2023-01-16 18:23:44 +05:30
d01634891e fix: changes in olap oltp separation (#383) 2023-01-16 17:28:54 +05:30
7a8ea2becf fix(klarna): payments failing because of failed deserialization (#363) 2023-01-16 16:41:37 +05:30
4e9fc244a9 build(deps): use utoipa crate upstream URL as git dependency (#378) 2023-01-16 14:42:32 +05:30
064c83eb78 chore: implement custom serializer for payment method list (#373) 2023-01-15 16:19:47 +05:30
6e15f5a990 feat(connector): implement authorize and capture flows for Fiserv (#266) 2023-01-15 16:03:06 +05:30
0a9e2f6930 fix: Restricting operation on redacted customer (#289) 2023-01-14 23:07:25 +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
d64e5f2df3 fix(router): validate payment method data and type co-presence (#371) 2023-01-14 20:37:27 +05:30
491ed871d4 docs: update link to dashboard (#376) 2023-01-14 13:45:19 +05:30
55dba87651 feat(connector): add payment create, sync, capture, refund, void, rsync support for PayU (#351)
Co-authored-by: samraat bansal <samraat.bansal@samraat.bansal-MacBookPro>
2023-01-14 13:07:04 +05:30
89a1cd0885 chore: drop temp_card table and all associated items (#366) 2023-01-13 14:09:52 +05:30
ba5c3efc86 fix(router): better positioning for mandatory customer id conditions (#364) 2023-01-13 01:20:19 +05:30
5bb9e745d8 fix(connector): pass error message to response body instead of changing the context for required field validation (#365) 2023-01-13 00:33:43 +05:30
8c5eab8499 feat: separate olap oltp (#348) 2023-01-12 19:49:06 +05:30
6a211d6c29 fix: Fix error code being null in response (#361) 2023-01-12 18:17:19 +05:30
a77c183b13 feat(connector): add support for affirm through stripe (#355) 2023-01-12 17:30:21 +05:30
fab18346b6 fix: fix some todo's in core (#360) 2023-01-12 17:16:51 +05:30
a90dcb43f9 chore(errors): cleanup unused ApplicationError variants (#356) 2023-01-12 16:36:30 +05:30
87f0537743 fix(gpay): send merchant info field (#358) 2023-01-12 15:51:32 +05:30
0324e7d635 fix(checkout): fix payment status mapping (#343) 2023-01-11 22:17:19 +05:30
91b61baccb fix(router): ApiKeyAuth or PublishableKeyAuth (#354) 2023-01-11 21:02:46 +05:30
4fdc768081 feat(connector): add payment create, sync, capture, refund, void, rsync support for globalpay (#322) 2023-01-11 19:33:07 +05:30
1e04719ac3 fix(refunds): removed payment_id as mandatory parameter in refund update (#338) 2023-01-11 18:42:51 +05:30
c73576c41b fix(braintree): map settling status to charged (#345) 2023-01-11 18:12:23 +05:30
ecacefd298 feat(router): Added JWT authentication (#346) 2023-01-11 17:28:40 +05:30
c5cf63b775 fix(connector): adyen cancel (#339) 2023-01-11 16:43:25 +05:30
534e03b393 feat: Filter payment methods based on payment (#331) 2023-01-11 16:27:10 +05:30
b090e421e4 fix: fix refund amount in RefundNew (#349) 2023-01-11 16:13:36 +05:30