Bitcoin Forum
April 24, 2024, 02:08:24 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: bitcoinpayflow.com implementation help  (Read 1088 times)
danieldaniel (OP)
Hero Member
*****
Offline Offline

Activity: 854
Merit: 1000


View Profile
April 21, 2012, 10: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.

1713924504
Hero Member
*
Offline Offline

Posts: 1713924504

View Profile Personal Message (Offline)

Ignore
1713924504
Reply with quote  #2

1713924504
Report to moderator
Bitcoin mining is now a specialized and very risky industry, just like gold mining. Amateur miners are unlikely to make much money, and may even lose money. Bitcoin is much more than just mining, though!
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1713924504
Hero Member
*
Offline Offline

Posts: 1713924504

View Profile Personal Message (Offline)

Ignore
1713924504
Reply with quote  #2

1713924504
Report to moderator
1713924504
Hero Member
*
Offline Offline

Posts: 1713924504

View Profile Personal Message (Offline)

Ignore
1713924504
Reply with quote  #2

1713924504
Report to moderator
danieldaniel (OP)
Hero Member
*****
Offline Offline

Activity: 854
Merit: 1000


View Profile
April 21, 2012, 10:03:17 AM
 #2

Forgot to mention, this is PHP.

mcorlett
Donator
Sr. Member
*
Offline Offline

Activity: 308
Merit: 250



View Profile
April 21, 2012, 10: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']

danieldaniel (OP)
Hero Member
*****
Offline Offline

Activity: 854
Merit: 1000


View Profile
April 21, 2012, 08: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!

Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!