Skip to main content
OP Open Payment Address Protocol
Local-first with no tracking

Music donation address

A donation address for this piece of music

Give a song or release its own payment address. A listener can support the work they enjoyed without the musician sharing bank details or setting up a separate checkout page.

The address listeners share

https://openpaymentaddress.org/music

This address is specifically for the music example. A payment app can recognise the purpose and show the matching recipient before a listener confirms anything.

Where the musician can use it

Music page

Add it beside the track, lyrics or release notes.

Listening link

Share it with a link to the music in a post or message.

Release announcement

Include it in a newsletter, poster or QR code for the release.

Safe interactive example

See what the payer sees

Open a test donation for this piece of music. We will fill in the example address for you. You can review the payment steps, but no real money will be sent.

Simulate this payment

Example address: https://openpaymentaddress.org/music

Ready to make your own? Create a payment address.

Technical details for developers

Published payment file

OPAP Record

Payment apps derive this file’s location from the public payment address, verify it, and use it to present the available payment options. Visitors do not need to read or edit this code.

OPID

https://openpaymentaddress.org/music
{
  "version": 1,
  "id": "https://openpaymentaddress.org/music",
  "revision": 2,
  "issued_at": "2026-07-22T18:02:43Z",
  "expires_at": "2030-01-01T00:00:00Z",
  "name": "Music donation demonstration",
  "payment": {
    "type": "options",
    "options": [
      {
        "type": "sepa",
        "currency": "EUR",
        "name": "OPAP music demonstration",
        "iban": "NL96TEST0000000000"
      }
    ]
  }
}
Open the JSON file