#jake_epping-UI
1 messages · Page 1 of 1 (latest)
I want to make cardholder name on UI as optional in order to give to user a possibility to make payment without this information. And I have to send this field to API in any case (empty or not). But I am getting a following mistake
You passed an empty string for 'billing_details[name]'. We assume empty values are an attempt to unset a parameter; however 'billing_details[name]' cannot be unset. You should remove 'billing_details[name]' from your request or supply a non-empty value
You should be able to just remove the parameter from your request entirely - is there a reason you're passing it up with an empty value?