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
1
vote
0 answers

Google Merchant Orders - 414 Error, URL too long to process

Any time there is more than 25 orders in my merchant orders list, and I have to page through to see the next 50, 75, etc, I get a 414 error 'url is too long. that's all we know.' message from Google. I looked at the URL, which is generated by…
DrBankHead1
  • 143
  • 1
  • 1
  • 11
1
vote
1 answer

Submit Authorize.net payment without the CVV

I am trying to submit a payment without the CVV number using the AIM API. I am able to submit the payment, but when the charge occurs, it says the CVV number does not match ("No Match") in the Merchant Interface even though I am not submitting a…
three3
  • 2,756
  • 14
  • 57
  • 85
1
vote
1 answer

How does a merchant know if the client has paid through the "Make a button" PayPal provides?

The scenario is like this: Your selling small single items, not very many sales. But your selling digital products. If I used a PayPal button made from their website, how does the merchant know if the client has paid for what he wanted to buy. I…
GivenPie
  • 1,451
  • 9
  • 36
  • 57
1
vote
1 answer

credit card payment process integration in iphone

Possible Duplicate: iOS - Integrating credit card payments I want to make a application in which the payment is been done one user swap the card in the external card reader(iMag,iDynamo,Square) attached with the device(iphone,ipad etc) Is there…
ios developer
  • 3,363
  • 3
  • 51
  • 111
1
vote
2 answers

To use Chargify do I need merchant account if I have paypal business account?

I'm investigating option to use chargify.com service for recurring payments. They state that i need both merchant account and payment gateway account. But then some websites says that paypal is both merchant account and payment gateway. Does it mean…
Andrej Slivko
  • 1,236
  • 2
  • 12
  • 27
1
vote
2 answers

Can Verisign/Authorize.Net split a transaction into more than account?

I wonder if its possible to have logic where for every transaction 10% goes to a different account. It does not have to be Verisign, or Authorize.Net even, but whatever it is has to be a good tool.
0
votes
1 answer

Taking Custom Paypal Payments In Code

Paypal do a buy now button with their Merchant services but you can only take a fixed amount which you have to specify when signing up with it. What I want to do in my code is avoid signing up to a full on Merchant like Commidea and calling their…
User101
  • 748
  • 2
  • 10
  • 29
0
votes
1 answer

PayPal and Rails Dilemma

So I'd like to integrate paypal into my rails app using active merchant. In this app, users are signing up for courses that other users are teaching and users need to be able to pay each other in order to take the course. My problem is that I need…
Zach
  • 1,233
  • 13
  • 19
0
votes
2 answers

How accept credit cards for point of sale in iOS

I'm upgrading my POS app for iOS. I want to provide the ability for my customer to accepts credit cards for sale THEIRS products. My app is international, mainly latin-america, so I prefer a worldwide-solution (even if is necessary to support…
mamcx
  • 15,916
  • 26
  • 101
  • 189
0
votes
1 answer

Merchant's name on the payment sheet is missing

I had submitted my SwiftUI application but it got rejected because there is no merchant name in the Apple pay sheet. I am using Apple pay in my app. Recently, when I uploaded my app to the apple developer account for review, it got rejected with the…
Taimoor Arif
  • 750
  • 3
  • 19
0
votes
1 answer

OR_BIBED_11 error in Google Pay API for Production Environment

I have added the Google Pay API integration and works fine in the Staging Environment. But when I tried to perform the transaction on Production, it gives me the below error. I tried to search the web for this error code but unable to find anything…
0
votes
1 answer

jazz cash payment gateway getting responce "[pp_ResponseCode] => FE34" ,redirecting to return url instead to payment gateway

jazz cash payment gateway getting responce "[pp_ResponseCode] => FE34" ,redirecting to return url instead to payment gateway. enter image description here enter image description here//i.stack.imgur.com/6mSsz.png
mega tech
  • 1
  • 1
0
votes
2 answers

EasyPaisa MA Transaction Error: Incomplete merchant information

I am trying to initiate an MA transaction using easy paisa api. The response error I get after executing the following code is as follows. 'RESPOSNE: '{"orderId": "XYZ123", "responseCode": "0017", "responseDesc": "Incomplete merchant information",…
0
votes
1 answer

Google Merchants Center "robots.txt on the server is unreachable"

I have about 6 month using google merchants center and google ads. and today I get this issue " robots.txt on the server is unreachable " I know this file is not required, and this not exist in my server, but i have created it, but google continue…
angel
  • 4,474
  • 12
  • 57
  • 89
0
votes
1 answer

Detect if Yes is selected on Google Customer Reviews Popup

I have Google Customer Reviews setup on my store checkout and I am trying to determine if a customer selects yes to opt-in to the reviews. I was hoping for a javascript success call, but don't see anything. Does anyone know how to do this? Here is…