#viper-price-dynamic

1 messages · Page 1 of 1 (latest)

real aspen
#

@sullen dagger what API/product are you using exactly? Checkout?

sullen dagger
real aspen
sullen dagger
#

Just to clarify if I understand correctly ,
I can edit create-checkout-session.php and then in line_items I can add something like this :

      'unit_amount' => 5000,
      'currency' => 'usd',
]```
And I can set any amount I wish each time! 

Correct?
haughty bronze
#

Correct. That will set the price to whatever you set for unit_amount

sullen dagger
#

Thank you very much for your quick reply! Appreciate a lot!