Questions tagged [payment-processing]

A process and service that automates payment transactions between the shopper and merchant. Classically refers to credit card transactions, but nowadays the term describes also internet payment methods like Paypal.

It is usually a third-party service that is actually a system of computer processes that process, verify, and accept or decline credit card transactions on behalf of the merchant through secure Internet connections.

See also: http://www.firstatlanticcommerce.com/resources/payment-processing-diagram.aspx Authorize.Net: How it Works (Diagram)

671 questions
3
votes
1 answer

CS Cart 4 Mobile Payment Interface

Hello Guys I have a problem. I cant find good documentation on how to code a payment interface if i want to pay via mobile. Heres the scenario Customer adds goods to cart Customer selects Pay via Mobile option Customer follows instructions Sends…
patrick
  • 83
  • 6
3
votes
1 answer

stripe checkout form and server validation

I´m a Stripe beginner and I integrated the (really nice) Stripe checkout form into my Ionic App. Everything is working, the fields get validated and the I get the token and data in the callback. I have more of an general question: When everything is…
3
votes
1 answer

Braintree - How to retry a soft declined transaction via API?

Is it possible to retry a soft declined transaction via Braintree API?
Haris ur Rehman
  • 2,593
  • 30
  • 41
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
1 answer

Woocommerce custom payment gateway redirect

I have a problem. I should do a custom gateway. I know the basics. I read the documentation. URL data to be transmitted (such as user name, the amount of the transaction). My question is how to redirect the user to the payment page of the bank? What…
3
votes
4 answers

How to generate token in stripe payment gateway

I want to make a payment gateway using Stripe. Here is my code. The config file and first of all i add a stripe library in confiig file. I want a token from this. How do I make or generate a token from…
ravi shah
  • 111
  • 1
  • 1
  • 4
3
votes
2 answers

How to create and submit an ACH file?

How can I create an ACH file in a Java application (although the language isn't important) and submit it to be processed? I need to know the format of the ACH file and then what to do with it afterwards. Looking at this question, I see links to…
George
  • 3,251
  • 7
  • 32
  • 39
3
votes
3 answers

How to process credit card from a RoR application ? Stripe is not available in my country

I wasn't sure where to ask this so decided to ask at SO, I have built an RoR app and want to process credit card of clients (monthly subscription), how can I do it (stripe is not available in my country) ? I meant what options I have (I can search…
3
votes
1 answer

result.credit_card_verification is returning nil even on error in braintree

I'm using braintree for payment processing and I'm trying to get Processor Response Codes from Braintree with Ruby. Here is my code : verification = result.credit_card_verification response_code = verification.try(:processor_response_code) I'm…
3
votes
1 answer

Credit Card Payments in iOS (3-D Secure?)

So I'm wondering if implementing credit card payment sin iOS is possible? This is the basic idea.. User finds a something on eCommerce app they want to buy The app then gets their CC details and send it to a 3-D Secure merchant User verifies…
Robert J. Clegg
  • 7,231
  • 9
  • 47
  • 99
3
votes
2 answers

Automatic BIN Range Update/detection service

I am currently managing a software estate that stores card bin ranges in a table for card checking. This currently means that we have to manually update the bin range table on a regular basis to ensure it can cater for new cards. I am wanting to…
3
votes
1 answer

How to cancel the payment when hash key mismatch on approved URL 2checkout

When the sale is completed,the buyer return with sale parameters back to the approved URL that we defined. on 2checkout so i have defined mine localhost/XYZ/index.php?r=order/authenticateCheckout Now according to documentation as code is given in…
AsadYarKhan
  • 678
  • 2
  • 14
  • 31
3
votes
0 answers

CCAvenue Payment Gateway Integration in Android apps?

I want to do CCAvenue Payment Gateway Integration in Android apps. I googled but I didn't find any APIs/SDK for Android. Is there any APIs/SDK available for Android/Java to do CCAvenue integration?
Nirav Dangi
  • 3,607
  • 4
  • 49
  • 60
3
votes
1 answer

Integrating Dibs Payment Gateway in Android

I am working on Dibs Payment integration but unable to achieve success. All things are working good in demo mode but when merchant id is supplied to it then before opening card details form it gives an error "Data has been tampered. Checksome is not…
3
votes
1 answer

Worldpay Test Mode - testing error response not redirecting to resultC.html

I'm currently trying to integrate WorldPay into our website (custom PHP, no open source e-commerce framework). I have got it to successfully process an 'AUTHORISED'/successful payment in Test Mode and the Payment Response URL all works, the customer…
lemon
  • 595
  • 1
  • 7
  • 21