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

Error at confirm: We were unable to decode your transaction #270

Closed
StingNguyen opened this issue Apr 2, 2018 · 3 comments
Closed

Error at confirm: We were unable to decode your transaction #270

StingNguyen opened this issue Apr 2, 2018 · 3 comments

Comments

@StingNguyen
Copy link

I have get a Error:

https://test.bitpay.com/invoice?id=YMXhsmRwtbLUNzGKQoheFd

9f720971-57a8-4685-8417-708bd6c3d85c

@StingNguyen
Copy link
Author

StingNguyen commented Apr 2, 2018

$item = new \Bitpay\Item();
$item->setPrice($params['price']);
$item->setDescription($params['description']);
$invoice->setRedirectUrl($params['redirect']);
$invoice->setItem($item);

$invoice->setCurrency(new \Bitpay\Currency('EUR'));
/**
* Now create our invoice...
*/
$client->createInvoice($invoice);

@StingNguyen
Copy link
Author

could you help me?

@pieterpoorthuis
Copy link

The error was on BitPay's side and has been fixed.

You should now be able to pay test BTC invoices on test.bitpay.com

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants