#rdhp

1 messages · Page 1 of 1 (latest)

boreal mangoBOT
livid arrow
#

Hello! Do you have any more details? Do you have a Charge or PaymentIntent ID I can take a look at?

solid turret
#

I have this ID req_H9lbtMHPH8rnr0

#

that can help?

livid arrow
#

Yup that helps!

#

Why are you only creating a Token? A Token doesn't actually initiate a payment - it's just saving the card to Stripe

solid turret
#

oh...

#

Because I thought that it was enough to make a payment

#

How I should proceed once I created a token?

livid arrow
#

But really, if you're just starting out with Stripe I wouldn't recommend using Charges or Tokens at all

#

You should be using PaymentMEthods and PaymentIntents

solid turret
#

Why ? It looks to be easy create a token and now charge it

#

1 Question the token is a safe data to share with the user or I should hide it?

livid arrow
#

Those APIs have been deprecated for a while - you can't use them if you accept payments in countries where authentication needs to be provided

solid turret
#

In italy?

#

I have a release of a new service for monday, so if for italy is ok I will use it and schedule the change of the API to paymentsintent

livid arrow
#

I believe Italy does have SCA and will require authentication

solid turret
#

oh shiet ok I will change the payment method

livid arrow