You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2. The agent issues a <LinkOuthref="https://openpayments.dev/apis/wallet-address-server/operations/get-wallet-address/"><Badgetext="GET"variant="note"size="small" /></LinkOut> request to the URL.
3. The response from your wallet provider to the agent contains information such as the currency your account is denominated in and the URLs of your wallet provider's authorization and resource servers.
4. The agent issues a <LinkOuthref="https://openpayments.dev/apis/auth-server/operations/post-request/"><Badgetext="POST"variant="success"size="small" /></LinkOut> request to your wallet provider's `authServer` URL. The request contains the access permissions the agent is requesting.
@@ -155,68 +164,83 @@ The examples below are simplified representations of the Open Payments API calls
155
164
156
165
</Disclosure>
157
166
6. The agent issues a <LinkOuthref="https://openpayments.dev/apis/resource-server/operations/create-incoming-payment/"><Badgetext="POST"variant="success"size="small" /></LinkOut> request to your wallet provider's `resourceServer` URL. The purpose of this call is to request the information needed by your visitor's wallet provider so their provider correctly addresses the payment to you.
8. At this point, the agent has finished communicating with your wallet provider. Now, the agent issues a <LinkOuthref="https://openpayments.dev/apis/resource-server/operations/create-outgoing-payment/"><Badgetext="POST"variant="success"size="small" /></LinkOut> request to your visitor's wallet provider. The purpose of this call is to give your visitor's wallet provider what it needs to send the payment.
9. The <LinkOuthref="https://openpayments.dev/apis/resource-server/operations/create-outgoing-payment/#responses">response</LinkOut> from your visitor's wallet provider indicates whether the outgoing payment was created on their side. A payment could fail if the visitor has insufficient funds, for example. The following example indicates the outgoing payment was successfully created.
2. Download and install Interledger Foundation's [Web Monetization browser
20
-
extension](/supporters/get-started#install-the-extension). 3. Enter the
21
-
payment pointer associated with your test wallet. For example,
22
-
`$ilp.interledger-test.dev/mytestwallet`. Then, enter a budget amount and
23
-
click **Connect**.
24
-
<br />
25
-
<img
26
-
src='/img/docs/extension/connection-setup.png'
27
-
alt='Extension setup screen with wallet address and amount fields, renew monthly toggle, and connect button'
28
-
style='max-width:300px'
29
-
class='img-outline'
30
-
/>
31
-
4. Click **Agree** to allow the extension to connect to your wallet. 5. Click
32
-
**Accept** on the Interledger request screen.
17
+
1. Sign in to your <LinkOuthref='https://wallet.interledger-test.dev/'>wallet account</LinkOut>.
18
+
19
+
2. Download and install Interledger Foundation's [Web Monetization browser extension](/supporters/get-started#install-the-extension).
20
+
21
+
3. Enter the payment pointer associated with your test wallet. For example,`$ilp.interledger-test.dev/mytestwallet`. Then, enter a budget amount and click **Connect**.
22
+
23
+
<img
24
+
src='/img/docs/extension/connection-setup.png'
25
+
alt='Extension setup screen with wallet address and amount fields, renew monthly toggle, and connect button'
26
+
style='max-width:300px'
27
+
class='img-outline'
28
+
/>
29
+
30
+
4. Click **Agree** to allow the extension to connect to your wallet.
31
+
32
+
5. Click **Accept** on the Interledger request screen.
33
33
</Steps>
34
34
35
35
## Configure continuous payments (optional)
@@ -39,16 +39,16 @@ By default, the extension sends continuous payments at a rate of $0.60 <abbr tit
39
39
To change the rate of pay:
40
40
41
41
<Steps>
42
-
1. Click the **Settings** icon in the upper-right of the extension. 2. Select
43
-
the *Rate* tab, then enter the amount to send, per hour, to web monetized
44
-
sites. Your changes are automatically saved.
45
-
<br />
46
-
<img
47
-
src='/img/docs/extension/rate-tab.png'
48
-
alt='Rate tab with rate of pay per hour field and continuous payment toggle'
49
-
style='max-width:300px'
50
-
class='img-outline'
51
-
/>
42
+
1. Click the **Settings** icon in the upper-right of the extension.
43
+
44
+
2. Select the *Rate* tab, then enter the amount to send, per hour, to web monetized sites. Your changes are automatically saved.
45
+
46
+
<img
47
+
src='/img/docs/extension/rate-tab.png'
48
+
alt='Rate tab with rate of pay per hour field and continuous payment toggle'
49
+
style='max-width:300px'
50
+
class='img-outline'
51
+
/>
52
52
</Steps>
53
53
54
54
## Send continuous payments
@@ -71,36 +71,33 @@ If your extension is using <abbr title="US dollars">USD</abbr> with the default
alt='Monetization events section showing two payments of MXN 0.21 and a one-time payment of 19.92'
98
+
style='max-width:250px'
99
+
class='img-outline'
100
+
/>
101
+
102
+
5. Sign in to your <LinkOuthref='https://wallet.interledger-test.dev/'>wallet account</LinkOut> and select **Transactions** to see the payment you just sent.
0 commit comments