payment

Stripe Custom Checkout with dynamically amount

安稳与你 提交于 2019-12-08 03:26:28
问题 I need to implement a stripe solution for a registration system. In this registration, users pay a single time payment and have the choice to make a donation. My problem is how to show dynamically the total amount (Registration + donation)with checkout.js ? The payment works perfectly on Stripe Dashboard. Donation + Registration fee are added together. My problem is to dynamically put the amount on the checkout window. On this window, just appear "Pay", I want if it's possible to have Pay

Android Market subscription payment model. How to?

此生再无相见时 提交于 2019-12-08 02:32:14
问题 I would like to have two apps. One to do the real job and another one to carry the payment on a monthly basis (licensing app). Users must download the licensing app each month from Market. But, should they have to uninstall the last month's app before that? Can an app auto destroy itself (uninstall itself)? 回答1: Check out the new in-app billing functionality, you may be able to use it to bill time/subscription renewals. 回答2: You have three options. Option 1 - Your solution, where the user

Android In-app purchases

六眼飞鱼酱① 提交于 2019-12-07 20:38:06
问题 I'm trying to develop a parking application in which the user can pay for the parked time. I went through this document on In-app products and confused how to do the payment. Right now we have planned to do the payments via a third party gateway called "creditcall". Will google play allow this? 回答1: No you cannot use 3rd-party gateways, you must use Google's ip-app purchase system. They recently updated their terms of use. Developers offering additional content, services or functionality

Stripe payment Android

本小妞迷上赌 提交于 2019-12-07 19:51:16
问题 I want to create payment using Stripe Api i created every thing in android and now i can get the token but he said send it to your server the problem that i can't find the server code or web service that will take my token and go pay with it any help please https://stripe.com/docs/mobile/android Card card = new Card("4242424242424242", 12, 2017, "123"); Stripe stripe = new Stripe("pk_test_6pRNASCoBOKtIshFeQd4XMUh"); stripe.createToken( card, new TokenCallback() { public void onSuccess(Token

Developing Mobile P2P Payment Apps

∥☆過路亽.° 提交于 2019-12-07 18:55:06
问题 Main Question: If I were to start developing a mobile peer-to-peer payment app (Namely on iOS and Android), where would I start? i.e. What APIs would I use to create transactions that can occur between to peers, using debit and/or credit cards? What are the recommended languages for a backend? My take: From the research I have done, it would seem that companies like Square Cash etc. made use of the MasterCard and VISA APIs. This is possible something I would have to use. I would also make use

How can I skip the PayPal payment confirmation page altogether?

ⅰ亾dé卋堺 提交于 2019-12-07 18:26:29
问题 My clients website is using the PayPal UK Website Payments Pro Hosted Solution. When a customer is directed to PayPal to make their payment they are given two options, "Pay with my PayPal account" OR "Pay with my debit or credit card". If the customer chooses to use their paypal account they log in and make their payments and are taken to a Paypal payment confirmation page that states "Thanks for your order. You are now going back to ..." this page hovers for about 5-10 seconds and then

Recurring payments with arbitrary amounts and at arbitrary times?

萝らか妹 提交于 2019-12-07 12:19:25
问题 We'd like to find a payment provider that lets us do something similar to Hailo, ie: Users sign up and give us their credit card details/authorise us to charge their account. They only need to do this once . In Hailo's case, users might take a cab journey at any time and be billed any amount (within reason). In our case, users might need a job done at any time, again with an invoice for an arbitrary amount. So ideally we'd be able to charge users accounts at any time, for any amount, without

Easy start with BlueSnap hosted payment fields;

≡放荡痞女 提交于 2019-12-07 06:49:31
问题 Hi – I'm looking for a simple script I can Copy&Paste into my website so I can start selling with BlueSnap's HPF fields. The form should include the most basic elements needed to get the token back and charge the shopper, I'm not looking for any design, just functionality. I have the basics - but I need to see how this would look like if it was done: <form id="checkoutForm"> <div> <label>Full Name:</label> <input type="text" id="fullName"> </div> <div> <label>Card Number:</label> <input type=

Using Stripe webhooks with Rails

流过昼夜 提交于 2019-12-07 03:19:28
问题 I have successfully built out a rails app as per Ryan Bates' railscast (http://railscasts.com/episodes/288-billing-with-stripe) - However, in the railscast he doesn't cover webhooks. I was wondering if there are any good examples in the public domain of implementing and using webhooks to manage a subscription billing that has been created. Any thoughts / direction would be super helpful? Thanks! 回答1: There's a nice gem for this: https://github.com/integrallis/stripe_event. It looks to be well

Paypal error: user is not allowed to perform this action

血红的双手。 提交于 2019-12-07 02:01:14
问题 I am trying to implement chained adaptive payment with the Paypal SOAP API. In my sandbox it works fine. Now I moved the code to the live API. When I make a payment with a primary receiver it return this error: user is not allowed to perform this action I have the application id and approval for my account. How can I solve this error? 回答1: We are having this issue too, currently our app is only conditionally approved. The top answer to this question on x.com seems to suggest that some