Remove Business Solution Provider (BSP) from Facebook (WhatsApp) - facebook

I'm trying to connect directly to WhatsApp API.
I'm already connected using a business solution provider (twilio) but I can't find how to remove it.
I couldn't find any sign for Twilio in my business settings and when I'm trying to use my own number, I have this message.
Thanks

If you go back to Business Manager where you see all the WhatsApp Accounts > click on your WABA (WhatsApp Business Account) > Partners tab > click the delete button to remove sharing your account with the BSP.

Related

How to register test number when using WhatsApp Business API

I'm trying to send test message on WhatsApp Business API
it took a day until I was shown a test number on "from" option
now I need to register the test phone but don't know how.
the register link take me to the configuration page,
but there is no option to register
Here is my WhatsApp account:
You can't add any testing phone numbers, Facebook App by default provides one, that you can see in From dropdown,
You can add only productions phone numbers, follow the below ways,
You can find the option in your Facebook App > Getting Started under WhatsApp menu,
Second, you can add from Your Business Setting,
Read more about how to register a phone number in WhatsApp Business,
https://developers.facebook.com/docs/whatsapp/phone-numbers
I also experienced this, it seems to be a bug in facebook itself or some lock in relation verified business, I did a test by creating a new business account and also a new application for this account , I activated whatsapp business and everything worked perfectly. But when I try to do the same procedure with an already verified account, the test number requests some kind of registration and also sends a notification that the test number was not approved. Unfortunately I haven't found any solution for this yet.
notification refused number

Unable to add new users in Google Ad Manager (ex:DFP)

All, I'm unable to add a new user under the Admin > Access & Authorization tab in Google Ad Manager (ex: DFP). (Role > Partner Portal user).
I have this error: Unable to save. Check highlighted errors and try again. Problem is that nothing is highlighted, so I don't know what's wrong.
I'm inviting a third party which has a gmail address, I've also cleared my cache, login/logout. I'm using Chrome, and even tried via my mobile phone (Android/Chrome).
Thanks for your help,
If you are admin then Ad Manager should allow you to add users.Please navigate to Admin > Access & Authority > Users. You may refer to the screenshot attached below.
Now your main problem is that it's not highlighting what's the error. Google Ad Manager is very strict when it comes to permission to access the platform. When you give a general email address such as "example#gmail.com" it won't allow you to add the user. It has to be a registered company email address such as "seb#company.com". In addition, that company should be registered with Google Ad Manager to use their services.

How to enable Facebook Business API for Whatsapp Connection

I am trying to connect my WhatsApp Business Account with Facebook so that it shows my business name. As per https://www.facebook.com/business/help/2087193751603668?helpref=faq_content there shall be an option for WhatsApp Account in business.facebook.com under 'Business Settings' > Accounts. But it is not there. It also says:
If the WhatsApp accounts option is not visible, the Business API may
not be available to you yet.
So can anyone guide how to get Business API access?
https://developers.facebook.com/docs/whatsapp/faq#faq_1807206352701689:
How do I get the WhatsApp Business API?
In order to ensure a high quality experience for businesses and users, we're in a limited public preview. If you'd like to work with us, submit more information about your business for consideration as we continue to expand our availability, or reach out to your Facebook representative if you already have one.
If you have such a representative available, reach out to them; otherwise, you will simply have to wait until this becomes available to everyone.

PayPal REST API - how to obtain API credentials?

I'm currently trying to get access to the PayPal REST API with my company's Business Account, but I don't seem to be able to choose an account from the dropdown menu (I've created several different Sandbox accounts already).
Thanks in advance for any help.
On this screen, on the left side, under "Sandbox", choose Accounts. Create a new Business account and then try again.
If this does not work, I would suggest the following:
1) Try in a different browser
2) Clear cache & cookies
3) Delete existing sandbox accounts and then create a new one.
4) Nuclear option: Open a brand new PayPal account for use in the sandbox and create a new sandbox account there.

Error when inviting a user to google cloud

I am trying to add a new member on my google-cloud project but i can't make it work.
The link inside the auto-generated email from google is well linking to the page where the user can confirm/decline the invitation inside a modal.
But when this user click "confirm" an error message appear inside the modal but disappear immediately - so quickly i can't read it. As a result i can never grant access to my project to this user.
In my browser debugger here is the error i can trace (some values are forged) :
"NetworkError: 400 Bad Request - https://console.developers.google.com/m/teams/acceptinvitation?xsrf=AFE_nuNg_V8394FDKjdfkjkjwKDFXDVg%3488T6J5783&authuser=1&action=accept&pid=apps~myproject-hosting&receive_updates=false"
This user has a custom domain which is a google-apps managed domain. I specify this because its the only kind of users we cannot invite to the project.
No problem for adding users with #gmail account.
From the google-cloud documentation i can read this :
If you are using a Premier or Google Apps domain, the administrator for your domain should first create the Google account from within the Users panel of your Admin Console.
I don't understand this sentence as my user is off-course already listed in my domain.
This might be expected behavior from the App Engine. I know that once you link you application to a specific domain via Google Apps, it becomes very hard to add people from outside that domain to your application.
I know that you can create a google group, enable "out-of-domain" members to that group. Then you can add that group to your project. Then you can add his email to the group, which should give him access to the project.
Only caveat here is that, if your domain is google.com, you will not be able to use this workaround, and this may require help from support.
Well i finally did it.
Google seems to have fixed the flashing error message making it impossible to read.
Now it display something like this : "Contact your administrator to enable AppHosting admin on your account".
This is done has follow :
Login to your main google-app account on http://admin.google.com
Go to "App"
Go to "Additional Google services"
Enable "Google Developers Console" for everyone
Now my user can be invite to the google-cloud project.