interledger-rs icon indicating copy to clipboard operation
interledger-rs copied to clipboard

Is there any way to send additional data when making payments?

Open Srtake opened this issue 4 years ago • 0 comments

According to ILP SPSP specification, given the open STREAM connection, either the SPSP Client or the Server can begin sending ILP packets of data. In a wallet, we may want to send these additional data when making payments to satisfy our business requirements.

In Interledger.js ilp packet, there is an optional data field in PayOptions in spsp.ts. Could you tell me whether there is any approach to implement this functionality? I researched the HTTP APIs of Interledger-rs, but have not found it yet.

Srtake avatar Mar 17 '21 12:03 Srtake