57 Commits

Author SHA1 Message Date
b428298030 feat(payments): add client_secret auth for payments retrieve (#1663) 2023-07-10 07:51:10 +00:00
e750a73323 fix(router): use Connector enum for connector_name field in MerchantConnectorCreate (#1637) 2023-07-07 13:01:21 +00:00
093cc6a71c feat(connector): [Payme] add Authorize, Sync, Capture, Refund, Refund Sync, Mandate & web hooks support for cards (#1594) 2023-07-07 07:10:02 +00:00
a15a77dea3 feat(connector): [Stripe] Add support for WeChat Pay and Qr code support in next action (#1555)
Co-authored-by: AkshayaFoiger <akshaya.shankar@juspay.in>
Co-authored-by: chikke srujan <121822803+srujanchikke@users.noreply.github.com>
2023-07-06 09:59:18 +00:00
ca4e242d20 feat(connector): [Stripe] implement Multibanco Bank Transfer for stripe (#1420)
Co-authored-by: Jagan <jaganelavarasan@gmail.com>
Co-authored-by: Arjun Karthik <m.arjunkarthik@gmail.com>
2023-07-06 07:52:48 +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
cf7b67286c feat(connector): [DummyConnector] add new dummy connectors (#1609) 2023-07-05 12:32:09 +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
6447b04574 feat: list payment_methods with the required fields in each method (#1310)
Co-authored-by: Sangamesh Kulkarni <59434228+Sangamesh26@users.noreply.github.com>
Co-authored-by: Prasunna Soppa <prasunna.soppa@juspay.in>
2023-07-04 13:41:55 +00:00
04c60d73cb fix(payment_methods): return an empty array when the merchant does not have any payment methods (#1601) 2023-07-04 13:18:30 +00:00
7b21777bcf ci(validate-openapi-spec): fail check if OpenAPI spec is not up-to-date (#1582)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-07-04 05:59:59 +00:00
47cd08a0b0 feat(connector): [TrustPay] Add Google Pay support (#1515)
Co-authored-by: Sanchith Hegde <sanchith.hegde@juspay.in>
2023-07-01 17:15:06 +05:30
dd4ba63cc4 feat: add merchant_name field in the response body (#1280)
Co-authored-by: Prajjwal Kumar <prajjwal.kumar@juspay.in>
Co-authored-by: Sanchith Hegde <sanchith.hegde@juspay.in>
2023-07-01 16:40:46 +05:30
2f9c28938f feat(connector): [Adyen] implement Alipay HK for Adyen (#1547) 2023-06-30 17:09:37 +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
33309daf5c feat(connector): [Adyen] Add support for Samsung Pay (#1525) 2023-06-28 09:04:49 +00:00
3a225b2118 feat(connector): [Zen] add google pay redirect flow support (#1454) 2023-06-16 09:06:21 +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
638fc42217 ci: update versions of actions (#1388) 2023-06-09 07:48:42 +00:00
d0d32544c2 docs: add ApplePayRedirectionData to OpenAPI schema (#1386) 2023-06-08 09:31:32 +00:00
d21fcc7bfc fix(config): fix docker compose local setup (#1372)
Co-authored-by: Sanchith Hegde <22217505+SanchithHegde@users.noreply.github.com>
2023-06-07 09:45:52 +00:00
6730fe32cb feat(ci): Create a new workflow to validate the generated openAPI spec file (openapi_spec.json) (#1323)
Co-authored-by: kritikmodi <kritik.modi@juspay.in>
Co-authored-by: pixincreate@work <69745008+pixincreate@users.noreply.github.com>
Co-authored-by: Narayan Bhat <narayan.bhat@juspay.in>
Co-authored-by: Sanchith Hegde <22217505+SanchithHegde@users.noreply.github.com>
2023-06-06 13:44:42 +00:00
53aa5ac92d feat(documentation): add polymorphic generate_schema macro (#1183)
Co-authored-by: pixincreate@work <69745008+pixincreate@users.noreply.github.com>
2023-05-19 11:07:54 +00:00
6188d51579 feat: multiple connector account support for the same country (#816)
Co-authored-by: Manoj Ghorela <118727120+manoj-juspay@users.noreply.github.com>
Co-authored-by: Arun Raj M <jarnura47@gmail.com>
2023-04-11 11:55:29 +00:00
e18bfb2ae1 enhance(core): replace string with enum for country (#735) 2023-03-30 16:15:38 +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
230fcdd4e1 chore(merchant_account): remove api_key field (#713) 2023-03-13 09:01:20 +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
641c4d6d02 enhance(stripe): send statement descriptor to stripe (#707) 2023-03-03 08:44:02 +00:00
ed2907e141 feat(router): serve OpenAPI docs at /docs (#698)
Co-authored-by: bernard eugine <bernard.eugine@bernard.eugine-MacBookPro>
Co-authored-by: Sanchith Hegde <sanchith.hegde@juspay.in>
2023-03-01 18:16:45 +00:00
c5fda7ac68 docs(openapi): document security schemes (#676)
Co-authored-by: Arun Raj M <jarnura47@gmail.com>
2023-03-01 06:16:50 +00:00
576f8e1f2f feat(pm_list): support for sending bank names (#678)
Co-authored-by: dracarys18 <karthikey.hegde@juspay.in>
2023-02-28 01:59:06 +05:30
ff86417eee feat: api contract change for wallet (#628) 2023-02-27 17:38:40 +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
9d6e1c0a5d docs(api_models): fix typo (#634) 2023-02-24 12:45:24 +00:00
8ee097ea21 feat: applepay payment request object (#519) 2023-02-23 09:26:30 +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
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
351087fc7f feat(stripe): add support for afterpay clearpay through stripe (#441) 2023-01-25 21:13:21 +05:30
0ec3aea61d docs: fix quick start guide and update dashboard link (#454) 2023-01-23 00:16:23 +05:30
cf88718e69 docs: request and response in refund routes (#423) 2023-01-20 12:57:50 +05:30
8113a57f84 docs: request and response for payments route (#400) 2023-01-20 01:43:08 +05:30
35ddf94766 chore: update sandbox base url (#430) 2023-01-20 00:45:33 +05:30
89c75b9c7a doc: Documentation for customer and MCA and Mechant account API (#416)
Co-authored-by: bernard-eugine <114725419+bernard-eugine@users.noreply.github.com>
2023-01-19 17:30:45 +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
72c4b06860 feat: add docs for PaymentsRequest & PaymentsResponse (#385) 2023-01-17 12:53:43 +05:30
74f6d0025e chore: fix typos and introduce ci check (#390) 2023-01-17 11:38:47 +05:30
4e9fc244a9 build(deps): use utoipa crate upstream URL as git dependency (#378) 2023-01-16 14:42:32 +05:30