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
-1
votes
1 answer

Authorize .net CIM with recurring payment

I have a website where users do payment in installments(recurring payments). And since I don't want to store the user's credit card/ account information in my database, I used PCI compliance for which I used AUTHORIZE .NET Cim. I followed this…
Nehal
  • 1,542
  • 4
  • 17
  • 30
-1
votes
1 answer

Recurring payments and update recurring payments profile limitation

We've integrated "Recurring Payments" using "Express Checkout" method. But, now our requirement is to update "Recurring Payment Amount" (it should be less than or grater than the previous amount) before the next payment date. We've checked with the…
-1
votes
1 answer

PayPal recurring payment code integration

I am new in PayPal integration. I need monthly PayPal recurring payment for users. I already have instant payment working with this method:
lmirchu
  • 11
  • 3
-1
votes
1 answer

Recurring payment, receiving transaction_id

What is the data paypal returns if we make recurring payments through a Subscription button on the website? How can we get transaction_id? It's that we want our users to pay with credit cards with no need to register, but so far we can't get…
-1
votes
2 answers

Recurring payment using Mollie (credit card and iDeal)

I want to implement Mollie payment gateway with iDeal and credit card method and wants to implement Recurring Payments with it (i.e. weekly, monthly, etc). I am doing it using PHP. Does anyone help me in that, because there isn't any help available…
-1
votes
1 answer

Multiple cancel links do not redirect properly in drupal

If a user clicks the "update" link in their recurring fees table, then decides not to make any changes and clicks Cancel instead of Update, they get access denied because the cancel link redirects to the admin view of recurring fees, not back to the…
TeamG
  • 1
  • 2
-1
votes
1 answer

Monitoring Recurring Payments

Some websites are able to monitor recurring monthly payments and show me when a payment was made or failed and possibly even an id for the payment in their billing system. I'd like to do the same thing. When I searched online though, most of the…
Tyler
  • 3,713
  • 6
  • 37
  • 63
-2
votes
3 answers

Should original order be referenced on every subsequent invoice record in database

Consider the following database design (irrelevant columns and tables removed): Each time a recurring payment is due for a subscription, I intend to add an invoice record and subsequent payment record. However, given orders can contain both one-off…
Ben Carey
  • 16,540
  • 19
  • 87
  • 169
-2
votes
1 answer

Allow user to edit card information when processing recurring payment in Stripe

I am trying to implement recurring payment in Stripe. I also want to store card information and allow user to edit it. Because sometimes user may want to change card or edit card information. I want this edited/updated card information to be used to…
-2
votes
2 answers

Avoid Braintree recurring-billing for a single subscription

I need to let users choose to block a monthly recurring-bill. Default subscription options are: never_expires: true, number_of_billing_cycles: nil Is never_expires: false, number_of_billing_cycles: 0 the proper update to a subscription to…
Razinar
  • 727
  • 3
  • 13
  • 21
-2
votes
1 answer

How to achive this Scenario: PayPal Recurring + Trial period + Base Price

I'm trying to achieve the following scenario using PayyPal: We have a subscription with a trial period with price X. The subscription Purchase (Base) price is Y and the recurring price is Z. When the subscriber makes a purchase he should be…
-3
votes
1 answer

Database design for recurring fine payment

I have a table Fine fine_id amount date fine_type is_rec rec_status F001 100 2018-12-01 1 TRUE INCOMPLETE F002 10000 2018-12-02 4 FALSE NULL and a Payments table id fine_id amount …
Kuldeep Thakur
  • 185
  • 3
  • 10
-4
votes
1 answer

How to implement paypal recurring payment in codeigniter using api

I am new in codeigniter. I want to implement paypal recurring payment with using api. How is it possible ? Can anybodody please tell me in details or step by step ?
1 2 3
29
30