Questions tagged [merchant-account]

A merchant account is a type of bank account that allows businesses to accept payments by payment cards, typically debit or credit cards.

A merchant account is a type of bank account that allows businesses to accept payments by payment cards, typically debit or credit cards. A merchant account is established under an agreement between an acceptor and a merchant acquiring bank for the settlement of payment card transactions. In some cases a payment processor, independent sales organization (ISO), or merchant service provider (MSP) is also a party to the merchant agreement. Whether a merchant enters into a merchant agreement directly with an acquiring bank or through an aggregator such as PayPal, the agreement contractually binds the merchant to obey the operating regulations established by the card associations.

Source: Wikipedia - Merchant Account

Related Tags

66 questions
21
votes
2 answers

Migrate Google Merchant account to different country

Slovakia has been added recently to list of supported Merchant countries for Google Play. I have an account in Czech Republic (CZK) paired with Merchant Account with active paid and free apps and want to change the country to Slovakia (EUR) - mostly…
Marek Halmo
  • 2,181
  • 2
  • 15
  • 18
14
votes
1 answer

Android in app billing using external payment processor

If I have web and android app that share same data and user can sync between them, but I deicide to charge for "premium" features which can include storing pictures and other stuff which take space on the servers outside android, can I charge for…
Saša Šijak
  • 8,717
  • 5
  • 47
  • 82
9
votes
0 answers

Google Play order id uniqueness

Currently, Google Play order IDs have this format: GPA.XXXX-XXXX-XXXX-XXXXX Previously, they was like: {merchant_id}.{order_id_number} - and it was pretty unique across all merchant accounts. But, now, i have doubts about uniqueness of order IDs in…
9
votes
1 answer

Android in-app Billing unexpected response

I'm trying to implement android's In app billing Dungeon project. when i try to purchase items i entered i keep getting: 06-04 10:37:33.343: E/Volley(1913): [228] BasicNetwork.performRequest: Unexpected response code 500 for…
atreo
  • 171
  • 2
  • 6
7
votes
1 answer

Verify merchant account with bank account in different country

As I noticed I did not receive further payments from Google until I dont verify myself. I am a sole traider, so I will have to send them an ID and an invoice. I share a flat in Austria and have a bank account there which I have used for receiving…
Jani Bela
  • 1,660
  • 4
  • 27
  • 50
4
votes
3 answers

Google Merchant throws warning "Unrecognized attribute"

I'm facing an issue I can not explain : When I'm uploading a feed to Google Merchant in an other language than English, the reports tells me there is many "Unrecognized attribute" that should be valid, like title, link, description, gtin, etc. In…
Cyril N.
  • 38,875
  • 36
  • 142
  • 243
4
votes
0 answers

Google Play Merchant Account developer information

So I was planning on releasing an paid app on Google Play Store as a private person and was therefore about to setup a Google Play Merchant Account. The deal with the adress put an end to it though. Will my full name and home adress be visible to…
Markus
  • 616
  • 1
  • 9
  • 24
3
votes
0 answers

How to setup a Google Wallet Mechant Account for In-App Purchaing outside the US?

I live in Barbados and I want to setup In-App purchasing but I need a Google Wallet Merchant Account, unfortunately Barbados isn't a supported country for merchant account setup, see link…
Philip Herbert
  • 4,599
  • 2
  • 37
  • 40
3
votes
2 answers

Google wallet,Merchant account and sandbox

Request the Full Wallet: FullWalletRequest fullWalletRequest = FullWalletRequest.newBuilder() .setGoogleTransactionId(googleTransactionId) .setCart(Cart.newBuilder() .setCurrencyCode(Constants.CURRENCY_CODE_USD) …
3
votes
1 answer

doubts regarding Google Merchant account required to publish games having in app purchase

this is my first question here. so the thing is I have developed an android game having In App Purchase feature I have used my friend's debit card to pay $25 to get a developer account on google play. My doubts are How do I get money of In App…
3
votes
1 answer

Paypal Merchant account for multiple websites

My client having single paypal merchant account. IPN Notify Url sets to one website. But we are using same account for two websites. The problem is after payment process completed, paypal redirects to IPN Notify Url. But, I want to redirect to My…
Kishore
  • 352
  • 1
  • 3
  • 19
3
votes
1 answer

how to automate Googleplay monthly payout reports?

Regarding accessing googleplay payout reports api, to download monthly payout reports, google provide api https://developers.google.com/checkout/developer/Google_Checkout_XML_API_Order_Report_API But this api requires Merchant key. But in our…
2
votes
1 answer

Details to setup Merchant account

I need to open an account in android market and also need to setup merchant account so can any one please tell me the details need to setup Merchant account. As i know the procedure to setup account for free applications.
Goofy
  • 6,098
  • 17
  • 90
  • 156
2
votes
1 answer

Merchant ID for paypal personal account

I am using paypal personal sandbox account and I need to get PAYPAL_ID as a recepeint type. In my business account, I used Merchant ID as PAYPAL_ID and it worked for transactions but in personal account, I am unable to see Merchant ID in my account…
Asma Imtiaz
  • 467
  • 1
  • 6
  • 12
2
votes
1 answer

Secure http call in Microsoft Access in 2017 ... is there such a thing

I am coming from a background in Web Development. Have had some classes in MS access about 3 years ago. Currently I am working on a project primarily built using Access. Eventually the program will be expanded to interface with the same database…
Carlos Lopez
  • 74
  • 1
  • 3
1
2 3 4 5