简体   繁体   中英

how to using partial refund in Cybersource Simple Order API

The refund(credit) could be found at Table 21 in page 77.

http://apps.cybersource.com/library/documentation/dev_guides/CC_Svcs_SO_API/Credit_Cards_SO_API.pdf#page=76&zoom=100,0,100

Had anyone experience, using cybersource partial refund.

How to know the refund api domain?

Thanks for your reply!

In general partial refunds do work. Just pass in the amount that you wish to refund with your refund request. With multiple partial refunds you cannot go over the original settlement amount with the default configuration.

The domain of the API is the same for all CyberSource SOAP requests. Test: https://ics2wstesta.ic3.com/commerce/1.x/transactionProcessor
Production: https://ics2wsa.ic3.com/commerce/1.x/transactionProcessor
For more information on connecting to CyberSource with C# see here for the .Net pre-built client and here to build your own client.

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