Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

INCORRECT_OR_UNKNOWN_PAYMENT_DETAILS when paying to Phoenix #521

Open
adambor opened this issue Feb 27, 2024 · 1 comment
Open

INCORRECT_OR_UNKNOWN_PAYMENT_DETAILS when paying to Phoenix #521

adambor opened this issue Feb 27, 2024 · 1 comment

Comments

@adambor
Copy link

adambor commented Feb 27, 2024

I am investigating an issue with one of our customers receiving LN payment to his Phoenix wallet. We are running LND v0.17.3-beta and some payments to him recently failed with INCORRECT_OR_UNKNOWN_PAYMENT_DETAILS error message:

"failure": {
    "code": "INCORRECT_OR_UNKNOWN_PAYMENT_DETAILS",
    "channel_update": null,
    "htlc_msat": "0",
    "onion_sha_256": "",
    "cltv_expiry": 0,
    "flags": 0,
    "failure_source_index": 3,
    "height": 832277
}

This never happened before (with ~250 successful payments to his wallet over past 3 months). So I am wondering if it's a problem on our side or Phoenix's side. What's also interesting is that it seems to only happen for some payments today, out of 15 payments, 5 payments failed with such a message, others were successful.

@dpad85
Copy link
Member

dpad85 commented Mar 11, 2024

This error is returned by Phoenix when someone is trying to pay an invoice that has already been paid, or if the incoming amount is below the expected amount.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants
@dpad85 @adambor and others