#Miran-testing
1 messages · Page 1 of 1 (latest)
@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
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?
which "coupon field" are you referring to exactly?
field means the html inputs that the user will interact to use the coupon
i mean insert the coupon
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
okay, thanks.