How to create Seller and secret identifier for Google Wallet? - android-pay

I am trying to create a new seller account so that I can get my seller identifier and secret identifier
In the google tutorial , there is a link to "Sign up for Wallet for digital goods (sandbox)".
https://sandbox.google.com/checkout/inapp/merchant/signup.html?pli=1
However following this link you can only subscribe as a buyer , entering a test credit card .
How can I get my seller and secret identifier?

In the Wallet for digital goods APi documentation see the "Getting Started -> Get set up as a seller" section
https://developers.google.com/commerce/wallet/digital/docs/tutorial#6

Related

How to get product advertising data via SP-API or PA-API?

I have an Amazon seller account and have been selling on Amazon for a while.
Because I need to get the information of products, orders, inventory, ads, etc. more easily, I registered my account on AWS and got OAuth2 credentials and refresh token in seller center, then I can get the information of orders, inventory, payments, etc. through SP-API, but I can't find any way to get the ad data of each SKU or ASIN through SP-API.
By searching, I learned about PA-API, then I logged in with my Amazon seller information at https://affiliate-program.amazon.com and got the Associate ID, then I went to Tools->Product Advertising API->Request access to PA API, and then I see these messages
To request for access to PA API you must:
❌ Have completed 3 qualifying sales in 180 days.
❌ Have an approved associate account.
❌ Comply with the associates program Operating Agreement.
As I mentioned at the beginning, I have an Amazon seller account and have been selling on Amazon for a while. Why does it tell me this information? What about these 3 sentences mean?
Do I need PA-API to get the ads data of my products on Amazon?
I also try to use this API with Access Key and Secret Key of AWS account and Associate ID, but I got this error in return.
"The Access Key Id xxxxx is not enabled for accessing Product Advertising API. Please sign up for Product Advertising API at https://affiliate-program.amazon.com/assoc_credentials/home."
The Product Advertising API is for affiliates, you need a different set of credentials for the Amazon ADs API: https://advertising.amazon.com/API/docs/en-us/info/api-overview
All your other questions are moot since you're looking at a different API, I know they're named confusingly.

Is that possible to pay someone using their registered Email ID on STRIPE

i m building a online selling store like ebay and I want to pay sellers by using their registered STRIPE email ID (foobar#example.com) (like paypal do so) without connecting him/her in my stripe platform .
Remember I want pay seller using his stripe Email Id not stripe account Id which looks like acct_123dsfg****
if you know how to do that please let me Know :) Thanks
Using stripe gateway you can pay your seller's by following 2 methods only:
1) Seller can configure their stripe account from store dashboard (by adding their publishable key and secret key) and site admin transfer the appropriate amount into seller account.
2) Using stripe connect ( https://stripe.com/docs/connect ).
I think currently stripe do not provide any such functionality that you can pay your seller's using their stripe email id only.

Cannot find merchant name & OAuthClient ID

I'm new in using Google Wallet. I have created Google Wallet account because I want to integrate it to my website. I'm registered as a merchant and I have already downloaded PHP quick sample.
In that sample I need to change config.php. Information which are needed:
- Merchant ID
- Merchant Name
- Client ID
- OAuthClient ID
I was unable to find merchant name and OAuthClient ID. I know how this is probably stupid question but trust me I spent more than three hours searching for those information.
It seems how registration and configuring PHP Quick Sample is more difficult than the whole process of integration.
Every kind of help is welcome.
Thanks in advance
For getting merchant ID and Name first you have to register with google for business here is the link to register after that google will provide you the first two log-in credential, that is ' - Merchant ID
- Merchant Name'
Second two credentials
' - Client ID
- OAuthClient ID'
can be generated from google cloud console here is the link

Not able to create merchant sandbox account for google wallet api for digital goods

I am trying to integrate my django web app with google wallet api for digital goods to handle payments. I am using this tutorial: https://developers.google.com/wallet/digital/docs/tutorial
For creating sandbox merchant account for seller, I click on https://sandbox.google.com/checkout/inapp/merchant/signup.html.
After filling the form and click on submit button I am getting the error message:
There was an error completing sign-up. Learn more
I am not able to generate merchant ID or key.

Creating my Stripe account as a customer for other Stripe users

During Stripe OAuth, I'm trying to create myself as a customer for my users such that I can pay them with my own credit card.
I've gotten 2 error messages when using Stripe's CreateCustomer API call:
When manually entering my card info as a "dictionary" (in PHP, i.e., array).
OAuth based requests must use card tokens from Stripe.js, but card details were directly provided.
When generating a card token first and feeding that instead into CreateCustomer()
Your card was declined.
Is creating myself as a customer for other Stripe users not possible?

Resources