How to enable full version for Actions on Google through Subscription - actions-on-google

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.

Related

PayPal API for funding business account

All the users on my site have a personal account. I would like to add paypal as a payment method to fund a user account. Upon a fund the user account will be credited so he will be able to pay for the services I provide. Is it possible?
Yes, this is possible you can write a script that after the users payment several lines of code get executed that activates your service and credits your account.
The easiest way of doing this is by using a payment provider that sits between paypal and your site. They can deliver you directly the scripts and API you need.
Ofcourse you can also make them yourself. Not sure if the PayPal API already includes this functionality.
I hope that this is of any help
Paypal provides an API to integrate and customize its payment platform to your website.
For starters this limk will give you a breakdown on what you can do with the api.
https://developer.paypal.com/docs/classic/api/gs_PayPalAPIs/
try this link if you are keen on developing that part of your site.
https://developer.paypal.com/docs/api/

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.

PayPay Developer account access and production

I am having another developer do the PayPal integration for an app. I want to allow them to do this without giving them access to the real bank account information or anything about the PayPal account which would allow them to have access during production. They requested that I make a PayPal Developer Account and provide the Client ID, Client Secret Key., and Merchant Name.
Do I create a PayPal developer account and give the developer full access to it by giving them the login? Then when the app goes into production how does it use the live PayPal business account without the developer being involved?
Can someone explain the correct process in having a developer do the PayPal integration for development and testing but not have any access to accounts during production?
I've read the PayPal documentation and similar stackoverflow posts but can't find the answer I'm looking for.
You can check the sample app by downloading it from here. It includes both the things sandbox enviornment & real account. You can take reference from this sample app.

Publishing via someone else's account

I have a client who I made an app for, is it possible for me to publish via my developer account, but have the revenue from the app go to them? The client does not have a developer account, does he need one to have full control of the App on Appstore?
The main issue would be the payment, statistics and such.
No it is not possible to publish on your account but have the info, stats, and payments go to your client. If he wants to directly get the payments and info he would need his own account.
You can publish on your Dev account and then transfer the payments to him manually. Also there are several services which you could use to give him access to statistics (appfigures.com, appannie.com etc).

PayPal: Alternative to PayPal's Developer Account

I was using Paypal Sandbox for testing transactions last year using my PayPal developer account.
I just checked last week that I cannot access my old account, so I decided to sign up for a new account. However, you need now to sign up for a business account. Business account is only available to U.S. businesses (I came from outside the US).
I was hoping if you can suggest an alternative and free developer account (similar to PayPal), but with a different payment gateway.
Thank you.
How about stripe ?
Stripe
Uses a JavaScript based API to complete transactions.
Simpler to integrate with multiple platforms.
You don't need a US Business account to use developer.paypal.com.
Simply sign up via https://www.paypal.com/ for a live PayPal account, either Premier or Business, and you'll be able to log in to developer.paypal.com with it.
Note however that the new REST API is currently available for live US Business accounts only, but this won't affect the availability of other Sandbox products or functionality.
I'll look into why the messaging states that you do, because that's not correct. Thanks for pointing this out!