payment

Looking for some one who has implemented Moneris recurring payments for a website subcription

烂漫一生 提交于 2019-12-24 09:01:11
问题 My client is using moneris as our payment gateway for a new subscription based website that I am working on. I will be using the language PHP I've looked through their documentation for PHP api and am comfortable with how it works, it seems very straight forward. One thing was missing in the documentation for me though. There is mention of how to start a recurring payment, how to update a recurring payment, but no mention of how to query a recurring payment? Some payment gateways allow you to

How-to better integrate Paypal “Buy Now” button for 3rd-party sellers?

你。 提交于 2019-12-23 13:10:46
问题 I'm trying to find the best way to integrate Paypal "Buy Now" buttons in my website, but I'm quite lost with all the various Paypal integration techniques (hosted buttons, dynamic buttons, IPN, PDT, and other various APIs) I would like to integrate the better/easiest solution for my need and also a secure one... I don't really know where to go... Many thanks in advance for your help! The context : I own a website that aims to be a " marketplace " to sell digital goods. Some people (let's call

Stripe Connect Charge - Must authenticate as a connected account to be able to use customer parameter

折月煮酒 提交于 2019-12-23 12:23:03
问题 I am trying to setup Stripe Connect and need to charge the buyer by creating a customer first, then generate a token and finally charge the customer with this token. This works fine as long as the buyer and seller are not the owners of the Stripe Connect Platform. I.e. let's assume the following email corresponds to the account holder: admin@admin.com Now, we have two sellers: seller_1@sellers.com admin@admin.com And we have one buyer: buyer_1@buyers.com My code works when buyer_1 buys from

Cannot create subscription using Braintree Payment Nonce

懵懂的女人 提交于 2019-12-23 09:11:38
问题 I am using a Braintree Payment Nonce to create a recurring subscription request. The below code is what I have to create a subscription. I'm using Payment Nonce which is received from Client. But the subscription request fails with a message "Payment method nonce is invalid." Any help/pointers would be much appreciated. SubscriptionRequest request = new SubscriptionRequest() .paymentMethodNonce(customer.getPaymentNonce()) .planId(customer.getPlan().getBraintreePlanId()); Result<Subscription>

duplicate magento extensions [closed]

*爱你&永不变心* 提交于 2019-12-23 06:41:28
问题 It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center. Closed 6 years ago . how can i duplicate magento extensions and install them? I need to duplicate or rename in order to use them for my check out payment issue. the payment filter extensions enables to use payments for different

How to Implement Paypal Recurring Payment API With option for buyers to pay by credit/debit cards php? [closed]

此生再无相见时 提交于 2019-12-23 05:51:57
问题 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 3 years ago . Please, if someone has worked on it, I need help I have an enterprise application on which i need to implement this functionality. Initially I implemented Express checkout paypal API to create recurring payments but it doesn't allow users to pay without having paypal account but I

Wordpress Coding a custom action hook

隐身守侯 提交于 2019-12-23 04:26:13
问题 I am trying to develop a custom wordpress plugin to manage my membership types. To handle payments I want to have 2 custom action hooks one for payment success and one for payment failure . And if possible I want these hooks to work in all the themes. Could not come up with a proper solution. Does anybody knows where to place the templates for membership types. 回答1: You can use the following code to execute your own action hook: do_action( 'payment_success' ) Then you can 'hook onto' this

EMV CAPK Selection

梦想与她 提交于 2019-12-23 04:22:13
问题 I'm working with a mobile payment terminal and a testing tool for testing EMV transactions. Part of the setup of the terminal involves loading a number of CAP keys into the terminal for use with different types of cards. I'm curious, how does the terminal go about selecting an appropriate CAP key? Is there any information I could obtain from the APDU logs that would indicate to me which CAP key will be used? The specific problem I'm running into is I have a demo project that is processing

Do any projects exist for PHP that is similar to ActiveMerchant for Ruby?

▼魔方 西西 提交于 2019-12-22 10:38:15
问题 I'm curious if anyone is aware of something for PHP with similar, universal payment processor functionality that exists with ActiveMerchant. 回答1: If you are looking something like Active Merchant in PHP check this at github 回答2: I also know this is an oldie but you should definitely check out omnipay: https://github.com/adrianmacneil/omnipay It is by far the most thought out solution for universal payment gateways with php. Supports a ton of processors, it's unit tested, build from the

Do any projects exist for PHP that is similar to ActiveMerchant for Ruby?

空扰寡人 提交于 2019-12-22 10:36:28
问题 I'm curious if anyone is aware of something for PHP with similar, universal payment processor functionality that exists with ActiveMerchant. 回答1: If you are looking something like Active Merchant in PHP check this at github 回答2: I also know this is an oldie but you should definitely check out omnipay: https://github.com/adrianmacneil/omnipay It is by far the most thought out solution for universal payment gateways with php. Supports a ton of processors, it's unit tested, build from the