diff --git a/docs/base-account/reference/base-pay/pay.mdx b/docs/base-account/reference/base-pay/pay.mdx
index af46292a..384376dc 100644
--- a/docs/base-account/reference/base-pay/pay.mdx
+++ b/docs/base-account/reference/base-pay/pay.mdx
@@ -1,3 +1,4 @@
+```mdx
---
title: "pay"
description: "Send USDC payments on the Base network"
@@ -36,7 +37,7 @@ Array of information requests from the payer.
The type of information being requested.
-**Possible values:** `'email' | 'physicalAddress' | 'phoneNumber' | 'name' | 'onchainAddress'`
+**Possible values:** `'email' | 'physicalAddress' | 'phoneNumber' | 'name' | 'onchainAddress' | string`
@@ -51,9 +52,17 @@ Optional callback URL for server-side validation.
+
+Optional wallet URL to use for the payment.
+
+
+
+Whether to enable telemetry logging. Defaults to true.
+
+
## Returns
-
+
Payment result indicating success or failure.
@@ -153,4 +162,5 @@ Always wrap calls to `pay` in a try-catch block to handle these errors gracefull
import PolicyBanner from "/snippets/PolicyBanner.mdx";
-
\ No newline at end of file
+
+```
\ No newline at end of file