Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Record the sender in incomingPayments #207

Open
adrianhopebailie opened this issue Nov 2, 2022 · 0 comments
Open

Record the sender in incomingPayments #207

adrianhopebailie opened this issue Nov 2, 2022 · 0 comments
Labels
type: specification Changes to the specification

Comments

@adrianhopebailie
Copy link
Collaborator

As the receiver I would usually expect to find something in the externalRef that would help me correlate the payment to some external process or event (an invoice number, order number or similar).

For the P2P use case it would be useful to have some record in the incoming payment of who sent the payment.

We could either:

  1. Use the externalRef field but risk this being used incorrectly (i.e. we can't guarantee that it will hold a payment pointer when the use case is a P2P payment)
  2. Add a new field that MUST be a payment pointer (if it is used).
@mkurapov mkurapov added the type: specification Changes to the specification label Oct 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: specification Changes to the specification
Projects
Status: Backlog
Development

No branches or pull requests

2 participants