In Ripple payment transactions we can specify an invoice ID that is used to make payments for a particular invoice. Is there a way to specify such an invoice ID in Ripple's URI scheme?
Asked
Active
Viewed 742 times
3
-
I'm actually curious of this one myself. After digging through the rippled code, I didn't readily see a way to do it. I believe it might be a shared hash, so it could be originating from someone else. Let me get out my Schwartz horn and see if we can call for help... – RLH Oct 29 '13 at 12:00
-
3The InvoiceID can be anything at all that communicates to the recipient how the sender intended the payment to be applied. The Bitcoin outbound bridge uses it to [designate the Bitcoin address](https://ripple.com/wiki/Services_API#Payments) of the recipient. I don't know if the URI scheme offers a way to specify it though. If not, it should. – David Schwartz Oct 29 '13 at 14:10
-
2@ThePiachu thanks for adding a github issue. I'll add InvoiceID. – Vahe Hovhannisyan Oct 29 '13 at 16:31
-
Although the original intent is otherwise, you may look also at the "DestinationTag" property. – Jun 05 '14 at 13:45