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

Protocol to setup payments between entities on the Web based on GNAP

Results 40 open-payments issues
Sort by recently updated
recently updated
newest added

## 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...

## Context For the web monetization extension (and very likely other use cases), we should know how much has already been spent on the outgoing payment grant. Whenever we create...

## Context In the grant interaction flow, the [AS creates a hash that is passed to the client](https://datatracker.ietf.org/doc/html/draft-ietf-gnap-core-protocol-20#name-calculating-the-interaction). The client is required to verify the hash. We need to add...

user-docs

A glossary file exists in the OP project today (drafts > glossary.mdx). It needs to be completed/expanded, then made public.

type: documentation
good first issue

We currently have three Open Payments APIs, but the user docs don't make this distinction. - Resource Server API - Auth Server API - Wallet Address Server API We need...

type: documentation
good first issue

## Context We've been discussing whether we should allow a PATCH request on incoming payments or quotes. We decided against it because of reference issues that may arise. Hence, we...

type: documentation

In the future, I could see allowing for an arg to `createSignatureHeaders` that will take in a list of `params` that will be passed down into `signMessage` _Originally posted by...

triage

## Context Currently, using `@interledger/http-signature-utils` and `@interledger/open-payments` outside of a Node environment is impractical, primarily due to the use on Node's crypto module. The [SubtleCrypto API](https://developer.mozilla.org/en-US/docs/Web/API/SubtleCrypto), while accessible in both...

type: enhancement

For the OpenAPI schemas, we need to add versioning just like we had it on readme. We want to add a dropdown to select the API version. It can be...

user-docs

## Context Even though Starlight has added expressive code, and all our mdx code blocks written with fences has the copy button out-of-the-box, our ChunkedSnippet (and likely FullSnippet) components are...

user-docs