Stripe checkout error
Posted: Wed Oct 04, 2023 12:54 am
Hello,
if user is logged in on website via facebook than billing details are not filled and I have stripe error on checkout which is not visible to the user, and due to this he leaves website and we dont make a sale -
"message": "You passed an empty string for 'payment_method_data[billing_details][address][country]'. We assume empty values are an attempt to unset a parameter; however 'payment_method_data[billing_details][address][country]' cannot be unset. You should remove 'payment_method_data[billing_details][address][country]' from your request or supply a non-empty value."
"type": "invalid_request_error"
How this can be fixed in 1.5.6.4 ?
Regards
if user is logged in on website via facebook than billing details are not filled and I have stripe error on checkout which is not visible to the user, and due to this he leaves website and we dont make a sale -
"message": "You passed an empty string for 'payment_method_data[billing_details][address][country]'. We assume empty values are an attempt to unset a parameter; however 'payment_method_data[billing_details][address][country]' cannot be unset. You should remove 'payment_method_data[billing_details][address][country]' from your request or supply a non-empty value."
"type": "invalid_request_error"
How this can be fixed in 1.5.6.4 ?
Regards