Skip to content
This repository has been archived by the owner on Jan 5, 2024. It is now read-only.

Commit

Permalink
Update text
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardysun committed Dec 13, 2023
1 parent 0021b0f commit c99a404
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ Make sure you've [enabled your contract for Payments](enable-contract) first.

### Dashboard

1. Navigate to Contracts > Deploy > Your Contract > Payments
![Create contract dashboard view from Explore](./assets/checkout-link/create-new-checkout-link.jpg)
2. A modal will pop up and you can choose the options to customize the checkout link and hit the "Create" button
- [See the API Reference for creating a checkout link](https://redocly.github.io/redoc/?url=https://payments.thirdweb.com/api/doc#tag/Checkout-Links/paths/~1api~12022-08-12~1shareable-checkout-link/post)
3. The modal will close, a new link will be created, and added to the dashboard
1. Navigate into your contract from the [Contracts > Deploy dashboard page](https://thirdweb.com/dashboard/contracts/deploy).
2. Navigate to the "Payments" page from the sidebar.
3. Click the "Create New Checkout" button
![Create a new checkout link from the dashboard](./assets/checkout-link/create-new-checkout-link.jpg)
4. Customize the look and feel of your checkout experience, and hit "Create"

### API

Expand Down
4 changes: 2 additions & 2 deletions docs/onboarding/22 NFT Checkouts/2 API Reference.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ The Payments API enables all the functionalities needed to create checkouts.
### Usage

You must use an API Secret Key to make authenticated calls. These calls should be
made from your backend.
made from your backend. [Create an API Key from your thirdweb dashboard.](https://thirdweb.com/dashboard/settings/api-keys)

Provide your API key as a header: `Authorization: Bearer YOUR_API_SECRET_KEY`
Provide your secret key as a header: `x-secret-key: your_api_secret_key`

---

Expand Down

0 comments on commit c99a404

Please sign in to comment.