mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-30 09:38:33 +08:00
feat: add create retrieve and update api endpoints for organization resource (#5361)
This commit is contained in:
@ -89,6 +89,11 @@ Never share your secret api keys. Keep them guarded and secure.
|
||||
routes::refunds::refunds_update,
|
||||
routes::refunds::refunds_list,
|
||||
|
||||
// Routes for Organization
|
||||
routes::organization::organization_create,
|
||||
routes::organization::organization_retrieve,
|
||||
routes::organization::organization_update,
|
||||
|
||||
// Routes for merchant account
|
||||
routes::merchant_account::merchant_account_create,
|
||||
routes::merchant_account::retrieve_merchant_account,
|
||||
@ -193,6 +198,8 @@ Never share your secret api keys. Keep them guarded and secure.
|
||||
api_models::refunds::RefundResponse,
|
||||
api_models::refunds::RefundStatus,
|
||||
api_models::refunds::RefundUpdateRequest,
|
||||
api_models::organization::OrganizationRequest,
|
||||
api_models::organization::OrganizationResponse,
|
||||
api_models::admin::MerchantAccountCreate,
|
||||
api_models::admin::MerchantAccountUpdate,
|
||||
api_models::admin::MerchantAccountDeleteResponse,
|
||||
|
||||
Reference in New Issue
Block a user