-1

Whenever I create an invoice using bitpay ruby client library fucntion

client.create_invoice(price: amount, currency: 'USD')

I get error like this

* BitPay::BitPayError Exception: Not authorized for facade: pos
Ayaz Ahmad Tarar
  • 534
  • 8
  • 24

1 Answers1

0

You need to select facade "pos" when pairing client.

nazar kuliyev
  • 1,215
  • 1
  • 12
  • 13