#anontroll

1 messages · Page 1 of 1 (latest)

shut capeBOT
violet raven
#
stripe.error.InvalidRequestError: Request req_LVDejCfkH2JIn6: Received unknown p                                                                                   arameter: custom_fields. Did you mean customer? (Hint: In order to access this b                                                                                   eta feature, you must explicitly specify which version of the beta you want, by                                                                                    passing an HTTP header "Stripe-Version: 2022-08-01;custom_fields_beta=v1".)  ```
idle cloud
#

Hi, taking a look at the request id now.

violet raven
#

ok

idle cloud
#

Are you passing the HTTP header "Stripe-Version: 2022-08-01; custom_fields_beta=v1" on this request?

violet raven
#

So that would be added to the field?

#

custom_fields=[
{
"key": "engraving",
"label": {"type": "custom", "custom": "Personalized engraving"},
"type": "text",
}],

#

where do I add that in my code

idle cloud
#

You add it in the header. You'd need to reach out to Stripe support as we are not able to properly assist with Private beta on this channel, https://support.stripe.com/contact

violet raven
#

ok thank you