Refund Info Api
Hi, is it possible to learn whether and invoice is refunded from api?
Discussions are closed to public comments.
If you need help with Cheddar please
start a new discussion.
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
Support Staff 1 Posted by Marc Guyer on 26 Feb, 2013 03:20 PM
Hi Refik -- If the the invoice is paid (has a
paidTransactionId
) and the sum of all amounts of "approved" transaction records in the invoice withparentId == paidTransactionId
is equal to the amount of the parent transaction, then the invoice is refunded.2 Posted by refik on 26 Feb, 2013 04:02 PM
Thanks!
3 Posted by refik on 26 Feb, 2013 05:44 PM
Just to clarify for future readers:
parentId == paidTransactionId
is equal to the negated amount of the parent transactionrefik closed this discussion on 26 Feb, 2013 05:44 PM.