Payment method missing after cancel

When using an async payment method a user can cancel the payment and then be redirected back to the shop to try a different method. When doing this any payment method with the same handler identifier seems to disappear. Is this intended behavior and is there a way to disable it? We want customers to be able to try the same method multiple times.

After som digging I found the property after_order_enabled on the payment method. Setting that to true will show the payment method in the after order process like I wanted. Can’t find any documentation on this though…