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

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Pieter Poorthuis committed Dec 12, 2017
2 parents 2efe083 + 3b03d92 commit 27cd6c5
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions examples/tutorial/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,13 @@ These first two scripts need to be executed only once.

## Script 3: create a BitPay invoice
3. 003_createInvoice.php : creates a BitPay invoice. Please make sure to update the script with the API token received from 002_pair.php
This script returns a BitPay invoice object. You can display the invoice by loading the invoice-URL in a web browser. You can pay the invoice with your bitcoin wallet.

## Script 4: create a BitPay invoice
This script returns a BitPay invoice object. You can display the invoice by loading the invoice URL in a web browser. You can pay the invoice with your bitcoin wallet.

## Script 4: display a BitPay invoice using BitPay's hosted payment page
4. 004_HostedPaymentPage.php : creates a BitPay invoice and returns the HTML to show the invoice. Please make sure to update the script with the API token received from 002_pair.php
For more information about paying a BitPay invoice, please see http://help.bitpay.com/paying-with-bitcoin/order-information-and-assistance/how-do-i-pay-a-bitpay-invoice-using-bitcoin

For more information about paying a BitPay invoice, please see https://support.bitpay.com/hc/en-us/articles/203281456-How-do-I-pay-a-BitPay-invoice-

Script 003_createInvoice.php and 004_HostedPaymentPage.php can be run permanently with the token from 002_pair.php

Expand All @@ -55,4 +57,4 @@ IPNs can be used by the merchant to update order statuses. Please note to use IP
For more information about IPNs see https://bitpay.com/docs/invoice-callbacks


Examples (c) 2014-2017 BitPay
Examples (c) 2014-2017 BitPay

0 comments on commit 27cd6c5

Please sign in to comment.