#Miran-testing

1 messages · Page 1 of 1 (latest)

spice iris
#

@lone cargo yes, they don't interact at all and you use the test mode at any time regardless of what you are or are not doing in livemode on the same account

lone cargo
#

Thanks and also another question regarding the coupon, should the customers enter the coupon id in the coupon field?.

#

Or stripe can figure it out from coupon names?

#

Do you recommend us to create coupon ids by ourselves?

spice iris
#

which "coupon field" are you referring to exactly?

lone cargo
#

field means the html inputs that the user will interact to use the coupon

#

i mean insert the coupon

spice iris
#

so part of a custom site you're building?

generally you don't give the customer the ID of name of the Stripe coupon

#

instead you give them some 'promotion code' which they enter in your form and then you look up your database to map promotion codes to the coupon and pass that coupon ID to the API call you make

#

or you simply use our PromotionCodes API which is designed for this

lone cargo
#

okay, thanks.