#delisdeli-checkout

1 messages · Page 1 of 1 (latest)

clever anchor
snow cradle
#

overall goal is to add data that points to entities within my application so i can pull the in the webhook subscriber. what i am doing now is putting metadata on price_data.product_data.metadata

#

one problem i am having is that i cannot seem to get the product and thus the metadata on the webhook handler side

#

stripeRepository.products.list({id:[...]}) is empty

clever anchor
snow cradle
#

i tried that but still getting nothing 😦

#
    apiVersion: '2020-08-27',
    stripeAccount: 'acct_1L0XvIRU6CSEoSVB',
  });
  const stripeProducts = (
    await stripeRepository.products.list(
      {
        active: false,
      },
    )
  ).data;```
clever anchor
#

not sure then, when you create products inline like that they are probably hidden in the API