#khornfucius2

1 messages · Page 1 of 1 (latest)

safe baneBOT
hardy lily
#

Hi
You need to set the resource path that you want to update:
stripe trigger setup_intent.succeeded --override setup_intent:customer=cus_123

ionic frigate
#

Thanks, that helps.

In metadata, I'm trying to configure a boolean value. This is the command i used:
stripe trigger setup_intent.succeeded --override setup_intent:customer=cus_123 --override setup_intent:metadata.isSuspensionFlow=true

isSuspensionFlow currently appears in metadata as a string, how can I configure it as a boolean instead?

hardy lily
#

isSuspensionFlow currently appears in metadata as a string, how can I configure it as a boolean instead?
You can't, in the mapping of the get response you can convert it to String in your integration.

ionic frigate
#

thank you!