简体   繁体   中英

How to refund to multiple transactions in authorize .net using single refund transaction

We are using authorize.net on our Website. We are offering multiple payments (EMI's) for a single product on our website. Now some users wants refund after say 4-5 payments. How to implement this using single transaction?

Issues:

1) We have implemented refunds functionality provided by API but this only refunds the amount which is equal to or less to amount paid.

I have searched and found there is unlinked Credit card feature. We have activated this on our account by still there is no code available, we are using C#.

You can't do this using a single transaction. Each AUTH_CAPTURE must be refunded individually.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM