Skip to content

Store the received encrypted data on the receiving Rafiki #3684

@mkurapov

Description

@mkurapov

Such that we can augment the incoming_payment.partial_payment_received webhook data with the payload to pass through to the receiving ASE

When the event is generated, it should store the decoded packet from the payload in the webhook event data - it could be encrypted lightly with a library like the standard node library and some secret perhaps derived from the environment.

// webhooks/event/model
{
  // ...webhook.event.model
  "encryptedData": string
}

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type
No fields configured for issues without a type.

Projects

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions