Skip to content

Commit 7fd927a

Browse files
authored
Update README.md
Signed-off-by: ian <152932566+ianthirdweb@users.noreply.github.com>
1 parent 9077a59 commit 7fd927a

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,16 @@ Navigate to your [Pay Dashboard](https://thirdweb.com/dashboard/connect/pay), cl
3737

3838
#### Testing your Pay Webhook
3939

40-
For testing, we recommend using [https://webhook.site/](https://webhook.site/). Create a Pay webhook using the generated webhook URL, and then use the webhook CLI and the token (found at the end of your webhook.site URL) to forward incoming requests to your localhost. Here is an example CLI command:
40+
For testing, we recommend using [https://webhook.site/](https://webhook.site/). Create a Pay webhook using the generated webhook URL, and then use the webhook.site CLI and the token (found at the end of your webhook.site URL) to forward incoming requests to your localhost.
41+
42+
<img width="625" alt="CleanShot 2024-10-08 at 10 59 19@2x" src="https://github.com/user-attachments/assets/6556fe8a-2f02-4c9f-8748-b3b7a8319b99">
4143

4244
```bash
4345
whcli forward --token=36f7ceed-01fb-419e-b810-30c72575c88f --target=http://localhost:3000/api
4446
```
4547

48+
49+
4650
### Deploying an Engine
4751

4852
If you have not already deployed an Engine instance, navigate to the [Engine Dashboard](https://thirdweb.com/dashboard/engine) and click "Create Engine Instance". Select the tier that best suits your use case. Once you've deployed, copy the generated URL and paste it into your `.env`.

0 commit comments

Comments
 (0)