Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 114
Restructured Payments chapter.#625
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Uh oh!
There was an error while loading. Please reload this page.
Changes from all commits
b946f345e048200ae77abb422587f58a097cda3d083937f8bcd4963316648bffacaacdFile filter
Filter by extension
Conversations
Uh oh!
There was an error while loading. Please reload this page.
Jump to
Uh oh!
There was an error while loading. Please reload this page.
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -9,6 +9,14 @@ main_classes: -no-top-padding | ||
| image: https://bitcoin.design/assets/images/guide/payments/payments-preview.jpg | ||
| --- | ||
| <!-- | ||
| Illustration source | ||
| - | ||
Collaborator There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Nit -- did you intend to include an illustration source file here? All I see is the surrounding comment tag. CollaboratorAuthor There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I just got in a habit of adding that there, not sure where the file is for that header @GBKS did you do this one? Contributor There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @johnsBeharry did that one. | ||
| --> | ||
| {% include picture.html | ||
| image = "/assets/images/guide/payments/introduction.svg" | ||
| mobile = "/assets/images/guide/payments/introduction-mobile.svg" | ||
| @@ -28,9 +36,9 @@ We have already established that [Bitcoin is money]({{ '/guide/getting-started/w | ||
| --- | ||
| ### [Transactions overview]({{ '/guide/payments/transactions/' | relative_url }}) | ||
| ### [Requesting bitcoin]({{ '/guide/payments/request/' | relative_url }}) | ||
| An overview of Bitcoin payments, common concepts and the transaction lifecycle. | ||
| An introduction to how requesting and receiving bitcoin works. | ||
| --- | ||
| @@ -40,13 +48,7 @@ An introduction to how sending bitcoin works. | ||
| --- | ||
| ### [Requesting bitcoin]({{ '/guide/payments/request/' | relative_url }}) | ||
| An introduction to how requesting and receiving bitcoin works. | ||
| --- | ||
| ### [Transaction privacy]({{ '/guide/payments/privacy/' | relative_url }}) | ||
| ### [Privacy]({{ '/guide/payments/privacy/' | relative_url }}) | ||
| An overview of how to help users maintain transaction privacy with Bitcoin. | ||
| @@ -58,15 +60,15 @@ The basics on units and currency symbols, how to format them and what options to | ||
| --- | ||
| ### Managing funds (coming soon) | ||
| ### [Transactions overview]({{ '/guide/payments/transactions/' | relative_url }}) | ||
| How to help users organize and manage their transaction data and holdings. | ||
| An overview of Bitcoin payments, common concepts, and the transaction lifecycle. | ||
| --- | ||
| {% include next-previous.html | ||
| previousUrl = "/guide/private-key-management/backups/" | ||
| previousName = "Bitcoin backups" | ||
| nextUrl = "/guide/payments/transactions/" | ||
| nextName = "Transactions overview" | ||
| nextUrl = "/guide/payments/request/" | ||
| nextName = "Requesting bitcoin" | ||
| %} | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,15 +1,15 @@ | ||
| --- | ||
| layout: guide | ||
| title: Payment request formats | ||
| description: An introduction to how sending bitcoin works. | ||
| description: An introduction to the different Bitcoin payment request formats. | ||
| nav_order: 1 | ||
| grand_parent: Payments | ||
| parent: Sending bitcoin | ||
| has_children: false | ||
| permalink: /guide/payments/send/payment-request-formats/ | ||
| parent: Requesting bitcoin | ||
| permalink: /guide/payments/request/payment-request-formats/ | ||
Bosch-0 marked this conversation as resolved.
Uh oh!There was an error while loading. Please reload this page. | ||
| redirect_from: | ||
| - /guide/payments/send/payment-request-formats/ | ||
| main_classes: -no-top-padding | ||
| image: /assets/images/guide/payments/send/bitcoin-payments-social.jpg | ||
| image_base: /assets/images/guide/payments/send/ | ||
| images: | ||
| - file: home | ||
| @@ -129,11 +129,11 @@ Each request format has its own unique approach to bundle payment information fo | ||
| --- | ||
| Sending is one side of the process. Let's look at things from the [receiver's perspective](/guide/payments/request). | ||
| Next, we will look at how a [sender](/guide/payments/send) pays these payment requests. | ||
| {% include next-previous.html | ||
| previousUrl = "/guide/payments/transactions/" | ||
| previousName = "Transactions overview" | ||
| nextUrl = "/guide/payments/request" | ||
| nextName = "Receiving bitcoin" | ||
| previousUrl = "/guide/payments/request/" | ||
| previousName = "Requesting bitcoin" | ||
| nextUrl = "/guide/payments/send" | ||
| nextName = "Sending bitcoin" | ||
| %} | ||
Uh oh!
There was an error while loading. Please reload this page.