Change Billing Plan
Billing Plan change of a project
This API allows you to change the billing plan of a project
Please note your account should have enough balance (Wallet credit) to upgrade a plan from Pay As You Go.
Change Billing Plan
POST
https://pickyassist.com/app/api/v2/pm/change-billing
This API allows you to change the billing plan of a project
Request Body
token
string
Your Master API Token for authentication
project_id
string
Project Name for you reference maximum 20 characters allowed
service
number
Specify the service for which the billing plan need to be changed 1 = Phone Automation 2 = WhatsApp Official
plan_id
number
Pass the plan id to which the billing plan needs to be updated 1= Pay As You Go 2= Phone Automation Small 3= Phone Automation Medium 4 =Phone Automation Large 5= Phone Automation Unlimited 6 = Phone Automation Yearly Unlimited 7 = Medium WhatsApp Official Account 8 = Large WhatsApp Official Account 9 = Unlimited WhatsAp Official Account
Response Variables
Variable
Type
Description
message
string
Error or detailed response Message details
project_id
numeric
Project Id
old_billing_plan
string
1= Pay As You Go
2= Phone Automation Small 3= Phone Automation Medium 4 =Phone Automation Large 5= Phone Automation Unlimited 6 = Phone Automation Yearly Unlimited
7 = Medium WhatsApp Official Account 8 = Large WhatsApp Official Account 9 = Unlimited WhatsApp Official Account
new_billing_plan
string
1= Pay As You Go
2= Phone Automation Small 3= Phone Automation Medium 4 =Phone Automation Large 5= Phone Automation Unlimited 6 = Phone Automation Yearly Unlimited
7 = Medium WhatsApp Official Account 8 = Large WhatsApp Official Account 9 = Unlimited WhatsApp Official Account
amount_debited
numeric
Amount debited towards the activation of the plan in USD, not applicable for pay as you go plan
next_billing_date
date
next billing date and time in ISO Standard format
Sample Request Body JSON
Sample Response
Last updated