diff --git a/lnbits/core/templates/core/wallet.html b/lnbits/core/templates/core/wallet.html
index 71712671..4e7d64f5 100644
--- a/lnbits/core/templates/core/wallet.html
+++ b/lnbits/core/templates/core/wallet.html
@@ -147,6 +147,8 @@
{"out": true, "bolt11": <string>}
{"checking_id": <string>}
+ curl -X POST http://127.0.0.1:5000/api/v1/payments -d '{"out": true, "bolt11": <string>}' -H "Grpc-Metadata-macaroon: {{ wallet.adminkey }}" -H "Content-type: application/json"
@@ -159,6 +161,8 @@
{"Grpc-Metadata-macaroon": "{{ wallet.inkey }}"}
{"paid": <bool>}
+ curl -X GET http://127.0.0.1:5000/api/v1/payments/<checking_id> -H "Grpc-Metadata-macaroon: {{ wallet.inkey }}" -H "Content-type: application/json"