I'm writing you because I have a problem with the Stripe payment.
All my transactions were blocked because I have a rule in my radar and the ip is not passed in the transaction. Here's the email of Stripe support.
"The reason that your charges are flagged by the system for manual review is the IP address is not being passed when creating the charge. This makes Radar unable to determine :ip_country: (hence having a null value and therefore is != to :card_country).
We determine 'ip_country' from the IP address of the customer that makes the charge. These generally come in via 2 methods:
Stripe.js integration, where we automatically take care of populating the 'ip_address' value
Submitting them via `external_metadata` if you are unable to integrate Stripe.js, but still want to pass us the relevant data about your customers.
I am including information on how to create a card token, which then can be associated with the customer:
https://stripe.com/docs/api#create_card_token
I hope all of this will help point you in the right direction. If you require any further assistance, just get back to me and I will be happy to help.
Have a good day.
All the best,
Simon"
Thank you very much in advance,
Davide