How do I make google drive link change after customer paypal button purchase. So it's never the same link and no to be shared to someone who didn't pay for it?
Related
I have implemented Google Pay using Stripe plugin in my Application and it's working fine in Test mode, but when set the Live mode, So need to submit our App for review. After submission get feedback from the Google Pay support team to use Google Pay branding button. but I'm using the as Stripe plugin provided Google pay button.
I'm getting this type of mail from Google Pay support team.
So my question is Stripe plugin by provided Google pay button is not full fill all required points for Google pay button.
Please help me or suggestions on this issue.
Thank you.
You can follow https://developers.google.com/pay/api/android/guides/brand-guidelines#payment-buttons and use button provided in link because it's google pay's new policy.
Like as we use to do for apple login.
So try with the icons provided in link and you will get approval from Google Pay to submit your app for review.
I am using PayPal Standard in sandbox environment for subscriptions. But, when I try to go through the payment screens after clicking on Subscribe button, I find that the PayPal pages are not optimized for mobile screens. So, I decided to enable Mobile PayPal Payments Standard, but cannot find a way to do so in sandbox environment.
Question : How to enable Mobile PayPal Payments Standard in sandbox environment? I logged into Paypal with the seller account and tried to find some option under Profile tab but could not find anything to turn this feature on.
Below is a screen shot of how PayPal login page looks on iPhone 6, which clearly is not optimized for mobile.
Also, when I went to following URL: https://www.sandbox.paypal.com/us/webapps/mpp/paypal-payments-standard, I found that pages are mobile-optimized but actually they are not as I tested on my mobile device. So, I think PayPal is confusing readers or giving wrong information or there is something missing in their docs. You can see a screen shot below where PayPal confirms mobile-friendly pages.
Merchants that are integrated with the “Donate”, “Add to Cart”, or “Subscribe” buttons will not benefit from the mobile optimized experience at all at this time. Their customers will continue to go through the current payment experience on mobile devices.
Refer this link for more information about the Mobile PayPal payment Standard: https://developer.paypal.com/docs/classic/products/mobile-paypal-payments-standard/
I had refered the cordova plugin https://github.com/paypal/PayPal-Cordova-Plugin . But how to create test accounts for buyer and seller. I referred the link but I couldnt get proper idea.
Please help me by providing steps how to test my app.
Otherwise, How to use this plugin with help of inappbrowser?
After referring the documentation on PayPal. I got an idea on the implementation and the way to test the sample app.
Login to PayPal https://developer.paypal.com/developer/applications/
Go to Accounts tab under Sandbox.
Here click on create account and create sample business and personal account.
Then navigate to My Apps & Credentials section.Click on create app buttton. Enter the app name and give the sandbox developer account.
Once after app is created, u can find sandbox and live switch button on top left of the app page
Specify the required sandbox settings.
Follow the steps for building hybrid app with cordova paypal integration using https://github.com/paypal/PayPal-Cordova-Plugin
Specify the production and sandbox client id in the configuration.
Build and run the app.
On click of Pay using paypal with show the login page. Login with your paypal account.
The amount will be paid to the account that is specified in sandbox.
Verify the payment by checking the account details.
Go to https://developer.paypal.com/developer/accounts/ . Click on the business account created in sandbox. Check the notifications. You can find the transactions that you have made.
This is how we can test sample paypal app. This is what I have referred to test the sample app. But there is so much to dig into the topic.
Thanks
I have an iPhone app like
https://itunes.apple.com/us/app/coupons.com/id338380654?mt=8
In my app a user will upload the coupon(it will be a form in which user will fill the coupon information) through the iPhone app and for uploading the coupon he will be charged for some money.
My question is that in this app which feature I can use for payment?
In-App purchase or Paypal like gateway?
As I think it will not be a digital product so in-App purchase can not be used so i have to user Paypal or Zooz like third party for payment.
Please share your advice.
Thanks
U can use Paypal or third party only, because you will sell goods that will not used in iphone.
Explain your services in app metadata when you submit, this can help your app to be approved.
I'm currently making an iPhone app that allows users to post items for sell that other users can purchase. I would like for them to be able to pay each other through the application using PayPal, but I'm not sure if this is currently allowed under Apple's app submission policy.
Also, if it is allowed, I need to know how I would go about setting up PayPal to work within the app.
I think the easiest and safest way is to navigate to a webview with the paypal login URL
This might help you
You could generate a link for each product and if the other client wants to buy it, he gets this link from the server/db