paypal-subscriptions

Is zero amount transaction possible with paypal methods?

血红的双手。 提交于 2019-12-13 04:32:49
问题 Is it possible to do transaction with zero amount in paypal methods like express checkout or standard? I want to do auto payments in paypal express or standard methods. In which is it possible I call request and It will make auto transaction from customer paypal account like it did in Paypal recurring method. I do not want to use paypal recurring method because I am managing my own payment schedules and do not want to use its default recurring system. I am using autorize.net CIM method also.

Paypal's behavior on failed/missing payment of Subscription

十年热恋 提交于 2019-12-12 17:31:19
问题 I am working on a Website or can say a Payment Portal in which users can Subscribe some of services using Paypal Subscription, and administrator can manage all Subscriptions, I am using Paypal Subscription API for this, which documented here: https://developer.paypal.com/docs/api/subscriptions/v1/ All is going well, but confused with a thing like: Suppose there is a Subscription Profile with 12 Monthly Cycle, So it will charge customer every month, Suppose first 2 payments charged

Payment error: PayPal error: Invalid request. See details. (VALIDATION_ERROR) Paypal

守給你的承諾、 提交于 2019-12-12 10:43:17
问题 I'm working with PayPal recurring payments in my project. And I want to give one free trial for some amount of time period, and initial order total should be zero, once free trial has completed the actual amount of order will be deducted from account. For instance, user purchase one product($100 USD) and apply discount code for free trial then first order should be placed with $0 USD, once trial over, $100 USD cycle will running up. For that I'm passing "0" to setup_fee in MerchantPreferences

What is the Recommended Practice on PayPal NVP API with Stopping and Refunding Subscriptions?

最后都变了- 提交于 2019-12-12 06:37:16
问题 So I've started this little class for doing PayPal voids, refunds, and subscription cancels. My question is, what's the recommended practice? I mean, should I attempt to void the transaction, then ignore error, then refund it, and then cancel the subscription? Note in my case, the transaction was started from a click on a PayPal Subscription button, and then it got renewed once after the 6 month period ended, and then the customer wanted a refund and to stop further subscriptions. <?php class

paypal redirect on successful checkout

谁说我不能喝 提交于 2019-12-12 05:27:41
问题 I am trying to get my Paypal subscription to redirect to a custom page after a successful checkout. Before submitting to Paypal I overload the submit handler, run my own function (to store details) and return a unique id. I want to attach that id to my return URL. (as a GET or POST var so to speak) I have turned auto redirect "on" in my Paypal sandbox sellers preferences, but it only seems to re-direct to the URL that I HAVE to put in there. using the <input type="hidden" name="return" value=

Is it possible to pass the amount back to my site

。_饼干妹妹 提交于 2019-12-12 00:28:56
问题 I am new to developer.paypal.com and i am creating a subscribe button in www.sandbox.paypal.com,is it possible to pass back the amount paid for the subscription by the customer to my website or the details that have been made in www.sandbox.paypal.com?if it is, can you show me some example on how to do this. after i tried the subscription button this are the value returned i could not find some value in the link that you provided.or the subscription variable how can i show them up? I could

How to get Profile ID in paypal via API

南楼画角 提交于 2019-12-11 18:05:34
问题 I'm doing some paypal integration in my application and bumped in on cancelling a RecurringPayments. To cancel a Recurring Payment, I need a Profile ID, I do not know where to get the Profile ID, can someone guide me here. Your help would be greatly appreciated and rewarded! Thanks! :) 回答1: Use PayPal API's 'GetTransactionDetails' method to get the details related to a particular transaction. You have to pass the TransactionID as the parameter along with your request. And it will respond back

Can I create a Billing Agreement with credit card (without paypal account)

跟風遠走 提交于 2019-12-11 08:13:15
问题 As per the subject. Does my customer MUST to have paypal account and login to his paypal account in order for me to create a billing agreement, or I can use credit card as payment method for a billing agreement? I am working with REST Api Thanks 回答1: It is possible. An example of the API is here: https://github.com/paypal/PayPal-NET-SDK/blob/develop/Samples/Source/BillingAgreementWithCreditCard.aspx.cs Subscriptions (recurring payments) option for direct payments needs to be also enabled in

PayPal recurring payments: How to add initial payment.

China☆狼群 提交于 2019-12-11 02:56:50
问题 I have been using implementing a function that use can do recurring payments using PayPal with this request (copied from https://developer.paypal.com/webapps/developer/docs/api/#create-a-plan) curl -v POST https://api.sandbox.paypal.com/v1/payments/billing-plans \ -H 'Content-Type:application/json' \ -H 'Authorization: Bearer <Access-Token>' \ -d '{ "name": "T-Shirt of the Month Club Plan", "description": "Template creation.", "type": "fixed", "payment_definitions": [ { "name": "Regular

How to Set end date for paypal Recurring Payments With Direct Payment?

吃可爱长大的小学妹 提交于 2019-12-10 11:02:38
问题 I am using Recurring Payments With Direct Payment( https://cms.paypal.com/us/cgi-bin/?cmd=_render-content&content_ID=developer/e_howto_api_WPRecurringPayments#id08669F0705Z ) I set parameter as below and WORKING FINE, $firstName = urlencode('MyName');//urlencode('customer_first_name'); $lastName = urlencode('MySurname');//urlencode('customer_last_name'); $creditCardType = urlencode('VISA');//urlencode('customer_credit_card_type'); $creditCardNumber = urlencode('455743552XXXXXXXX');//urlencode