BitPay PHP SDK

Facade

Facades are named collections of capabilities that can be granted, such as the ability to create invoices or grant refunds.

Tags
author

BitPay Integrations integrations@bitpay.com

license

http://www.opensource.org/licenses/mit-license.php MIT

see
https://bitpay.readme.io/reference/concepts#facades

REST API facades

Table of Contents

Constants

MERCHANT  = "merchant"
The broadest set of capabilities against a merchant organization. Allows for create, search, and view actions for Invoices and Bills; ledger download, as well as the creation of new merchant or pos tokens associated with the account.
PAYOUT  = "payout"
This is the facade which allows merchant to access the Payouts related resources and corresponding endpoints.
POS  = "pos"
Limited to creating new invoice or bills and search specific invoices or bills based on their id for the merchant's organization

Constants

MERCHANT

The broadest set of capabilities against a merchant organization. Allows for create, search, and view actions for Invoices and Bills; ledger download, as well as the creation of new merchant or pos tokens associated with the account.

public mixed MERCHANT = "merchant"

PAYOUT

This is the facade which allows merchant to access the Payouts related resources and corresponding endpoints.

public mixed PAYOUT = "payout"

Access to this facade is not enabled by default.

POS

Limited to creating new invoice or bills and search specific invoices or bills based on their id for the merchant's organization

public mixed POS = "pos"

        
On this page

Search results