Sandbox Amazon Payments - Access Key Id - amazon

I want to integrate amazon payments in my site. Where can i get the access key, signature, amazon Account id for sandbox account to implementing amazon payments?
Please advise me.

All of these can be found in Seller Central.
Make sure Amazon Payments Advanced (Sandbox or Production) is selected in the drop-down at the top of the page!
MWS Access Key:
Click Integration > MWS Access Keys: This will show you the access key and secret keys.
Seller ID:
Click Settings in the upper right > "Integration Settings: This will have your Merchant ID which is your Seller ID.
If you do not see Amazon Payments Advanced in the drop-down you need to sign up for an account. You can do that here.

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.

Make payment to different bank accounts through razorpay payment gateway integration in node.js

Suppose I am a middle man like amazon e-commerce.
I have bank details of many retailers.
But I want my customers to pay directly to retailers.(Not paying to me in between)
How can I achieve this?
I have already checked razorpay routes. But there is no api to add bank accounts in razorpay.
You have to Add Bank Accounts information of each retailer using Razorpay Dashboard.
Under Route Menu option -> Accounts -> Add Accounts.
Note: Every account added here must be activated with KYC.
Once you add accounts, you will get unique 'Account_ID' for every account you have added. You can use them to transfer/split/route payments.
Refer image given

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.

Spotify style account management with a subscription based website

We're planning a web service based on recurring monthly payments.
The site would have similar user accounts as Netflix or Spotify. The site would have an account section were the user can manage the billing and other details.
I've looked into different payment gateway provides, but I'm still wondering how to implement the user account as a part of the main site and how to combine that to the billing system.
First some information:
The site would first have just one monthly plan xx$/month
Credit cards need to be accepted
We're based in EU
We don't want to use PayPal
The user account section would contain:
User profile (name, email, etc.)
Website options (features on / off)
Subscription & billing management (edit credit card, current period, cancel, etc)
Questions:
How to combine the basic user accounts on my site with the billing system provider?
What information should I store in my own database?
Should I use a 3rd party user account management software on top of a payment gateway provider?
If so, which one would work similar to Spotify's account management?
How to setup the first sign up flow where user enters CC information?
Thank you for the ideas!
This is relatively easy to do using Laravel (a php framework) and a package called cashier. This package uses a payment service called Stripe which allows you to create recurring payments. There is even a tutorial on how to do it on Laracast.

Anyone know how to get the merchant key for google wallet?

Anyone know how to get the merchant key for goole wallet?
Support indicates I should have an integration menu in settings but the menu is not showing up
http://support.google.com/checkout/sell/bin/answer.py?hl=en&answer=42963
Thanks
David.
AFAIK, merchant key is only relevant to "legacy" Google Checkout - re: your account must be for Google Wallet for Web sites (products/services sold at your web site).
The merchant key referenced in the support link you have, is used (only for) that specific API.
The Google Wallet integration settings page is at https://checkout.google.com/inapp/merchant/settings.html .
For some reason, this page is not accessible from anywhere within the Google Wallet merchant interface.

Resources