Questions tagged [payment]

The process of transferring money, normally in exchange for some product or service

The possibility of paying for services or products is an important feature in many applications. Obviously it is very important that it works properly and is also save against malicious attacks.

3380 questions
23
votes
4 answers

What is required to send messages via USSD?

I'm trying to get started with USSD. I'm familiar with other forms of SMS. Ultimately i want to use USSD as part of a real-time payment platform. Thanks.
Charles Okwuagwu
  • 10,538
  • 16
  • 87
  • 157
21
votes
3 answers

How do NFC payments work?

As far I know NFC tags are quite simple. They contain small amount of data, from several bytes to few kilobytes. NFC / RFID readers receive that data. They can also write back some data to read it later. I thought that NFC payments are more secure…
Greg Dan
  • 6,198
  • 3
  • 33
  • 53
21
votes
3 answers

Stripe throws invalid integer error

I am unable to charge the amount $49.99 in stripe. I am going through the following links but nothing workout Stripe Checkout Price error - Invalid Integer Stripe Rails: Invalid integer: 1.06 I would like to charge the amount as it is. I don't want…
Sam
  • 5,040
  • 12
  • 43
  • 95
21
votes
7 answers

Storing partial credit card numbers

Possible Duplicates: Best practices for taking and storing credit card information with PHP Storing credit card details Storing Credit Card Information I need to store credit card numbers within an e-commerce site. I don't intend on storing the…
Joel
  • 11,431
  • 17
  • 62
  • 72
21
votes
1 answer

Paypal recurring payment ipn

I have a little question about recurring payments in paypal. Example: I start a recurring payment, 20$ for each month during 1 year. Does paypal send an IPN for every month of this recurring payment? Thanks.
Gori
  • 361
  • 3
  • 14
20
votes
2 answers

Redirect User From Browser to My App after open a specific URL

I wrote an application that user after click on buy Button He/She redirect to Internet Browser (e.g: chrome) and after payment I want he come back to my App (my activity) so I found out that I should use Intent-Filter but It doesn't work for me! I…
user1794292
20
votes
1 answer

Order/Invoice/Payment database modeling

I am designing an e-commerce website that has the following scenario: A customer can purchase items and create an order. The order may have unknown fee that will be added after the customer pays the total amount of the items. That is, the customer…
322896
  • 956
  • 1
  • 9
  • 19
19
votes
3 answers

Alipay Integration

Does anybody know anything about Alipay payment service? Does alipay.com have an API (Like paypal or moneybookers)? Does anybody have documentation? I cannot find anything. Thanks in advance.
Ruslan Polutsygan
  • 4,401
  • 2
  • 26
  • 37
19
votes
3 answers

Testing subscription renewals on Stripe

I am using Stripe to test how my code would react to recurring subscription renewal payment attempts for a product we are working on (need to test success, failure ...etc.). And it seems that most answers on StackOverflow suggest creating a…
Greeso
  • 7,544
  • 9
  • 51
  • 77
19
votes
3 answers

Android integration with CCAvenue

I have an android app and want to integrate with CCAvenue payment gateway same as flipkart and others.but i don't know how can i integrate CCAvenue because there is no SDK provided. I have used paypal sdk thats so simple to integrate.but not able to…
Manoj Tarkar
  • 249
  • 1
  • 3
  • 9
19
votes
4 answers

Stripe vs Balanced

I'm assisting in development of a backend for a painting service that works with many contractors across the US. We've been using Stripe, but the business has been paying the contractors using their bank's ACH service add-on which takes 3-5 days and…
Akuta
  • 3,290
  • 2
  • 15
  • 9
18
votes
5 answers

What do I do about recurring billing?

This might be a subjective question, but I'll give it a go. There are already a number of questions on SO that revolves around subscription billing management. I am currently working on a SaaS solution that will require a fully automated billing…
phidah
  • 5,794
  • 6
  • 37
  • 58
18
votes
7 answers

Canadian website payment processor recommendations?

This question has been asked before (link) but I have slightly different requirements. First, I'm in Canada so that rules out Google Checkout and probably a few others. I just need a basic service that provides "Buy Now" functionality, no shopping…
Jon Tackabury
  • 47,710
  • 52
  • 130
  • 168
17
votes
2 answers

"Missing 'package' key attribute on element package at AndroidManifest.xml:11:5-64"

Actually I published a app in play store, in the next update I want to add UPI payments in the app. So, I am using upi_pay package. When I installing the package getting error as "Missing 'package' key attribute on element package at…
Phanindra
  • 1,110
  • 2
  • 11
  • 24
17
votes
2 answers

PHP Paypal Auth/Capture NVP Integration Troubles

Background: We implemented Paypal Authorization and Capture flow using NVP integration and php-curl. The complete process is described on the PayPal developer website :…
Marc
  • 1,350
  • 2
  • 11
  • 29