I am using Authorize.net API in my PHP project for Payments. Recently I integrated the REFUND/VOID Transactions programmatic, Its working fine but now I want refund the amount multiple times is it possible ?.
Example: A User paid $100 (Product price $80 + shipping price $20) to purchase a product in my website. Now First I want to refund $20, then later I want to refund $80 for the same transaction. Every thing need to using the API