BitPay付款回拨无效

时间:2014-05-24 20:45:44

标签: php callback paypal-ipn

我目前正在努力将BitPay应用到我的网站,似乎没有收到来自IPN的通知。

我正在使用他们给定的库来使这更容易。 https://github.com/bitpay/php-client

以下是我目前正在使用的回调代码,它仅用于测试目的:

<?php
require_once '../../helpers/bp_lib.php';
require_once '../../helpers/bp_options.php';
file_put_contents('bitpay.txt', json_encode(bpVerifyNotification()));
file_put_contents('bitpay2.txt', json_encode($_POST));

我正在使用有效的API密钥,将其指向正确的位置,并且正在接收付款,因此我必须做其他错误的事情。感谢。

0 个答案:

没有答案