#paaveboy - checkout ad-hoc pricing

1 messages · Page 1 of 1 (latest)

bright patio
ripe lichen
#

I've made it just like that:

line_items: [
      {
        'price_data': {
            'currency': 'usd',
            'product_data': {
                'name': 'Five lessons',
            },
            'unit_amount': 200,
        },
        'quantity': 1,
        }
    ],
bright patio
#

@ripe lichen yes you can use a fixed "product" here and the price_data parameter on each item to define custom pricing per customer

#

Which i see you've found 😄

ripe lichen
#

Thank you )