init: base for stripe V2

This commit is contained in:
Tanmay Deep Sharma
2025-11-10 14:28:18 +05:30
parent fb1aa085cf
commit c853d07f02
21 changed files with 1025 additions and 130 deletions
+8
View File
@@ -431,6 +431,14 @@ Rails.application.routes.draw do
post :subscription
get :limits
post :toggle_deletion
# V2 Billing endpoints
get :credit_grants
get :v2_pricing_plans
get :v2_topup_options
post :v2_topup
post :v2_subscribe
post :cancel_subscription
post :change_pricing_plan
end
end
end