#paymentpointer — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #paymentpointer, aggregated by home.social.
-
CW: Web Monetization, Programming
12/
I have been looking for (working) Payment-Pointers being used by others.
But, ever time I find one — it doesn't work (mostly because one provides seems to have stopped working).
...
For example, over here:
https://web.archive.org/web/20250222120416/https://pupper-pages.glitch.me/
If I look at the HTML source-code, I see a Payment-Pointer.
But the host in the Payment-Pointer doesn't work.
#CrowdBucks #FediDev #Fediverse #PaymentPointer #PeerTube #WebMonetization
-
CW: Web Monetization, Programming
12/
I have been looking for (working) Payment-Pointers being used by others.
But, ever time I find one — it doesn't work (mostly because one provides seems to have stopped working).
...
For example, over here:
https://web.archive.org/web/20250222120416/https://pupper-pages.glitch.me/
If I look at the HTML source-code, I see a Payment-Pointer.
But the host in the Payment-Pointer doesn't work.
#CrowdBucks #FediDev #Fediverse #PaymentPointer #PeerTube #WebMonetization
-
CW: Web Monetization, Programming
11/
I implemented Simple Payment Setup Protocol (SPSP) (from scratch) in the Go programming-language.
https://github.com/reiver/go-spsp
Base on the specification I found before.
#CrowdBucks #FediDev #Fediverse #Golang #PaymentPointer #PeerTube #WebMonetization
-
CW: Web Monetization, Programming
11/
I implemented Simple Payment Setup Protocol (SPSP) (from scratch) in the Go programming-language.
https://github.com/reiver/go-spsp
Base on the specification I found before.
#CrowdBucks #FediDev #Fediverse #Golang #PaymentPointer #PeerTube #WebMonetization
-
CW: Web Monetization, Programming
10/
I found some updates for the https://paymentpointers.org/ web-site that haven't been deployed:
https://github.com/interledger/paymentpointers.org/pull/57/files
Some of it confirms things I suspected. But, there is also new information in there.
#CrowdBucks #FediDev #Fediverse #PaymentPointer #WebMonetization
-
CW: Web Monetization, Programming
10/
I found some updates for the https://paymentpointers.org/ web-site that haven't been deployed:
https://github.com/interledger/paymentpointers.org/pull/57/files
Some of it confirms things I suspected. But, there is also new information in there.
#CrowdBucks #FediDev #Fediverse #PaymentPointer #WebMonetization
-
CW: Web Monetization, Programming
9/
I implemented Payment Pointers (from scratch) in the Go programming-language.
https://github.com/reiver/go-pymtptr
Base on the specification I found before.
#CrowdBucks #FediDev #Fediverse #Golang #PaymentPointer #PeerTube #WebMonetization
-
CW: Web Monetization, Programming
9/
I implemented Payment Pointers (from scratch) in the Go programming-language.
https://github.com/reiver/go-pymtptr
Base on the specification I found before.
#CrowdBucks #FediDev #Fediverse #Golang #PaymentPointer #PeerTube #WebMonetization
-
CW: Web Monetization, Programming
8/
PeerTube seems to have Payment-Pointers and Web-Monetization built-in already.
#CrowdBucks #FediDev #Fediverse #PaymentPointer #PeerTube #WebMonetization
-
CW: Web Monetization, Programming
8/
PeerTube seems to have Payment-Pointers and Web-Monetization built-in already.
#CrowdBucks #FediDev #Fediverse #PaymentPointer #PeerTube #WebMonetization
-
CW: Web Monetization, Programming
7/
And, a description of the fields in the SPSP JSON seems to be here:
https://interledger.org/developers/rfcs/simple-payment-setup-protocol/#response-body
• destination_account
• shared_secret
• receipts_enabled.
#CrowdBucks #FediDev #Fediverse #PaymentPointer #SimplePaymentSetupProtocol #SPSP #WebMonetization
-
CW: Web Monetization, Programming
7/
And, a description of the fields in the SPSP JSON seems to be here:
https://interledger.org/developers/rfcs/simple-payment-setup-protocol/#response-body
• destination_account
• shared_secret
• receipts_enabled.
#CrowdBucks #FediDev #Fediverse #PaymentPointer #SimplePaymentSetupProtocol #SPSP #WebMonetization
-
CW: Web Monetization, Programming
6/
Actually, that screen-shot is part of a larger example.
It does seem as if what is returned from the HTTPS-URL that a Payment Pointer resolves to is indeed SPSP JSON.
https://interledger.org/developers/rfcs/simple-payment-setup-protocol/
.
#CrowdBucks #FediDev #Fediverse #PaymentPointer #SimplePaymentSetupProtocol #SPSP #WebMonetization
-
CW: Web Monetization, Programming
6/
Actually, that screen-shot is part of a larger example.
It does seem as if what is returned from the HTTPS-URL that a Payment Pointer resolves to is indeed SPSP JSON.
https://interledger.org/developers/rfcs/simple-payment-setup-protocol/
.
#CrowdBucks #FediDev #Fediverse #PaymentPointer #SimplePaymentSetupProtocol #SPSP #WebMonetization
-
CW: Web Monetization, Programming
5/
I am wondering if maybe what is returned from the HTTPS-URL that a Payment Pointer resolves to is:
SPSP JSON
https://interledger.org/developers/rfcs/simple-payment-setup-protocol/
.
#CrowdBucks #FediDev #Fediverse #PaymentPointer #SimplePaymentSetupProtocol #SPSP #WebMonetization
-
CW: Web Monetization, Programming
5/
I am wondering if maybe what is returned from the HTTPS-URL that a Payment Pointer resolves to is:
SPSP JSON
https://interledger.org/developers/rfcs/simple-payment-setup-protocol/
.
#CrowdBucks #FediDev #Fediverse #PaymentPointer #SimplePaymentSetupProtocol #SPSP #WebMonetization
-
If I have the following payment-pointer:
$example.com
That resolves to this HTTP URI:
https://example.com/.well-known/pay
What is expected to be at that URL?
JSON?
If "yes", what are the fields in that JSON?(I looked here https://paymentpointers.org but couldn't find that information.)
Is it SPSP JSON (and only SPSP JSON) that is supposed to be returned?
-
If I have the following payment-pointer:
$example.com
That resolves to this HTTP URI:
https://example.com/.well-known/pay
What is expected to be at that URL?
JSON?
If "yes", what are the fields in that JSON?(I looked here https://paymentpointers.org but couldn't find that information.)
Is it SPSP JSON (and only SPSP JSON) that is supposed to be returned?
-
CW: Web Monetization, Programming
4/
One thing that seems missing is — what is supposed to be returned from the HTTPS-URL that a Web Monetization Payment-Pointer resolves to?
What are the fields in the JSON?
...
I assume it is JSON because of an example HTTP request here (that does NOT show the response):
https://paymentpointers.org/flow/#example
.
#CrowdBucks #FediDev #Fediverse #PaymentPointer #WebMonetization
-
CW: Web Monetization, Programming
4/
One thing that seems missing is — what is supposed to be returned from the HTTPS-URL that a Web Monetization Payment-Pointer resolves to?
What are the fields in the JSON?
...
I assume it is JSON because of an example HTTP request here (that does NOT show the response):
https://paymentpointers.org/flow/#example
.
#CrowdBucks #FediDev #Fediverse #PaymentPointer #WebMonetization
-
CW: Web Monetization, Programming
3/
I was looking around for a specification for Web Monetization Payment-Pointers. The closest thing I could find is this:
https://github.com/interledger/paymentpointers.org
https://github.com/interledger/rfcs/blob/main/0026-payment-pointers/0026-payment-pointers.md
#CrowdBucks #FediDev #Fediverse #PaymentPointer #WebMonetization
-
CW: Web Monetization, Programming
3/
I was looking around for a specification for Web Monetization Payment-Pointers. The closest thing I could find is this:
https://github.com/interledger/paymentpointers.org
https://github.com/interledger/rfcs/blob/main/0026-payment-pointers/0026-payment-pointers.md
#CrowdBucks #FediDev #Fediverse #PaymentPointer #WebMonetization
-
CW: Web Monetization, Programming
2/
The Payment-Pointer:
$reiver.link
Would resolve to the HTTP-URL:
https://reiver.link/.well-known/pay
And, that (HTTPS-URL) would return some type of JSON document.
#CrowdBucks #FediDev #Fediverse #PaymentPointer #WebMonetization
-
CW: Web Monetization, Programming
2/
The Payment-Pointer:
$reiver.link
Would resolve to the HTTP-URL:
https://reiver.link/.well-known/pay
And, that (HTTPS-URL) would return some type of JSON document.
#CrowdBucks #FediDev #Fediverse #PaymentPointer #WebMonetization
-
CW: Web Monetization, Programming
1/
I have been looking at Web Monetization.
Partly because I am curious. And, partly because I may implement them for CrowdBucks.
One part of Web Monetization are "Payment-Pointers".
They aren't URLs. But sort of URL-like, in that they point somewhere.
For example, my web-site is:
Then I could let people people pay me with this Payment-Pointer:
$reiver.link
#CrowdBucks #FediDev #Fediverse #PaymentPointer #WebMonetization
-
CW: Web Monetization, Programming
1/
I have been looking at Web Monetization.
Partly because I am curious. And, partly because I may implement them for CrowdBucks.
One part of Web Monetization are "Payment-Pointers".
They aren't URLs. But sort of URL-like, in that they point somewhere.
For example, my web-site is:
Then I could let people people pay me with this Payment-Pointer:
$reiver.link
#CrowdBucks #FediDev #Fediverse #PaymentPointer #WebMonetization