payment

Dynamic Payments with Stripe

ε祈祈猫儿з 提交于 2019-12-05 17:44:35
I"m struggling with Stripe. I'm using PHP and I'm trying to set up a simple store, with no CMS. Wondering how I can pass the amount into charge.php so I can charge different amounts for different products. Here's my code: $charge = Stripe_Charge::create(array( 'customer' => $customer->id, 'amount' => 1900;, 'currency' => 'gbp' )); Here's the code from index.php - I would like to charge the customer whatever is in "data-amount" on the form below. Not quite sure how to do so. <form action="inc/charge.php" method="POST"> <script src="https://checkout.stripe.com/checkout.js" class="stripe-button"

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

别说谁变了你拦得住时间么 提交于 2019-12-05 13:39:07
问题 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 add these codes in manifest: <intent-filter> <action android:name="android.intent.action.VIEW" /> <category android:name="android.intent.category.DEFAULT" /> <category android:name="android.intent.category.BROWSABLE" /> <data android:host="returnApp

Easy start with BlueSnap hosted payment fields;

廉价感情. 提交于 2019-12-05 10:39:04
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="text" id="cardNumber" data-bluesnap="ccn"> </div> <div> <label>Security Code:</label> <input type=

Alipay Transfer Payment Gateway 支付宝转账 (OpenCart 2.

我是研究僧i 提交于 2019-12-05 09:43:05
If you are not in China and want to collect money in China Mainland, Alipay will charge you commission via other alipay payment methods. Maybe you want to avoid commission, and this extension is one of the best choices for you. You can click opencartchina's extensions download other Alipay Payment Gateways such as: Alipay Direct Payment Gateway, Alipay Mobile Webpage Payment Gateway and Alipay ESCOW (Guarantee) Payment Gateway etc 如果您身居中国大陆之外,又想开展中国大陆的电商业务,则您可以使用此支付宝转账支付手段,以此避免与支付宝签订其它协议时的苛刻条件以及相关佣金。 支付宝转账接口,类似于银行转账功能。 你可以点击 opencartchina's extensions 来下载其它支付宝交易接口,如:支付宝即时到账接口,支付宝担保交易接口

Using Stripe webhooks with Rails

℡╲_俬逩灬. 提交于 2019-12-05 07:36:09
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! barancw There's a nice gem for this: https://github.com/integrallis/stripe_event . It looks to be well written and maintained. In your gemfile you can simply add the line - gem 'stripe_event' There's

Paypal error: user is not allowed to perform this action

亡梦爱人 提交于 2019-12-05 07:08:21
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? 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 operations using the adaptive payments API, including chained payments (which we are having the issue with) won't

How to implement CCAvenue payment gateway option [closed]

寵の児 提交于 2019-12-05 03:10:26
问题 Closed . This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this post. Closed 5 years ago . We need to implement CCAvenue payment gateway option. How can I do this using ASP.net/C#? 回答1: Please check the Integration Manual in ccavenue offical site.I hope it will help you http://world.ccavenue.com/content/works_any_shoppingcart.jsp 回答2: I have got it resolved. Yes

Android payment processing through paypal/credit card

时光毁灭记忆、已成空白 提交于 2019-12-05 01:02:08
问题 hi guys i need an idea about how to process the payment by paypal/ credit card from the android app. Right now i have been converting an online website into an android app. And the final process is processing paypal/credit card payment. I dont know how to go about this. Looking for the response. Thanks in Advance... 回答1: If you want to continue with Paypal then this link will help you read (1,2,3 article) & download pay[pal API from it https://www.x.com/docs/DOC-2991 This api also have source

Iframe payone redirect parent

拜拜、爱过 提交于 2019-12-04 21:01:16
I have one payment form. When I submit that form it will redirect to PAYONE for payment information when I successfully submitted. That page redirect to success link of my site for further details. Now my question start: I open my payment gateway (PAYONE) page into an iframe in same window. But when I successfully submitted information and click to submit. Then it will redirect in the iframe . How can I redirect to success link which I provided in post data? I know this Q&A is older than dirt, but thought I'd clarify for anyone else looking for this information. Since the redirect is going to

Magento Payment Info Block

落花浮王杯 提交于 2019-12-04 20:27:55
I have created new payment method (gateway). In this gateway I sending information to bank for credit payment and I use some additional payment options like Name/Person Age/Person Profit/Credit Term/... By this fields I calculate Credit Term and send all of this data to bank. I would like to show this information in Payment Method info block (right sidebar in default theme), but I would not like to save this fields to database (so in admin area later I will have information like it was standart Check/Money Order payment and just payment method name would be another) I can't show this fields in