#naveen_57769

1 messages · Page 1 of 1 (latest)

zealous sandBOT
#

Hello! We'll be with you shortly. Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.

white yacht
#

hi there!

#

how are you accepting payments? Checkout Session, Payment Element, something else?

supple breach
#

HI

#

Actually we do not need any thing of them

#

We have a 3rd party service which tokenizes card details

#

Using these tokenized details, how can we make Stripe Subscriptions

white yacht
#

We have a 3rd party service which tokenizes card details
can you calrify what that means exaclty?

#

what information do you have exactly?

supple breach
#

Our client has some Employees and he has provided them Prepaid Mastercard debit cards.

#

These Employees use our client's application

#

Now our client needs to charge them a subscription fee monthly

#

Now without using the Stripe client flow, how can we charge them using their cards

#

It should happen behind the scenes

white yacht
#

Do you have a PaymentMethod object saved in Stripe?

supple breach
#

No we don't

#

I'll explain a little further

#

we also want to track all these employee's subscriptions

#

So we need to

  1. Create Customers in stripe
#
  1. Charge them Subscription every month using their Card details
#

But our concern is that Employee's should not enter their Card details like how a normal payment work flows...

#

It should happen behind the scenes

#

So is there any way stripe can help in this way ?

white yacht
#

But our concern is that Employee's should not enter their Card details like how a normal payment work flows...
I'm sorry I don't understand what that means. The way Stripe works:

  • You show a payment form to your users powered by Stripe
  • They enter their card details themselves
  • And then you can charge the users however you want
#

Or are you saying you are storing the card number yoursel?

supple breach
#

Correct

#

As client is providing them Cards, he also has their details.

#

means client is having EMployee card details

#

It's just like

white yacht
#

can you clearly explain the payment flow?

supple breach
#

Ok

#

Employees register them selves on Clients application

#

and start using the application service (SAAS)

white yacht
#

I'm already lost. who are employees? what is "register"? what is "clients application"?

#

please be precise

supple breach
#

Ok i'll come step by step

#
  1. Our client has some Employees working in his Organization
#
  1. All his Employees use his application
#
  1. Client has provided his Employees with Prepaid Debit cards
#
  1. As these Employees are using his application, now he wants to charge Subscription fee for all of them
#
  1. He wants to charge this fee from their Debit cards using Stripe
#

But charging subscription fee should not happen using client side like redirecting to Stripe check out page or Collecting card details

#

He does'nt want to charge them in this manner

#

using those Employees card details he wants to charge them a subscription fee

#

Assume that he has Employee card details (Raw card information)

#

I think that i made it clear

white yacht
#

if it's not the employees themselves that enter their card information, who knows/enters the card information?

supple breach
#

We need to pass this card information to stripe and stripe should make payments

#

Like calling Stripe Api

white yacht
#

so you have all the card numbers stored in a database or something, and want to make an API call to charge that card?

supple breach
#

Exactly

#

We want in that way

#

Is it possible like that ?

white yacht
supple breach
#

Got it but we are not PCI complaint

white yacht
#

then it's illegal to store card numbers on your end

supple breach
#

Comming there

#

We are storing the Card information as Tokens

#

So is it possible to charge a card using Tokenized information

white yacht
#

but are these Stripe tokens?

supple breach
#

These Tokens come from another 3rd party service

white yacht
#

which service?

supple breach
#

VGS

white yacht
supple breach
#

Sure Thank you

white yacht
#

make sure to include all relavant information about your question up-front.

supple breach
#

Got it