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.

2984 questions
130
votes
10 answers

Credit card expiration dates - Inclusive or exclusive?

Say you've got a credit card number with an expiration date of 05/08 - i.e. May 2008. Does that mean the card expires on the morning of the 1st of May 2008, or the night of the 31st of May 2008?
Matt Sheppard
  • 111,039
  • 46
  • 105
  • 128
100
votes
3 answers

IPN vs PDT in Paypal

I'm having some trouble choosing between PayPal's Instant Payment Notification (IPN) and Payment Data Transfer (PDT). Basically, users buy a one-off product on my site, pay on PayPal, and return to my site. I understand how IPN works but I'm now…
Tom
  • 28,567
  • 26
  • 84
  • 120
96
votes
8 answers

A worthy developer-friendly alternative to PayPal

I understand payments are a tricky thing, but I'm yet to find a worthy alternative to PayPal. I want to change from PayPal because I think they are expensive and it doesn't work in all countries. Furthermore, I think that the API is sufficient, but…
Daniel
  • 4,708
  • 4
  • 29
  • 34
93
votes
13 answers

What's the best online payment processing solution?

Should be available to non-U.S. companies, easy to setup, reliable, cheap, customizable, etc. What are your experiences?
Michiel de Mare
  • 40,513
  • 27
  • 100
  • 132
70
votes
1 answer

Magento Payment flow

I am working on implementing a new payment module for Magento and want to understand the core concept behind this logic. I know I have to extend from Mage_Payment_Model_Method_Abstract or any of its children classes, but my problem is when to use…
zokibtmkd
  • 2,163
  • 1
  • 22
  • 24
50
votes
3 answers

Stripe Payment: Getting Error as Customer cus_***** does not have a linked card with ID tok_*****

In testing mode when I create a new customer and tries for payment, i got this error. Customer cus_7Zz2BCnybIZLGw does not have a linked card with ID tok_17Kp8GAwLkQPB7OqrrM73VVI Im using card number : 4242424242424242 exp_month :12 exp_year…
Sree
  • 1,288
  • 3
  • 13
  • 32
47
votes
8 answers

API For Direct Deposit (ACH, EFT, Whatever)

I'm looking for a way to automate a transfer from one bank account to another, without the end user having to login to something like paypal or amazon payments to complete the process (by transferring their on-line balance to their bank account).…
Tim Lytle
  • 17,008
  • 9
  • 59
  • 88
44
votes
11 answers

Do I have to pay a fee to develop or deploy a .NET application?

I have heard that .NET is not free and that I have to pay Microsoft if I develop a .NET application. Is this true? If so: What do I have to pay? I'm a subscriber to the MSDN via the Academic Alliance (we download a variety of Microsoft Software…
0xFF
  • 3,980
  • 6
  • 38
  • 57
36
votes
6 answers

UPI (Unified payment interface) integration android

I am building an android application which I thought should have a best payment system that should free user from entering details. I have gone though UPI but no idea how to integrate this.
LuminiousAndroid
  • 1,497
  • 3
  • 17
  • 27
34
votes
5 answers

Stripe Payment: Save token and customer and make payment later from token

Is it possible in stripe payment, First we will validate credit card using stripe, then we generate token and create customers. we will save token instead of credit card information in database and later we will make payments from customers on…
Shahzad
  • 341
  • 1
  • 3
  • 3
33
votes
2 answers

Possible payment status values

I am working on a website to sell PDF's online, where user can get the download link by email after paying through paypal. What could be the possible paypal payment status values for the above scenario? I can only think of Complete & InComplete.…
pokrate
  • 3,524
  • 7
  • 27
  • 36
32
votes
4 answers

Recurring billing with Rails and ActiveMerchant: Best practices, pitfalls, gotchas?

We are prepping for the release of a large web application that has been in development for the past year. We are about to start the process of integrating ActiveMerchant to handle recurring subscription fees for the service. I am looking for any…
Bo Jeanes
  • 6,029
  • 4
  • 40
  • 37
30
votes
4 answers

What's the best option to process credit card payments in Django?

I need to process credit card payments on an app that provides a service outside the U.S. Given that Paypal it's not an option, I was wondering if there other services I could try. What would you recommend?
eos87
  • 7,511
  • 11
  • 44
  • 73
28
votes
7 answers

Stripe not working with error 'Uncaught (in promise) Error: We could not retrieve data from the specified Element.'

I am trying to use Stripe.js following https://stripe.com/docs/stripe-js/elements/quickstart I made html, css, javascript just same as sample of that url. But when I click 'Submit Payment' Button, it always shows console error and not…
LarAng
  • 959
  • 15
  • 23
26
votes
1 answer

how to integrate Assently api for e-signature transaction in PHP

In my wp project, I am using Assently for e-signature implementation. Though I have an account and created a pdf form file to be filled by the user I just am not able to proceed a bit. I am finding documentation not clear. Also, I am not clear about…
samjhana joshi
  • 1,835
  • 4
  • 33
  • 62
1
2 3
99 100