Twilio user management api - rest

Iam integrating Twilio with my app which displays the users in twilio account, and can add users, I also need billing related information(amount , due date etc) to be fetched from it through REST API, is there any resource that can help me with my requirements.Thanks in advance.

Related

How to enable full version for Actions on Google through Subscription

I want to accept subscriptions from users who are interested in our full version for my Action-on-Google. I have implemented account-linking and my targeted users are from India.
How can we give the full version on Google Action once we receive the payment on our website? Any workaround is greatly appreciated.
Thank you
If you have account linking, you can link the user's account between your service and Google so that you can perform a lookup of the user's Google account and see if they have a subscription through your service.
Additionally there is a feature that lets people request and pay for subscriptions through the Google Assistant, but it's not available in India today.

Accessing PayPal Commerce Platform API

I've created a new sandbox app in paypal and checked all controls under settings.
I'm manually making a request to get an access token using cURL as suggested in the docs.
Then I make a POST request to /v2/customer/partner-referrals. I'm simply copy-pasting the request from the docs from here.
The response I get is:
HTTP/1.1 403 Forbidden
...
{
"name":"NOT_AUTHORIZED",
"message":"Authorization failed due to insufficient permissions.",
"debug_id":"...",
"information_link":"",
"details":[{
"issue":"MISSING_SCOPES",
"description":"User doesn't have this API in their scope"
}],
"links":[]
}
The partner onboarding page says, that I get 401 Unauthorized if the account doesn't have permissions to access the commerce API. But at the same time I can't find a way to request certain APIs to be included in the scope.
How can I authorize a request to PayPal Commerce API ?
UPD
There's an additional question which may actually be a reason for my issue. Am I required to apply and be approved for the Parter Program before I can use sandbox APIs ?
There's a flow chart on the paypal website for PayPal Commerce Platform integration. It clearly shows that develop the app while using sandbox while I wait for the app approval. How show I interpret this image then?
The fastest way to get started is to start the Engineering and
Business workflows at the same time.
When testing this on sandbox you need to have these specific scopes added to your account.
To do this you'll have to contact PayPal-support using this link:
[https://www.paypal-support.com/s/contactsupport?language=en_US.][1]
Let Support know you would like to add the Sandbox Scopes for PayPal Commerce Platform for Partners to your sandbox account and they should be able to help you out!
I hope this can help you!
Are you an approved PayPal partner? The form to request so is linked from the onboarding page in your question...

Paypal developer/business account(sandbox)

I'm working on a php project that needs to integrate Paypal API's. I've chosen REST API's. But I've a business account(sandbox). Is it possible to call REST API's using this account type?
You need to log into developer.paypal.com using any live PayPal account, via https://www.paypal.com/signin?returnUri=https%3A%2F%2Fdeveloper.paypal.com%2Fdeveloper%2Fapplications
If you don't have a live PayPal account, create one.
Once logged in, the number of REST API apps and corresponding sandbox accounts that you can manage is unlimited.

Authentification with client info

is it possible in uber delivery to use the uber user information to authenticate and bill.
I do not wish to manage the delivery but would like to offer the option for regular uber user to get a delivery using their own account and billed directly.
Yes, see the three legged oauth guide for the deliveries api: https://developer.uber.com/docs/deliveries/guides/three-legged-oauth

I can't find the paypal API?

I'm in third-party applications (like PA), now want to join up ebay, so need to paypal user authorization. Such as user already through paypal give me the authorization of the API (Add New Third Party Permissions), How to through the user's paypal account, I get the user is authorized to me?
PayPal has lots of different APIs depending on what you're after. I would take a look at this for a list of all the Classic APIs, which are what you would use when working with a client who has granted API permissions for you.
For more details about the different PayPal products which utilize the individual APIs you can view the integration guides.