#B33fb0n3
1 messages · Page 1 of 1 (latest)
hi! I don't think Stripe has any native concept for that, there's not really a time component to the PromotionCode API.
I don't know how you'd accomplish it really, maybe it would help to elaborate on how exactly you want this to work with some examples, but there's not going to be an easy answer.
Currently I try to implement some case of email marketing. The customer get's mails over the month and at the 28. he get's an e-mail that says "hey we have a coupon code XYZ20 it will expire in the next days. Use it until the 2." and this email will be automaticaly generated via my backend
Hey! Taking over for my colleague. Thanks for your clarifications, You can't achieve that using a native Stripe API. You need to handle that in your integration:
https://stripe.com/docs/api/coupons/create
https://stripe.com/docs/api/coupons/delete
ok sure, I can do that 🙂
I think I try to work with metadata than and check this via my backend to compare the timings
I just saw stripe offer also Cash App Pay. I can't find the payment method in my payments methods. Where can I configure it?https://ibb.co/8PZcHv5
If your account is based in US, you can find it in your PaymentMethods Settings:
https://dashboard.stripe.com/settings/payment_methods
https://stripe.com/docs/payments/cash-app-pay
Can't I use it to accept payments from usa with my german account?
no you can't
oh ok, thanks!