#anontroll
1 messages · Page 1 of 1 (latest)
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".) ```
Hi, taking a look at the request id now.
ok
Are you passing the HTTP header "Stripe-Version: 2022-08-01; custom_fields_beta=v1" on this request?
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
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
ok thank you