Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add payment by bank transfer or pay on delivery #134

Open
MacLake opened this issue Jun 12, 2017 · 3 comments
Open

Add payment by bank transfer or pay on delivery #134

MacLake opened this issue Jun 12, 2017 · 3 comments

Comments

@MacLake
Copy link

MacLake commented Jun 12, 2017

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.

@patrys
Copy link
Contributor

patrys commented Jun 13, 2017

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.

@devkral
Copy link
Contributor

devkral commented Oct 6, 2017

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

@devkral
Copy link
Contributor

devkral commented Oct 7, 2017

see: #152 for an implementation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants