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

Paypal Payment Standard default enter card details

I'm sure this topic was here already but I just got off the phone with Paypal trying to find out if there is a setting on their accounts that would enable customers to see the "enter card details area" and not automatically (default set) direct you…
1
vote
1 answer

Facebook payment subscription - client callback

I have added some credit test users to my app and try to make payment subscritpions. At the beginnings everything worked fine, but lately I'm getting some issues related to this. Further speaking, I'm getting the message: Sorry, there was a problem…
user743489
1
vote
1 answer

android in app payment sdk

I want to add in app purchases to my Android app. I know I can use Google In-App Billing API, but I want to know if there are other libraries I could use that provide a more complete solution so I don't have to write as much code. I know there is…
amit
  • 1,373
  • 2
  • 16
  • 29
1
vote
0 answers

Payment callback returns error: The application return value was invalid after json_decoding the return value

I'm trying to set up a purchase with credits on my facebook app. The FB.ui() function works fine, the Payments Callback URL and the Company info is already set. My php script for the payments callback is just as the facebook developers example. But…
CFonseca
  • 26
  • 2
1
vote
0 answers

Payment security on Android App

I am developing an application which helps user can browse and buy books. The client can be Android ,iOS, Mac. The server is Asp.net Web APIs. I know there are many service for payment. One of these is Authorize.net and I think I will use it. When…
Nguyen Minh Binh
  • 23,891
  • 30
  • 115
  • 165
1
vote
1 answer

payments_detail empty in payments reports

When requesting the detail payment report via https://paymentreports.facebook.com ( https://developers.facebook.com/docs/payments/developer_reports_api/ ) I always have an empty…
Martijn Smidt
  • 1,604
  • 1
  • 10
  • 10
1
vote
4 answers

Cybersource simple order api sample application gives "The type initializer for 'CyberSource.WSSecurity.Signature' threw an exception."

I was running the simple order api sample application using SOAP which we can download from Cybersource official website. I changed the merchantid and securitykey path as per documentation . But wheneve I run the application im getting error "The…
Mridul Raj
  • 1,001
  • 4
  • 19
  • 46
1
vote
2 answers

Fatal error: Call to a member function toOptionArray() on a non-object in Form.php

i get this error for my payment interface when config payment methods 'USD', 'label'=>Mage::helper('adminhtml')->__('USD')), array('value' => 'EUR', 'label'=>Mage::helper('adminhtml')->__('EUR')), ); } } ?> Fatal error: Call to a member function…
1
vote
1 answer

I cannot re-purchase in app purchase - consumables

I am doing a system "in app purchase - consumables" . At the first time, I can purchase normally but when I tried to buy in the next time, it did not work. So I changed a test user, it could purchase only the first time as well. It showed “SK…
1
vote
0 answers

Selling on Chrome Web Store with Google Wallet

I tried publishing Google App Script on Chrome Web Store and sell but it seems that generating JWT (JSON Web Token) is currently available in server side languages like Ruby, PHP, Java and Python. Anyone successfully built something using GAS and…
Andy Leung
  • 65
  • 1
  • 5
1
vote
1 answer

NFC Mobile Payment Explanation

I know what NFC is and have done quite studies concerning NFC Mobile Payment ( that is bringing the phone close to the reader to make payment like Google wallet). My problem now is what happens between the reader and the Credit card companies or the…
Eddy Freeman
  • 3,207
  • 6
  • 35
  • 55
1
vote
1 answer

Error viewing order info on facebook payment

This is extremely frustrating and facebook certainly doesn't provide any GOOD example documentation so I am hoping someone can help me. I am trying to SIMPLY make a call to the facebook graph api to pull the details of a facebook payment order #. …
Cenapps
  • 35
  • 3
1
vote
1 answer

Is there any Person to Person payment service I can integrate into my marketplace, whereby I can also take a percentage for myself?

I think PayPal does something like this with Adaptive Payments. Is there anything else? I have a freelance marketplace and I'd like to allow the employer to send payments to all his workers in one swoop. I'd also like to receive a percentage.
1
vote
3 answers

Paypal IPN - How does it work?

I need a brief explanation on how Paypal IPN works. Not anything in details just the basic stuff. How should I set my HTML variables and how should I get the data to verify the payment from Paypal? This is all I need to know and I can't find a quick…
aborted
  • 4,481
  • 14
  • 69
  • 132
1
vote
2 answers

Paying users commission via paypal, and updating website database

I have a website where users pay for a service provided by other users, and in the end of the week we pay the users the value of the sale of their service minus our commission. Currently when we want to pay our users, we do manual payments, logging…
Bill
  • 506
  • 1
  • 7
  • 15
1 2 3
99
100