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
16
votes
8 answers

The id provided does not exist razorpay in nodejs

i'm implementing razorpay payment gateway in my React.js app with backend nodejs. here frontend.jsx razorpayHandler = () =>{ const payment_amount = this.props.TotalPrice; const backend_url = 'https://25234399bb.ngrok.io'; …
zulqarnain
  • 1,536
  • 4
  • 26
  • 44
16
votes
3 answers

how to get payment information on Magento?

I have to export the orders to a file, here is my code to go through the orders: $orders = Mage::getModel('sales/order')->getCollection() ->addAttributeToSelect(array('status', 'ncm')) ->addFieldToFilter( array( …
Jonathan
  • 4,724
  • 7
  • 45
  • 65
16
votes
5 answers

Insufficient fund in stripe account

My stripe account has following balance in test mode: $958,395.72 Available balance $2,659.48 Pending balance $3,010,474.35 Total volume (HKD) This balance is in HKD. Now I have to transfer money in USD. If I try to transfer USD $4.25 then it…
Pathik Vejani
  • 4,263
  • 8
  • 57
  • 98
16
votes
2 answers

How to implement NFC payments?

I want to add NFC payment to an Android application I'm working on to allow the users to pay directly to a POS. I'm interested in supporting as much POS as possible. I was wondering if it's really possible or it depends on propietary…
angudu
  • 183
  • 1
  • 2
  • 6
16
votes
1 answer

Firebase payment gateways?

I'm currently evaluating whether Firebase will be suitable for an app I am making. The only potential sticking point I have found is taking payments - what are the options currently available?
user3500802
  • 161
  • 1
  • 1
  • 3
16
votes
9 answers

How tell the difference between a Debit Card and a Credit Card

How does one determine that the card a person is entering is a debit card, check card, or credit card? I am looking at this for web payments in the US only. This is for utility billing.
Mike Wills
  • 20,959
  • 28
  • 93
  • 149
16
votes
8 answers

Payment methods for an ASP.NET Web Application

I want to add payment methods to my site, such as MasterCard or Payoneer. I don't know where to start, can someone give me an entry point? Is there an API for this?
Armen Khachatryan
  • 831
  • 3
  • 22
  • 37
15
votes
3 answers

Processing third party payments (using PayPal) while taking a percentage

I know it's possible to sit between a payer and payee using PayPal by just storing payee's PayPal account information. Is it possible to take a percentage of the that transaction and pay it to a different PayPal account. Basically acting as a…
christo16
  • 4,843
  • 5
  • 42
  • 53
15
votes
2 answers

Stripe recurring/subscription billing best design/practices?

I'm coming off putting together my first site with stripe, but I feel like I could have designed my stripe integration much better than I had. The main issues that I came across were, how do I maintain the state of the stripe account (trialing and…
hajpoj
  • 13,299
  • 2
  • 46
  • 63
14
votes
4 answers

Accept payment on ios apps?

is this okay to implement payment system on ios apps? I would like to make an app that can browse products on my e-commerce website then let people buy products on my app. I'm asking this question because i've heard it is violating apple's policy.
Moon
  • 22,195
  • 68
  • 188
  • 269
14
votes
4 answers

How to get response after integrating UPI using hyperlink

In my iOS application, I need to accept payments from the user. I am using UPI for the same. I have followed the following document provided by UPI http://www.npci.org.in/documents/UPI-Linking-Specs-ver-1.1_draft.pdf I have created a deeplink as…
Arun
  • 1,391
  • 1
  • 10
  • 29
14
votes
4 answers

Stripe API refund after subscription cancelled

From the Stripe docs: When you cancel the subscription, the customer's card will not be charged again, but no money will be refunded either. If you'd like to issue a refund, you can do so through Stripe's dashboard or via the API. I created…
Hope4You
  • 1,927
  • 4
  • 21
  • 45
14
votes
6 answers

What is the simplest way to charge money over the Internet?

I have a .Net 2.0/3.5 WebApplication. I want to be able to take money over the internet for my service. Each of my customers will have an AccountNo. I wish to offer several products each of which will have fixed price. I need for my customer to…
Rory Becker
  • 15,551
  • 16
  • 69
  • 94
14
votes
1 answer

India Banking API to Process NEFT Payments

Is there a way to send payments from the bank account to all your customers automatically in India ? Suppose: Every customer has a unique id and all this bank details like name, account number and NEFT code are stored in his profile. Is there a way…
riffmaster
  • 141
  • 1
  • 4
14
votes
2 answers

PayPal PreApproved Payments

I am using PayPal PreApproved payments for my crowd funding website, where project backers are only charged if the project is successfully backed. I am worried that high rate of payments will fail when the PayPal API tries to collect the funds when…
oo7
  • 203
  • 2
  • 8