开发者

Split payment process on magento?

开发者 https://www.devze.com 2023-04-10 11:47 出处:网络
How can we split payment process on magento? Suppose i purchased a product from magento store worth of 1000 USD开发者_运维百科. Im having 500 USD in my credit card and 500 USD in my paypal account.
  1. How can we split payment process on magento?

    Suppose i purchased a product from magento store worth of 1000 USD开发者_运维百科. Im having 500 USD in my credit card and 500 USD in my paypal account. Is it possible to split the payment to purchase this product?

Note: Not by recurring payment, i want to use more than one payment method for single order..

  1. Is there any option to add MISC amount by admin for the orders that are in pending status in magento?

Thanks in advance, Satheesh


There is no bundled way for this. to achieve this you need to implement a payment method that allows this and enables storing n amount of payment instances to one order.

It's rather easy to implement this with one payment method available and use the transactions method provided by payment api. To achieve multiple different payment methods you must extend the payment api or if you are satisfied with one payment method instance being available you can also use transactions api for this

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号