interledger / rafiki

An open-source, comprehensive Interledger service for wallet providers, enabling them to provide Interledger functionality to their users.
https://rafiki.dev/
Apache License 2.0
262 stars 88 forks source link

Enforce `receiver` field in outgoing payment grant creation #3112

Open mkurapov opened 2 days ago

mkurapov commented 2 days ago

Context

Currently, the Open Payments AS spec allows to specify a receiver field as part of the outgoing payment limits for grant creation, which specifies for which incoming payment outgoing payments can be created under. Even though this field is spec'ed out in Open Payments, we do not enforce it in Rafiki (receiver field is ignored).

Todos