Skip to content

Commit

Permalink
docs: mi/update-recurring-payments-guide (#545)
Browse files Browse the repository at this point in the history
Added note that rotating a token is only necessary when the previous token has expired.
  • Loading branch information
hajjimo authored Jan 29, 2025
1 parent bc20946 commit cd758dd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/src/content/docs/guides/make-recurring-payments.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<ChunkedSnippet
Expand Down

0 comments on commit cd758dd

Please sign in to comment.