Pixer Documentation
WelcomeTech We Have UsedGetting Started
Available Scripts & Command
How Can I use this app
Demo Deploy
Features
Settings
Payment
IntroductionStripePaypalRazorpayMolliePaystackBitpayBitPayHow to create & setup BitPay information properly?CoinbaseIntegratioin of new payment gateway
SEO and Analytics
API
Shop Transfer
WalletEmail Configuration
Multilingual & Translation
FAQ PageContactTerms and conditions
Third-party Integrations
Deployment
Back-End Integration
Customizations
Update & Upgrade Guide
FAQSupportChange Log

BitPay

BitPay is a bitcoin payment service provider headquartered in Atlanta, Georgia, United States. It was founded in May 2011 by Tony Gallippi and Stephen Pair. BitPay provides Bitcoin and Bitcoin Cash payment processing services for merchants.

Before integrate BitPay check the list that your country is not restricted. Restricted Country List

BitPay integrate inside Pixer.

Please follow & complete this steps for BitPay integration for your e-commerce system.

  • Inside .env file copy & paste this line of codes. We will discuss later about how to create those API keys in BitPay.
# `BITPAY_IS_PRODUCTION` value either true or false
BITPAY_IS_PRODUCTION=false
# Set any password you want that will use for encrypting your private key
BITPAY_KEY_STORAGE_PASSWORD=[LONG_SECRET]
# This is used for generating your token.
BITPAY_ENABLE_MERCHANT=true
BITPAY_ENABLE_PAYOUT=false
# This is important generating your json or yml file
BITPAY_GENERATE_JSON_FILE=true
BITPAY_GENERATE_YML_FILE=false
# All Files are located `storage/app/private/`. Which will use for initiating you BITPAY client.
SHOP_URL=[YOUR_SHOP_URL]
SHOP_URL=[YOUR_SHOP_URL] This parameter is must have in .env file when BitPay is using. Otherwise the payment redirection will be broken.
  • Activate BitPay from Pixer admin dashboard. (e.g. webhook URL is coming from local development. This static link will dynamically generated in live environment)

paypal-Pixer-dashboard

How to create & setup BitPay information properly?

bitpay_config_generator

  • You can approve the API Token by logon to that url, or just copy The ParingCode and goto your bitpay merchant account's dashboard. Go to Payment Tools find API TOKEN section paste Paring Code there. Then find and approve it.

bitpay_dashboard_api_token

bitpay_dashboard_api_approve

Webhook is most import thing to manage payments status with bitpay setup.