Skip to content

Unable to retrieve Price.currency_options #420

Open
@augustoccesar

Description

It seems that it is not possible to access the Price currency_options.
Both of the following return an empty currency_options map:

  • GET /v1/prices/price_1234?expand[]=currency_options
  • POST /v1/prices?expand[]=currency_options
    With x-www-form-urlencoded body:
    currency:usd
    product:prod_1234
    unit_amount:29999
    currency_options[eur][unit_amount]:24999
    currency_options[eur][tax_behavior]:exclusive
    

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions