You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I’d like to have a payment method that does nothing but set the payment status to "pending" in order to process orders with payment by bank transfer or pay on delivery.
I’d rather have a new payment method than changing the shop’s logic in order to avoid problems with updating. We’d also like to accept Paypal in addition to bank transfer The choice would be easier to handle when you have another payment method.
The text was updated successfully, but these errors were encountered:
I don't think this belongs here. From our experience cash-on-delivery and offline transfers require way more logic on the shop site than just setting the payment to pending. For such methods I'd even avoid creating a Payment object altogether until money is collected.
There must be some checks but such providers can be very handy.
E.g. other program which checks references, or a human manually confirm the payment.
For example in shops
I’d like to have a payment method that does nothing but set the payment status to "pending" in order to process orders with payment by bank transfer or pay on delivery.
I’d rather have a new payment method than changing the shop’s logic in order to avoid problems with updating. We’d also like to accept Paypal in addition to bank transfer The choice would be easier to handle when you have another payment method.
The text was updated successfully, but these errors were encountered: