recurring-billing

Refund transaction of Paypal recurring billing

岁酱吖の 提交于 2019-12-11 11:58:37
问题 I am trying to create a refund for a transaction that happened over a recurring billing agreement using AJAX but I keep getting errors like 404, 501, and 500 errors. All my other API calls to Paypal's sandbox come back successfully. I am getting the transaction ID from a get request that returns an array of transactions ( /v1/payments/billing-agreements/<Agreement-Id>/transactions?start_date=yyyy-mm-dd&end_date=yyyy-mm-dd ). Do any of you know if this is an issue with my API call or if Paypal

paypal parameater to create recurring profile is giving error can one please help me out

我的梦境 提交于 2019-12-11 09:44:24
问题 I am using curl to get token_id to create paypal recurring profile normally it worked several time but it giving an error with this params Array ( [user] => shamim_api1.xxxxxxxx.com [pwd] => UK8XH8T5H6RSQELU [signature] => AFcWxV21C7fd0v3bYYYRCpSSRl31AQIeUAbp6QyKOeJ.4B1pPA-HfVSD [AMT] => 1.00 [CURRENCYCODE] => USD [PAYMENTACTION] => Sale [returnUrl] => http://xxx.xxdemo.com/xxup/php/payment/process_recuring [cancelUrl] => http://xxx.xxdemo.com/xxup/php/payment/cancelled [notifyURL] => http:/

Getting status on canceled/expired credit cards for recurring billing with authorize.net

余生长醉 提交于 2019-12-11 09:33:49
问题 We're setting up a system that will use the XML API for Automated Recurring Billing with Authorize.net. It looks simple enough to set up a recurring billing. But we have two features that do not seem obvious * providing customers with details on individual payments * providing notification to customers of expired/canceled cards Anyone familiar with a mechanism to retrieve this info in automated form? We're considering * just listing out assumed payments based on our own calculations the start

Paypal direct Recurring Payments using credit/debit card not working on live. DPRP disabled for this merchant.

為{幸葍}努か 提交于 2019-12-11 01:56:14
问题 I am using the Paypal API Payments Pro to set up recurring payments on my website using credit/debit card, everything worked perfect on Sandbox but on live it gives me error DPRP is disabled for this merchant. I have called Paypal several times and all they do is confuse me and they never let me talk to their technical team. i have alreday purchased the additional recurring billing service with Paypal Payment Pro. This is what i get as response from Paypal. {"TIMESTAMP":"2013%2d08%2d27T17

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

PayPal CreateRecurringPaymentsProfile Billing frequency

末鹿安然 提交于 2019-12-09 05:50:49
问题 I have manage to get my site to work with paypal billing CreateRecurringPaymentsProfile however I am confused regarding the fields of BILLINGPERIOD & BILLINGFREQUENCY If I set first to Monthly and second to 12 hoping it would charge my customers each month I get this is email: "Billing cycle:Every 12 Months" Is this correct? What if I want it to charge daily? I tried doing 'Day' and '365' and it said billing cycle 365 days which sounds to me like after every year. I couldn't find anything

PayPal Using Payflow to create Recurring Payment with PayPal account

*爱你&永不变心* 提交于 2019-12-08 13:19:30
My clients don't want to handle credit card data so I have implemented 2 options, 1) PayPal Advanced with Hosted Pages, and 2) PayPal Pro Transparent redirect. I am able to create recurring payments by Getting my secure token Committing a transaction Converting transaction to Recurring Billing Profile PayPal requires that I give the user the option to pay with a PayPal account but when I convert that payment to a RBP and then let it create a transaction the trans fails with result 7 - Field Format Error. I notice that the RBP created has no account number. With option 1 I think I'm out of luck

Braintree Drop-In UI does not show CVV field

送分小仙女□ 提交于 2019-12-06 17:00:50
问题 I'm fairly new to Braintree API. I'm using Recurring Payments. And for that I'm using Drop-In UI that is provided by Braintree. Everything goes well but it only shows two fields: Card Number and Expiration Month/Year; and the Paypal button. It's not showing CVV field. I believe the CVV field is optional and the transaction will still go through if I were to not accept it. But I'm wondering why is it not showing up? Braintree's new documentation is very limited. And I can't find much info on

Recurring Payments in PayPal

僤鯓⒐⒋嵵緔 提交于 2019-12-06 02:12:00
问题 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

Braintree Drop-In UI does not show CVV field

。_饼干妹妹 提交于 2019-12-04 22:34:54
I'm fairly new to Braintree API. I'm using Recurring Payments. And for that I'm using Drop-In UI that is provided by Braintree. Everything goes well but it only shows two fields: Card Number and Expiration Month/Year; and the Paypal button. It's not showing CVV field. I believe the CVV field is optional and the transaction will still go through if I were to not accept it. But I'm wondering why is it not showing up? Braintree's new documentation is very limited. And I can't find much info on this problem their website. Any pointers will be much appreciated. Thanks. go to Settings -> Processing