Author

Topic: bitcoinpayflow.com implementation help (Read 1090 times)

hero member
Activity: 854
Merit: 1000
April 21, 2012, 04:57:26 PM
#4
Yes.
Code:
$_POST['amount']
$_POST['bitcoin_address']
$_POST['category']
$_POST['foreign_order_id']
$_POST['number_of_confirmations']
$_POST['order_status']
$_POST['transaction_fee']
$_POST['transaction_timestamp']
$_POST['signature']
Thanks!
donator
Activity: 308
Merit: 250
April 21, 2012, 06:37:04 AM
#3
Yes.
Code:
$_POST['amount']
$_POST['bitcoin_address']
$_POST['category']
$_POST['foreign_order_id']
$_POST['number_of_confirmations']
$_POST['order_status']
$_POST['transaction_fee']
$_POST['transaction_timestamp']
$_POST['signature']
hero member
Activity: 854
Merit: 1000
April 21, 2012, 06:03:17 AM
#2
Forgot to mention, this is PHP.
hero member
Activity: 854
Merit: 1000
April 21, 2012, 06:01:01 AM
#1
Hi,
For a bitcoinpayflow.com payment notification, does it just send a POST request to the payment notification URL?  Like $_POST['amount']; or something?

If not, could someone please enlighten me as to how it does send it?

Thanks!

EDIT:
Forgot to mention, I am using PHP.
Jump to: