recurring-billing

Allow end user to modify recurring paypal subscription amount

淺唱寂寞╮ 提交于 2019-12-04 15:02:19
I've read a few responses here regarding the modification of the recurring fee amount but still confused. We have 5 subscriptions levels per month: £10 £15 £20 £30 £50 We want to be able to let customers change their subscription package to any of the other options. It sounds like if they are changing to a package with more than 20% difference from the one they are on - we would have to make them cancel and start a new subscription. Surely there is a way to have the subscriber confirm they are happy to change the amount? thanks User can modify your paypal amount, but some restriction are there

Recurring Payments in PayPal

╄→尐↘猪︶ㄣ 提交于 2019-12-04 05:20:47
I am trying to use the Recurring payment API offered by PayPal. I have a scenario which I am not able to address directly. It goes like this. We have a website where we sell some services. Now the services are charged per user license. A user can buy/cancel user license in between. We want to offer the customer a recurring billing option. We have to notice here that the amount may vary each billing cycle based on the number of user licenses the customer uses during that cycle. Is there any way I can achieve this using PayPal recurring Payment API's. I realize this is a very old post, but it

How to set an IPN URL for PayPal Recurring Payments using ExpressCheckout?

橙三吉。 提交于 2019-12-03 11:39:48
问题 According to the PayPal documentation, it is not possible to have Instant Payment Notifications ( IPN ) for Recurring Payments when using ExpressCheckout. Here is how I come up with that conclusion: In the SetExpressCheckout documenation for NOTIFYURL they say: The notify URL applies only to DoExpressCheckoutPayment . This value is ignored when set in SetExpressCheckout or GetExpressCheckoutDetails . I don't have a one-time payment with ExpressCheckout. I am just creating a recurring profile.

paypal verifying first payment or initamt was billed in recurring payment

左心房为你撑大大i 提交于 2019-12-03 10:38:41
问题 I want my users to be able to subscribe to a recurring payment (using the express checkout api) The first payment needs to be billed immediately that the user subscribes, and I need to know that they have been successfully billed before granting them access. Is there a straight forward way to do this? I've tried, creating a recurring payment profile with an INITAMT set, however, it's not clear that the user is being billed (when using the sandbox), and there is no txn_id (or the equivalent)

Paypal recurring payment charge immediately?

 ̄綄美尐妖づ 提交于 2019-12-03 09:50:05
问题 Im using Paypal recurring payments and Im having some issues understanding when is my first charge occurring. Im using Sandbox currently so paypal does not really send me an overview of the payment that is really happening. I would like to create a monthly subscription that will charge the user each month 6.99$ and will start immediately. my basic parameters are: BILLINGPERIOD = MONTH AMT = 6.99 PROFILESTARTDATE = date('Y-m-d') . 'T' . date('H:i:s') L_PATMENTREQUEST_0_ITEMCATEGORY0 = Digital

Paypal, Recurring Billing, and ActiveMerchant

|▌冷眼眸甩不掉的悲伤 提交于 2019-12-03 01:47:08
问题 I'm trying to research how to add a subscription based pay model on an existing site of mine, but am running into a lot of conflicting information and caused me to be a bit lost. All I need is a very simple way to set up recurring billing (per month) by credit card. I just need a simple solution, but am having a hard time finding the best practices of setting it up. So far I understand that this is supported by Paypal's Website Payment Standards option. I just have a few questions regarding

Recurring billing with Rails and ActiveMerchant: Best practices, pitfalls, gotchas?

一笑奈何 提交于 2019-12-03 00:29:03
问题 We are prepping for the release of a large web application that has been in development for the past year. We are about to start the process of integrating ActiveMerchant to handle recurring subscription fees for the service. I am looking for any advice regarding best practices considering our requirements (listed below) and any additional heads-up for common pitfalls or specific issues I should be giving special consideration. The payment gateway we will be using is PaymentExpress as it's

paypal verifying first payment or initamt was billed in recurring payment

微笑、不失礼 提交于 2019-12-03 00:02:59
I want my users to be able to subscribe to a recurring payment (using the express checkout api) The first payment needs to be billed immediately that the user subscribes, and I need to know that they have been successfully billed before granting them access. Is there a straight forward way to do this? I've tried, creating a recurring payment profile with an INITAMT set, however, it's not clear that the user is being billed (when using the sandbox), and there is no txn_id (or the equivalent) being returned to suggest that billing has been done. I do get an IPN confirmation however that comes

Paypal, Recurring Billing, and ActiveMerchant

最后都变了- 提交于 2019-12-02 15:18:51
I'm trying to research how to add a subscription based pay model on an existing site of mine, but am running into a lot of conflicting information and caused me to be a bit lost. All I need is a very simple way to set up recurring billing (per month) by credit card. I just need a simple solution, but am having a hard time finding the best practices of setting it up. So far I understand that this is supported by Paypal's Website Payment Standards option. I just have a few questions regarding how I should implement it: First, does Paypal require a user to register for recurring billing with

Recurring billing with Rails and ActiveMerchant: Best practices, pitfalls, gotchas?

偶尔善良 提交于 2019-12-02 14:03:31
We are prepping for the release of a large web application that has been in development for the past year. We are about to start the process of integrating ActiveMerchant to handle recurring subscription fees for the service. I am looking for any advice regarding best practices considering our requirements (listed below) and any additional heads-up for common pitfalls or specific issues I should be giving special consideration. The payment gateway we will be using is PaymentExpress as it's one of the few supported gateways that has recurring billing and doesn't have any special conditions for