How do I? [array enum and hashes] http post request

Hi there,

I can’t seem to understand how to post these values of the stripe session endpoint inside the http node.

enum values: payment_method_types=[“card”]
array hashes: line_items, line_items.price, line_items.price_data
dictionary: automatic_tax, automatic_tax.enabled

docs are here: Stripe API reference – Create a Session – curl

Check the example workflow below. It has the HTTP node configured as you need it. Just change the URL and add the basic authentication with the token.

2 Likes

Thanks @RicardoE105!