Skip to content

Add additional information to partial incoming payment webhook #3797

@mkurapov

Description

@mkurapov

Context

Whenever the ASE receives an partial incoming payment via a packet, we will need to provide additional information in the incoming_payment.partial_payment_received webhook, such that the ASE can make the decision whether to accept it or not.

Todo

  • Update the incoming_payment.partial_payment_received webhook to send the following data:
{
    ...existingIncomingPaymentData,
    partialPayment: {
       id: uuid,
       amount: { ... },
       dataFromSender: { ... } // the current "dataToTransmit"
}
  • Update the webhooks.yaml OpenAPI spec

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions