paypal-subscriptions

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

PayPal Subscription Payment Failed

我只是一个虾纸丫 提交于 2019-12-02 04:44:46
问题 When a subscription payment fails, PayPal will retry for n times. What transaction type ( subscr_cancel or subscr_eot ) is sent back via IPN, after all retries fail? 回答1: The specifics depend on the PayPal product you're using, although the logic works similar(`ish) across both Website Payments Standard subscription buttons and Express Checkout Recurring Payments (via the CreateRecurringPaymentsProfile API): This depends on whether you've set MAXFAILEDPAYMENTS or not. If MAXFAILEDPAYMENTS > 0

Does PayPal Standard automatically retry to charge the client if a payment fails?

↘锁芯ラ 提交于 2019-12-02 04:37:41
I have to integrate PayPal Standard Payments in my Saas for a monthly subscription. I found a few tips in the PayPal documentation about using API but it's not my case. If after a few months a payment fails because the client has no money, does it automatically retry to charge the client in the next days or should I set a custom field? There is a variable sra when set to 1 , PaYPal will try to collect the payment two more times before canceling the subscription. More information on Recurring Payments Reattempts How PayPal Reattempts Failed Recurring Payments PayPal reattempts to collect

Implementing a free trial period with PayPal

泄露秘密 提交于 2019-12-01 05:47:51
I am trying to implement a recurring subscription service on a website using PayPal however I would like to offer a free trial period before the user is billed and the subscription is started. Is this possible using PayPal's API? I have very little experience using the PayPal API and cannot seem to find any useful documentation about implementing a free trial period, so any help would be much appreciated. Thanks. Yes, you can do this. Recurring Payments - Documentation on PayPal website Trial period: An optional subscription period before theregular payment period begins. A trial period may

PHP Paypal Class

ε祈祈猫儿з 提交于 2019-12-01 04:28:08
Could anybody recommend a up-to-date class (or payment system) for handling paypal recurring payments with PHP? Thank you! UPDATE: I ended up using the PaypalNVP class by Peter Reisinger. Unfortunately, that was a very long time ago and I can't seem to locate it online (the readme and class files had no URL - just the name). If you can find it, that's a great class and I highly recommend it. If you have the freedom to pick a gateway, pick one that provides recurring billing services and APIs to us them. I know authorize.net does. You really, really, really, don't want to store credit card

Subscription Profiles not supported by Recurring Payment APIs while updating plan price

喜你入骨 提交于 2019-12-01 04:15:36
I am using paypal api for recurring billing. i want to update plan price using paypal api. for this i am using $curl = curl_init(); curl_setopt($curl, CURLOPT_RETURNTRANSFER, true); curl_setopt($curl, CURLOPT_SSL_VERIFYPEER, false); curl_setopt($curl, CURLOPT_POST, true); curl_setopt($curl, CURLOPT_URL, 'https://api-3t.sandbox.paypal.com/nvp'); curl_setopt($curl, CURLOPT_POSTFIELDS, http_build_query(array( 'USER' => 'ddsds_da_api', 'PWD' => '123412432134', 'SIGNATURE' => 'sgdsdshds', 'METHOD' => 'UpdateRecurringPaymentsProfile', 'VERSION' => '108', 'PROFILEID' => 'I-FYYMDB55ADSH', 'NOTE' =>

PHP Paypal Class

喜夏-厌秋 提交于 2019-12-01 02:49:49
问题 Could anybody recommend a up-to-date class (or payment system) for handling paypal recurring payments with PHP? Thank you! UPDATE: I ended up using the PaypalNVP class by Peter Reisinger. Unfortunately, that was a very long time ago and I can't seem to locate it online (the readme and class files had no URL - just the name). If you can find it, that's a great class and I highly recommend it. 回答1: If you have the freedom to pick a gateway, pick one that provides recurring billing services and

Implementing a free trial period with PayPal

别说谁变了你拦得住时间么 提交于 2019-12-01 02:17:58
问题 I am trying to implement a recurring subscription service on a website using PayPal however I would like to offer a free trial period before the user is billed and the subscription is started. Is this possible using PayPal's API? I have very little experience using the PayPal API and cannot seem to find any useful documentation about implementing a free trial period, so any help would be much appreciated. Thanks. 回答1: Yes, you can do this. Recurring Payments - Documentation on PayPal website

Subscription Profiles not supported by Recurring Payment APIs while updating plan price

扶醉桌前 提交于 2019-12-01 01:39:52
问题 I am using paypal api for recurring billing. i want to update plan price using paypal api. for this i am using $curl = curl_init(); curl_setopt($curl, CURLOPT_RETURNTRANSFER, true); curl_setopt($curl, CURLOPT_SSL_VERIFYPEER, false); curl_setopt($curl, CURLOPT_POST, true); curl_setopt($curl, CURLOPT_URL, 'https://api-3t.sandbox.paypal.com/nvp'); curl_setopt($curl, CURLOPT_POSTFIELDS, http_build_query(array( 'USER' => 'ddsds_da_api', 'PWD' => '123412432134', 'SIGNATURE' => 'sgdsdshds', 'METHOD'

Change the IPN url on existing subscription

冷暖自知 提交于 2019-11-29 04:27:48
we plan to change the domain name for our service. Therefore we need to update the IPN-url for our existing customers. I have tried googling a solution on how to change the IPN-url for current subscriptions, but I haven't been able to find anything. Any help is appreciated. best regards Thomas I had exactly the same problem .... I had to move servers which meant my IPN url changed. I have spoken to 3 different paypal reps and even had a meeting with a tech support guy from there. Unfortunately, there is NO WAY to change the IPN url for existing customers/subscriptions. I have been advised that