#Josie

1 messages · Page 1 of 1 (latest)

fading lionBOT
twin nest
neat birch
#

but if we would like to make custimized order first how to do it?

because as i know Stripe need to issue invoice and order after payment

twin nest
#

I'm not sure what you mean by a 'customised order'. Could you elaborate?

neat birch
#

if the user contact us directly, we will provide the user some other pricing plan follow the users' requirement. (different price with different services)

and it will be different from the regular plan on the website
before the user go paying, we would like to provide the detail for these special order to user first.
can we do that (build the order before payment) ?

twin nest
#

you can create a new Price object in the API with your own data on demand and pass that to e.g. the Invoice or Checkout APIs yes.

#

did you have a coding question about doing that?