#nero_1113_49637
1 messages · Page 1 of 1 (latest)
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.
- Lucky-Sub-UpdatePM, 11 hours ago, 13 messages
- nero_1113_49637, 15 hours ago, 10 messages
- lucky-subscription-events, 21 hours ago, 6 messages
- lucky-subscriptions-qs, 1 day ago, 31 messages
- nero_1113_49637, 1 day ago, 2 messages
- nero_1113_49637, 1 day ago, 15 messages
and 4 more
hi there!
that's normal, we don't recommend using Tokens, it's a very old API and require you to be PCI compliant
if you want to accpet payments you should follow this guide: https://stripe.com/docs/payments/accept-a-payment
how to change card during subscription with code?
what do you mean? the user has an active subscription, and you want to change the default payment method of the subscription?
then you would need to collect a new PaymentMethod, using this: https://stripe.com/docs/payments/save-and-reuse
and then update the default payment method for the Subscription: https://stripe.com/docs/api/subscriptions/update#update_subscription-default_payment_method
sorry
Could you be more specific?
I can't understand
now I have card number, exp_year, exp_moth, cvc
How to create token with this?
Hey! Taking over for my colleague. First of all, are you PCI DSS compliant ?
You shouldn't be using/sending raw card data in your integration
Did you had the chance to check the guide my colleague shared previously ?
but not clear
how should I do?
You need to follow the guide my colleague shared with you previously
What is not clear exactly ? what step/part exaclty ?
what can I do with card raw data?
PCI-DSS isn't an implementation
it's like verification that need to be respected/checked by your company
now I have only raw data, and have to change into this card for subscription.
what's the step?
You can't use them
unless you become PCI-DSS compliant.
In order to become PCI-DSS compliant, I invite you to reach out to Stripe Support in order to understand this.
How/from where you got te raw data of cards ?
I am developer.
I am building project.
Client requires this function.
so I don't know where he got that data