Questions tagged [recurring-billing]

When you give a merchant permission to charge your account at regular intervals for purchase of goods or services.

When you give a merchant permission to charge your account at regular intervals for purchase of goods or services.

448 questions
3
votes
1 answer

Payflow recurring with hosted checkout pages

I want to integrate the recurring with payflow (with hosted pages on paypal) for my client. But I didn't find tutorial or sample code in php for the same. Beside this I am also not able to get answers for the below queries. After payment over…
Pardeep Beniwal
  • 63
  • 2
  • 10
3
votes
1 answer

Paypal recurring questions ruby on rails

I've been following Railscast 289 tutorial on how to make recurring payments using Paypal. I got everything working now except that I am now struggling to figure out how am I able to know if the user cancelled their subscription in paypal. What I've…
3
votes
0 answers

Differentiate between a WorldPay future payment and initial payment

I have read the WorldPay FuturePay documentation and I am clear on everything and what to do. I have a few questions that keep lurring around my head and causing confusion. If someone senior or with experience on this shine some light it would be…
Cam
  • 137
  • 1
  • 2
  • 10
3
votes
1 answer

Multiple Payments definition for Billing Plan

I'm doing an application that requires recurring profile. But their business model consist on 1 trial period and 2 regular periods, one for a couple of days and other for monthly infinite. { "name":"Regular Membership Billing Plan", …
manumotate
  • 107
  • 1
  • 9
3
votes
0 answers

Cannot get invoice in respose of CreateRecurringPaymentsProfile in paypal

My intention is to create a Recurring Profile and pass a company_id as custom parameter to be stored IPN database, where I can create a relation between payment and for which company it was done. I have read that while creating Recurring Payment…
PiyushD2
  • 81
  • 6
3
votes
1 answer

Paypal REST API - Is the Agreement cancelled?

I'm using Paypal REST api (java) to perform recurring subscription. The flow looks like this, and it is working: I created a Plan (ok) I activated a Plan (ok) I created an Agreement (ok) I redirect user to Paypal using the approval link (ok) Paypal…
hello_harry
  • 1,265
  • 2
  • 14
  • 24
3
votes
1 answer

Recurring payment not working with PayPal button in braintree

I am using a PayPal button in my HTML Form. All works fine like PayPal ask for authentication and inject the payment_method_nonce in HTML form. But, When i creating a subscription with this payment_method_nonce then its give me error…
Sudhir Vadodariya
  • 391
  • 1
  • 2
  • 11
3
votes
1 answer

Recurring Payments with Payflow Pro - Invalid transaction type

I have set up a website that uses the PayPal Payflow API to process payment transactions using a live Payments Pro account that has the Recurring Payment service. It works by first requesting a secure token and then committing the transaction. I…
nuander
  • 1,319
  • 1
  • 19
  • 33
3
votes
4 answers

Accepting recurring credit card payments for online software

I am wanting to accept recurring credit card payments for some software I am selling. I want them to be able to enter their credit card details within the software and the the payment gateway will communicate with my software (if possible) whenever…
Ben Sinclair
  • 3,896
  • 7
  • 54
  • 94
3
votes
1 answer

Light-weight library for recurring billing using Clojure web stacks?

I want to implement simple, light-weight recurring billing for a ring-based web app. Here's what I found: clj-stripe for Stripe API, but this also means that I have to use stripe.com for payment management. Apache Ofbiz, a heavy, full-featured…
Minos Niu
  • 85
  • 6
3
votes
1 answer

Paypal APIs - Update recurring payment profile

Our system is using Paypal Classic Apis for recurring payment feature. I can create new profiles and update profiles that have just created. But when I try to update profiles that have been started (start date is older than today), the API throws…
dakiquang
  • 684
  • 1
  • 8
  • 24
3
votes
2 answers

Paypal Recurring Payments IPN

I set up an IPN inside Paypal to hit every time a Recurring Payment using Payflow Pro is set to go through. How can I make it send back the variable for the custom ID I need to make sure that I can use to extend the membership? So far I have tried…
3
votes
0 answers

Apple in-app recurring payments — what happens if authorized credit cards balance is zero?

From documentation it is not clear if Apple keeps trying to renew subscription after first unsuccesfull attempt (not enough money on the card, eg). Should I keep verifying receipt validity if it is not renewed in one hour after subscription is over?…
Samat
  • 511
  • 1
  • 6
  • 15
3
votes
1 answer

Why PayPal Request can’t be processed?

I’m trying to test recurring payment in my paypal sandbox account. I followed this link https://developer.paypal.com/webapps/developer/docs/classic/express-checkout/ht_ec-recurringPaymentProfile-curl-etc/ I have summarized the steps what I…
SENTHIL SARAVANAN
  • 719
  • 1
  • 12
  • 28
3
votes
1 answer

Paypal recrurring payments

I am using PAYPAL recurring payments for subscriptions and it is working well in case : When user subscribes then INIT AMT, BILLING AMT, BILLING PERIOD has been set. $request['CURRENCYCODE'] = ''USD; $request['AMT'] = $amount; …
Amritpal singh
  • 855
  • 5
  • 12
  • 27