1
6 Comments

Payment gateway help please

I'm building a service that ships items monthly to a customer where they keep what they like and return what they don't like.

Because of this model, I'd like to not charge them initially but have their card details on file and only charge them for the items they've kept.

Is there any payment gateway that can work like this? Does stripe offer any easy integration like this?

I basically need to collect their card details but charge them some amount later on. Rather than conventional systems which charge a user when they checkout.

Thanks in advance!

on July 28, 2019
  1. 3

    You can do that with Stripe. You create a customer and add a source, then later charge the source with an invoice and/or charge.

    1. 1

      Im pretty sure the new SCA regulation will create a large problem. You'd most likely have to force EU user to come back and finalize the payment.

      1. 1

        good point.

  2. 1

    @rabbitsfoot8
    I'm partnered with processing company in the States and Canada, as well as a complete payment gateway that has a virtual terminal and quick click buttons. It would work for your situation. If you want to discus anything, please email me. My info is in my profile.

    edit: I'd like to mention that if you get a good deal on payment processor in the UK. My gateway will integrate with them that will provide all the functionality you require.

    However, I do recommend Stripe for smaller companies.

    Regards

    1. 1

      Thanks for the tip! Do you operate in the UK?

      It looks like Stripe might be the best bet for it initially but would then transition to something better

  3. 1

    This comment was deleted 7 years ago

  4. 2

    This comment was deleted 7 years ago

    1. 1

      Is there a pre-made form / tool I can use to collect card details? I'd rather not have to build out an integration right now.

      1. 1

        This comment was deleted 7 years ago