#naveen_57769

1 messages · Page 1 of 1 (latest)

craggy crestBOT
#

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.

keen parrot
#

Hello

mellow jungle
#

Are you PCI level 1 compliant or complete SAQ-D? Only when one of them is fulfilled, you are then eligible to collect raw card information to Stripe. Otherwise, card information should be collected by Stripe.js

keen parrot
#

Let me elaborate my query

#

Our client is having multiple number of Employees. He has also provided them with Prepaid master cards (Debit cards). These Employees use our client application as Software as a Service (SAAS). Now he needs to charge them a Subscription fee every month for using his application

#

Employee agree to T&C where Client can charge them subscription fee monthly

#

But this needs to happen Behind the scenes. Not like a Employee entering his card number, cvc, expiry and then going through 3D authentication

#

There should be no Employee interference

#

So now he is providing them cards, so even he has card details

#

So can you please in what way this can me made working ?

#

Is there any chance to roll the ball in this way ?

mellow jungle
#

Tokenisation with Stripe with raw card details and further collecting payment is only possible if you are PCI level 1 compliant or complete SAQ-D

keen parrot
#

But this needs us to be PCI complaint right ?

#

and it's confirm that he is not going to take that

#

Then what way do you recommed ?

mellow jungle
#

The only possible way is to have their employees to enter the card details manually via Stripe.js to tokenise the card details and perform 3DS if needed

keen parrot
#

So i have another query

#

If i have all this tokenized debit/credit card information, can i make subscription payments using server side code flow

mellow jungle
#

Yes!

keen parrot
#

There is another 3rd party service which tokenizes card details

#

This service returns all tokens of card information

#

So now i can use this token and make stripe payments, right ?

mellow jungle
#

If the third party integrate with Stripe that is eligible to tokenise raw card details and return a tokenised payment method ID (pm_xxx), then yes - the payment method can be used to attach to a customer and make Stripe payments

keen parrot
#

Could you send me some references to go through...

mellow jungle
#

This channel is for direct technical integration and we don't know how third party integration works

#

I'm afraid we don't have any references or doc to share