diff --git a/assets/images/tutorial0/customer_consent_page.png b/assets/images/tutorial0/customer_consent_page.png new file mode 100644 index 0000000..0bbb0ba Binary files /dev/null and b/assets/images/tutorial0/customer_consent_page.png differ diff --git a/docs/tutorials/tutorial_topup.md b/docs/tutorials/tutorial_topup.md index 37bcbf7..9c7f43d 100644 --- a/docs/tutorials/tutorial_topup.md +++ b/docs/tutorials/tutorial_topup.md @@ -56,12 +56,22 @@ This [built-in function][builtinfunction] is responsible for obtaining the balan Importantly, the `getBalance` function requires **consent** to be given, from the account whose balance is being checked, to the account running the automation trying to check the balance. If the automation tries to run, and consent has not been granted, the run will fail and the error will be logged. ## Requesting and Granting Consent -To request consent during the creation of an Automation, click the `Manage Consent` button. In the newly displayed area you will be able to select another account holder, and the types of consent, and then submit the request with the `Request` button. +To request consent during the creation of an Automation, click the `Manage Consent` button.
+