sandervanhooft / laravel-payable-redirect-mollie

Associate Mollie payments with Eloquent models
https://www.sandervanhooft.com/blog/laravel/easy-mollie-payments-with-laravel/
MIT License
19 stars 3 forks source link

Is it possible to send a payment method through laravel-payable-redirect? #8

Closed Martijndegeus closed 4 years ago

Martijndegeus commented 5 years ago

The Mollie supports skipping the payment method screen if a payment method is sent with the payment. I'd like to do so for administrative purposes.

Detailed description

Can I do this? My Laravel is a platform that has to invoice the transaction costs to its users, this would be a lot easier if I knew what payment method was used.

Context

This is useful for anyone using this package in a platform-like e-commerce setting

Possible implementation

Adding a parameter to the payment

sandervanhooft commented 5 years ago

Hi @icuMedia, thanks for taking the time to write up this ticket. Can you explain with a code example how you would like it to work? Also, feel free to submit a PR if you have a clear picture of what it should be.

sandervanhooft commented 4 years ago

Closing this due to inactivity.