Bitcoin Forum
May 05, 2024, 10:09:05 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.

1714903745
Hero Member
*
Offline Offline

Posts: 1714903745

View Profile Personal Message (Offline)

Ignore
1714903745
Reply with quote  #2

1714903745
Report to moderator
1714903745
Hero Member
*
Offline Offline

Posts: 1714903745

View Profile Personal Message (Offline)

Ignore
1714903745
Reply with quote  #2

1714903745
Report to moderator
"If you don't want people to know you're a scumbag then don't be a scumbag." -- margaritahuyan
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
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!