open-payments icon indicating copy to clipboard operation
open-payments copied to clipboard

Update `limits` of outgoing payment grant creation

Open mkurapov opened this issue 9 months ago • 0 comments

Context

Currently, when we create an outgoing payment grant request, we can pass in a limits attribute with debitAmount and/or receiveAmount. For simplicity of the API as well as the simplicity of documenting how these amounts are used, we should update the spec to allow only setting limits.debitAmount OR limits.receiveAmount, not both.

Todos

  • [ ] Update the auth-server spec to allow debitAmount or receiveAmount in the limits attribute of outgoing payment grant creation

mkurapov avatar May 08 '24 15:05 mkurapov