From cd758dd54590619459d1658a4f8ad5ad22a4ea73 Mon Sep 17 00:00:00 2001 From: hajjimo <96056726+hajjimo@users.noreply.github.com> Date: Wed, 29 Jan 2025 11:57:25 -0500 Subject: [PATCH] docs: mi/update-recurring-payments-guide (#545) Added note that rotating a token is only necessary when the previous token has expired. --- docs/src/content/docs/guides/make-recurring-payments.mdx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/src/content/docs/guides/make-recurring-payments.mdx b/docs/src/content/docs/guides/make-recurring-payments.mdx index 3170927e..b7861948 100644 --- a/docs/src/content/docs/guides/make-recurring-payments.mdx +++ b/docs/src/content/docs/guides/make-recurring-payments.mdx @@ -158,6 +158,10 @@ Add the following properties: ### 9. Rotate the Access Token +:::note +This step is only required if the access token you obtained in the previous `outgoingPayment` grant request has expired. +::: + Rotate the access token obtained from the previous `outgoingPayment` grant request.