less than a minute read • Updated 6 months ago
BitPay
Connect Foxy to BitPay for secure crypto payments.
- Countries
United States
- Features
- Multi-Currency
Subscriptions are not supported with Bitpay at this time. If you intend to sell subscriptions with your FoxyCart store, you will need to make use of another payment gateway.
Setting Up BitPay for FoxyCart
Testing
Obtaining A Test Account
BitPay doesn't support test accounts.
Troubleshooting & Interpreting Response Codes
Contact BitPay for info.
Important Notes and Caveats
Possible Action: Datafeed Handling
An BitPay transaction takes time to be confirmed in the blockchain, so at the time we process the initial transaction, we don't know if it was approved or not. To handle this, transactions are initially marked as pending, and when we get a confirmation from BitPay on the result of the transaction, we update it accordingly. Each time the status changes, a datafeed will be sent to your endpoint if configured with the transaction details and the status node will be present.
The status node can contain one of three different values: pending
, approved
or rejected
. Depending on the types of actions you're needing to perform at your datafeed endpoint, you need to make sure the appropriate status value is present.