diff --git a/data/web/api.appcenter.ms/v0.1/public/sparkle/apps/6ed2ac30-49e1-4073-87c2-f1ffcb74e81f.html b/data/web/api.appcenter.ms/v0.1/public/sparkle/apps/6ed2ac30-49e1-4073-87c2-f1ffcb74e81f.html
index 95e6f38a1f..daf30a0e3e 100644
--- a/data/web/api.appcenter.ms/v0.1/public/sparkle/apps/6ed2ac30-49e1-4073-87c2-f1ffcb74e81f.html
+++ b/data/web/api.appcenter.ms/v0.1/public/sparkle/apps/6ed2ac30-49e1-4073-87c2-f1ffcb74e81f.html
@@ -1,6 +1,6 @@
-
slug
- Invoice identifier (string)status
- One of the following values (string):paid
– The invoice was paid successfully: the client completed the payment flow » and received a messageActionPaymentSent service message.cancelled
– The user closed this invoice without paying: the user aborted the payment flow », payments.sendPaymentForm was NOT invoked.failed
– The user tried to pay, but the payment failed: the user completed the payment flow » but payments.sendPaymentForm returned an RPC error.pending
– The payment is still processing. The bot will receive a service message about a successful payment when the invoice is successfully paid: the user aborted the payment flow », payments.sendPaymentForm was NOT invoked.cancelled
– The user closed the invoice popup without paying, before the call to payments.sendPaymentForm.pending
– The payment is still processing: the bot will receive a further service message about a successful or failed payment. payments.sendPaymentForm was successfully invoked, the user completed all additional verification forms returned by the method, the invoice popup was closed but the client hasn't received a messageActionPaymentSent service message yet.failed
– The user tried to pay, but the payment failed: the call to payments.sendPaymentForm returned an RPC error and the popup was closed.paid
– The invoice was paid successfully: the client completed the payment flow », the invoice popup was closed and a messageActionPaymentSent service message was received by the client.