#eirikbakke
1 messages · Page 1 of 1 (latest)
hello! it depends on the payment method used as well. Are you using only cards or will you be using async payment methods as well e.g. bank debits?
For reference, we don't renew subscriptions at that exact second, it's done by a background job that runs async and will create the new Invoice for the new period after that second. Sometimes it's behind. Similar, after that Invoice is created, we charge that Invoice 1 to 2 hours later. It's all flexible and it can take 3 or 4 hours depending on our queue.
Cards can take maybe a few hours assuming there's no payment failure. If there's a failure, then it depends on your retry schedule and when the payment succeeds.
For async payment methods, i can't really recall off the top of my head, but definitely a few days at least to know if it's successful.
ok, thank you!