3
1
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?
3
1
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?
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 – 2013-10-29T12:00:00.483
3
The 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 of the recipient. I don't know if the URI scheme offers a way to specify it though. If not, it should.
– David Schwartz – 2013-10-29T14:10:08.3632@ThePiachu thanks for adding a github issue. I'll add InvoiceID. – Vahe Hovhannisyan – 2013-10-29T16:31:29.287
Although the original intent is otherwise, you may look also at the "DestinationTag" property. – None – 2014-06-05T13:45:58.417