feat(router): add admin list apis for v2 (#5883)

This commit is contained in:
Sai Harsha Vardhan
2024-09-17 13:38:46 +05:30
committed by GitHub
parent fbd2cda763
commit bc6c460ca9
20 changed files with 474 additions and 34 deletions

View File

@ -73,6 +73,7 @@ Never share your secret api keys. Keep them guarded and secure.
routes::organization::organization_create,
routes::organization::organization_retrieve,
routes::organization::organization_update,
routes::organization::merchant_account_list,
// Routes for merchant connector account
routes::merchant_connector_account::connector_create,
@ -84,11 +85,13 @@ Never share your secret api keys. Keep them guarded and secure.
routes::merchant_account::merchant_account_create,
routes::merchant_account::merchant_account_retrieve,
routes::merchant_account::merchant_account_update,
routes::merchant_account::business_profiles_list,
// Routes for business profile
routes::business_profile::business_profile_create,
routes::business_profile::business_profile_retrieve,
routes::business_profile::business_profile_update,
routes::business_profile::connector_list,
// Routes for routing under business profile
routes::business_profile::routing_link_config,