This repository has been archived by the owner on Dec 12, 2024. It is now read-only.
Introduce OrderInstructions
Message
#335
Labels
OrderInstructions
Message
#335
Context
Currently, a Quote contains both payin and payout instructions which Alice can use to facilitate a payin or receive a payout. This introduces non-deterministic outcomes because Alice can actually facilitate a pay in prior to sending an Order message.
Proposal
We should consider moving payment instructions from the Quote message to a new message kind,
OrderInstructions
, which is sent by the PFI after Alice submits anOrder
message.Message Contents
Data
payin
PaymentInstruction
payout
PaymentInstruction
PaymentInstruction
link
instruction
Example
The text was updated successfully, but these errors were encountered: