Bank Transfer Gateway Support #760
-
DescriptionI'm looking to accept payments via bank transfer. This means an order isn't marked as paid after checkout, and an additional notification would need to be send out when an order is placed. My current solution is incomplete, and I'm thinking it might be worthwhile adding this as a default payment gateway included with Simple Commerce. Issues
AttemptsI've added a custom gateway and made an attempt at adding a listener to the I'm going to continue building this custom workaround but I really think this could help more than a few users out there. I'm curious to get feedback about this approach. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Thanks for creating this discussion! I'll see what I can do regarding creating an order status between an order being placed and an order being paid. As you've noticed, they're the same thing right now. I probably won't be able to introduce it until v5 as it'll be a (small) breaking change. I'll have a think about a Bank Transfer gateway as well - although, it should be easy to do manually once the 'in-between' status is in place. I'll update this discussion when either/both of the 2 have been released! |
Beta Was this translation helpful? Give feedback.
Thanks for creating this discussion!
I'll see what I can do regarding creating an order status between an order being placed and an order being paid. As you've noticed, they're the same thing right now. I probably won't be able to introduce it until v5 as it'll be a (small) breaking change.
I'll have a think about a Bank Transfer gateway as well - although, it should be easy to do manually once the 'in-between' status is in place.
I'll update this discussion when either/both of the 2 have been released!