<?xml version="1.0" encoding="UTF-8" ?><rdf:RDF 
  xmlns="http://purl.org/rss/1.0/"
  xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
  xmlns:atom="http://www.w3.org/2005/Atom"
  xmlns:dc="http://purl.org/dc/elements/1.1/"
  xml:lang="ja">
  <channel rdf:about="http://w.atwiki.jp/suzuki_pankaku/">
    <title>suzuki_pankaku @ ウィキ</title>
    <link>http://w.atwiki.jp/suzuki_pankaku/</link>
    <atom:link href="https://w.atwiki.jp/suzuki_pankaku/rss10.xml" rel="self" type="application/rss+xml" />
    <atom:link rel="hub" href="https://pubsubhubbub.appspot.com" />
    <description>suzuki_pankaku @ ウィキ</description>

    <dc:language>ja</dc:language>
    <dc:date>2008-03-01T23:49:49+09:00</dc:date>
    <utime>1204382989</utime>

    <items>
      <rdf:Seq>
                <rdf:li rdf:resource="https://w.atwiki.jp/suzuki_pankaku/pages/13.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/suzuki_pankaku/pages/14.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/suzuki_pankaku/pages/12.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/suzuki_pankaku/pages/2.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/suzuki_pankaku/pages/11.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/suzuki_pankaku/pages/10.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/suzuki_pankaku/pages/9.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/suzuki_pankaku/pages/8.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/suzuki_pankaku/pages/7.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/suzuki_pankaku/pages/6.html" />
              </rdf:Seq>
    </items>
	
		
    
  </channel>
    <item rdf:about="https://w.atwiki.jp/suzuki_pankaku/pages/13.html">
    <title>worldpay</title>
    <link>https://w.atwiki.jp/suzuki_pankaku/pages/13.html</link>
    <description>
      &amp;topicpath(top=Top)
#contents()
----

*購入から決済まで
#image(http://www.worldpay.com/support/kb/mergedProjects/paymentresponse/callback.jpg,http://www.worldpay.com/support/kb/mergedProjects/paymentresponse/pr1100.html,blank)
#image(http://www.worldpay.com/support/kb/mergedProjects/customisingstandard/paymentflow.gif,http://www.worldpay.com/support/kb/mergedProjects/customisingstandard/cust1004.html,blank)

-loiloの場合
お客さんがloiloから購入情報をpost
↓
worldpay→ブラウザを閉じる→loiloは何もしない。（「未払い」状態のpurchaseがDB内に存在し続ける）
↓　　　↓
決済　　キャンセル
↓　　　↓
loilo決済モジュールへ
shopping/load_payment_module.php
↓
user/homeへ

**&amp;del(){トランザクション初期化}
トランザクションの初期化処理というものはworldpayには無いっぽい。（無いという記述は無いが、トランザクションに関する記述が見当たらない。）
その代わり、[[cartId&gt;&gt;http://www.worldpay.com/support/kb/mergedProjects/htmlredirect/rhtml5902.html]]を設定でき、決済後はカスタマイズ可能な決済完了画面（Payment Notifications）から取得できる。

また、transIdが[[決済完了後に発行される&gt;&gt;http://www.worldpay.com/support/kb/mergedProjects/paymentresponse/pr5201.html]]。transIdはcartIdと同様に、決済完了画面（Payment Notifications）から取得できる。

**支払いページ
***configration
[[prameters&gt;&gt;http://www.worldpay.com/support/kb/mergedProjects/htmlredirect/rhtml5902.html]]
[[Configuring Your Installation&gt;&gt;http://www.worldpay.com/support/kb/mergedProjects/htmlredirect/rhtml1008.html]]

***Example: [[plural&gt;&gt;http://support.worldpay.com/examples/example_3/jr_example3.html]]
&gt;&lt;!-- This is a purchase token, for more information on the elements with in a purchase token see the supplied help section. --&gt;
&gt;&lt;form action=&quot;https://select.worldpay.com/wcc/purchase&quot; name=BuyForm method=POST&gt;
&gt;&lt;input type=&quot;hidden&quot; name=&quot;instId&quot;  value=&quot;104112&quot;&gt;
&gt;&lt;input type=&quot;hidden&quot; name=&quot;cartId&quot; value=&quot;WorldPay Test page&quot;&gt;
&gt;&lt;input type=&quot;hidden&quot; name=&quot;currency&quot; value=&quot;GBP&quot;&gt;
&gt;&lt;input type=&quot;hidden&quot; name=&quot;desc&quot; value=&quot;&quot;&gt;
&gt;&lt;input type=&quot;hidden&quot; name=&quot;M_recipient&quot; value=&quot;tiq@uk.worldpay.com&quot;&gt;
&gt;&lt;input type=&quot;hidden&quot; name=&quot;M_subject&quot; value=&quot;WorldPay example&quot;&gt;
&gt;&lt;input type=&quot;hidden&quot; name=&quot;testMode&quot; value=&quot;100&quot;&gt;

postの内容
&gt;POST /wcc/purchase HTTP/1.1
&gt;Host: select.worldpay.com
&gt;User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; ja; rv:1.8.1.6) Gecko/20070725 &gt;Firefox/2.0.0.6
&gt;Accept: &gt;text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
&gt;Accept-Language: ja,en-us;q=0.7,en;q=0.3
&gt;Accept-Encoding: gzip,deflate
&gt;Accept-Charset: Shift_JIS,utf-8;q=0.7,*;q=0.7
&gt;Keep-Alive: 300
&gt;Connection: keep-alive
&gt;Referer: http://support.worldpay.com/examples/example_3/jr_example3.html
&gt;Cookie: JSESSIONID=99CF0BF95BE5DB87A2ECC30CBA2685A5; SrvInst=mggwcc10a
&gt;Content-Type: application/x-www-form-urlencoded
&gt;Content-Length: 847
&gt;instId=104112&amp;cartId=WorldPay+Test+page&amp;currency=GBP&amp;desc=1+x+RS1%2C+2+x+BB1.&amp;M_recipient=tiq%40uk.worldpay.com&amp;M_subject=WorldPay+example&amp;testMode=100&amp;search=&amp;desc2=RS1&amp;cost2=19.99&amp;qty2=1&amp;desc3=BB1&amp;cost3=11.99&amp;qty3=2&amp;desc4=MJ1&amp;cost4=9.99&amp;qty4=0&amp;desc5=MJ2&amp;cost5=9.99&amp;qty5=0&amp;desc6=MJ3&amp;cost6=9.99&amp;qty6=0&amp;desc7=MJ4&amp;cost7=9.99&amp;qty7=0&amp;desc8=MJ5&amp;cost8=9.99&amp;qty8=0&amp;desc9=SG1&amp;cost9=5.99&amp;qty9=0&amp;desc10=EP1&amp;cost10=7.99&amp;qty10=0&amp;desc11=CP1&amp;cost11=9.5&amp;qty11=0&amp;desc19=ETD&amp;cost19=14.99&amp;qty19=0&amp;desc20=AF&amp;cost20=24.99&amp;qty20=0&amp;desc21=PF&amp;cost21=7.5&amp;qty21=0&amp;desc22=DH&amp;cost22=12.99&amp;qty22=0&amp;desc23=DT&amp;cost23=12.99&amp;qty23=0&amp;desc24=LR1&amp;cost24=19.99&amp;qty24=0&amp;desc25=LR2&amp;cost25=19.99&amp;qty25=0&amp;desc26=LR3&amp;cost26=9.99&amp;qty26=0&amp;desc27=SM&amp;cost27=6.98&amp;qty27=0&amp;desc28=TLS&amp;cost28=14.99&amp;qty28=0&amp;hidden=Carriage&amp;qty1=1&amp;carriage_amount=uk&amp;hidden=Carriage&amp;cost1=1.50&amp;cost=48.92&amp;x=30&amp;y=40
&gt;HTTP/1.x 200 OK
&gt;Date: Sun, 24 Feb 2008 06:08:53 GMT
&gt;Server: Apache
&gt;P3P: CP=&quot;NON CUR OUR NOR STA&quot;
&gt;Set-Cookie: SrvInst=mggwcc10a; path=/
&gt;Content-Length: 14057
&gt;X-Forwarded-To: mggwcc10a.select.worldpay.com:80
&gt;Connection: close
&gt;Content-Type: text/html; charset=ISO-8859-1

**支払いレスポンス
参照:[[Payment Response Guide&gt;&gt;http://www.worldpay.com/support/kb/mergedProjects/paymentresponse/payment_response.html]]

*試験
The live account is not enabled for transactions, so there is no risk of accidentally triggering a live
transaction until you and WorldPay have agreed that you are ready to &quot;go live&quot;.
だが、
以下のhiddenを追加することでgoing live後もtestmodeで動作させることができる。
　
&gt;&lt;input type=hidden name=&quot;testMode&quot; value=&quot;100&quot;&gt;
value;
101： 銀行の権限付与が断られたのと同等の動作
100: 銀行の権限付与が成功したのと同等の動作

*Going Live
Upon receipt of your ARF, WorldPay will review your site and its content to ensure that it complies
with WorldPay&#039;s conditions of trading. If we are satisfied, we will then activate your live account.
This process normally takes 2 working days from receipt of your ARF, assuming that your integration
is complete and your accounts have passed our full risk assessment.

[[Activationの方法&gt;&gt;http://www.worldpay.com/support/kb/mergedProjects/customisingadvanced/custa6020.html]]

*worldpay側画面の設定
参照:
[[Merchant Administration Interface Guide&gt;&gt;http://www.worldpay.com/support/kb/mergedProjects/mainavigation/mi.html]]
[[Customising Guide(Advanced)&gt;&gt;http://www.worldpay.com/support/kb/mergedProjects/customisingadvanced/custa.html#custa5000.html]]
[[Payment Response Guide&gt;&gt;http://www.worldpay.com/support/kb/mergedProjects/paymentresponse/payment_response.html]]

[[パラメータの送信で多少見た目を変更できる&gt;&gt;http://www.worldpay.com/support/kb/mergedProjects/htmlredirect/rhtml5902.html#DisplayPageParameters]]

----
#comment_num2(title_name=名前,title_msg=コメント,num=100,log=コメントログ,vsize=5)
----    </description>
    <dc:date>2008-03-01T23:49:49+09:00</dc:date>
    <utime>1204382989</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/suzuki_pankaku/pages/14.html">
    <title>作業ログ</title>
    <link>https://w.atwiki.jp/suzuki_pankaku/pages/14.html</link>
    <description>
          </description>
    <dc:date>2008-02-26T22:51:02+09:00</dc:date>
    <utime>1204033862</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/suzuki_pankaku/pages/12.html">
    <title>template</title>
    <link>https://w.atwiki.jp/suzuki_pankaku/pages/12.html</link>
    <description>
      &amp;topicpath(top=Top)
#contents()
----


*A
**AA
***AAA
 AAA
*B
**B
*C
C 

-A
+A

----
#comment_num2(title_name=名前,title_msg=コメント,num=100,log=コメントログ,vsize=5)
----    </description>
    <dc:date>2008-02-24T13:43:02+09:00</dc:date>
    <utime>1203828182</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/suzuki_pankaku/pages/2.html">
    <title>メニュー</title>
    <link>https://w.atwiki.jp/suzuki_pankaku/pages/2.html</link>
    <description>
      *[[worldpay]]
*[[作業ログ。日記的な・・・&gt;&gt;作業ログ]]

[[旧メニュー]]
&amp;link_editmenu(text=ここを編集)    </description>
    <dc:date>2008-02-24T13:41:26+09:00</dc:date>
    <utime>1203828086</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/suzuki_pankaku/pages/11.html">
    <title>旧メニュー</title>
    <link>https://w.atwiki.jp/suzuki_pankaku/pages/11.html</link>
    <description>
      **メニュー
-[[トップページ]]
-[[プラグイン紹介&gt;プラグイン]]
-[[メニュー]]
-[[メニュー2]]

----

**リンク
-[[@wiki&gt;&gt;http://atwiki.jp]]
-[[@wikiご利用ガイド&gt;&gt;http://atwiki.jp/guide/]]

**他のサービス
-[[無料ホームページ作成&gt;&gt;http://atpages.jp]]
-[[無料ブログ作成&gt;&gt;http://atword.jp]]
-[[無料掲示板レンタル&gt;&gt;http://atbbs.jp]]
-[[2ch型掲示板レンタル&gt;&gt;http://atchs.jp]]
-[[お絵かきレンタル&gt;&gt;http://atpaint.jp/]]

// リンクを張るには &quot;[&quot; 2つで文字列を括ります。
// &quot;&gt;&quot; の左側に文字、右側にURLを記述するとリンクになります


//**更新履歴
//#recent(20)    </description>
    <dc:date>2008-02-24T13:39:45+09:00</dc:date>
    <utime>1203827985</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/suzuki_pankaku/pages/10.html">
    <title>プラグイン/コメント</title>
    <link>https://w.atwiki.jp/suzuki_pankaku/pages/10.html</link>
    <description>
      * コメントプラグイン
@wikiのwikiモードでは
 #comment()
と入力することでコメントフォームを簡単に作成することができます。
詳しくはこちらをご覧ください。
＝＞http://atwiki.jp/guide/17_60_ja.html


-----
たとえば、#comment() と入力すると以下のように表示されます。

#comment    </description>
    <dc:date>2008-02-24T13:37:35+09:00</dc:date>
    <utime>1203827855</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/suzuki_pankaku/pages/9.html">
    <title>プラグイン/関連ブログ</title>
    <link>https://w.atwiki.jp/suzuki_pankaku/pages/9.html</link>
    <description>
      * 関連ブログ
@wikiのwikiモードでは
 #bf(興味のある単語)
と入力することで、あるキーワードに関連するブログ一覧を表示することができます

詳しくはこちらをご覧ください。
＝＞http://atwiki.jp/guide/17_161_ja.html

-----


たとえば、#bf(ゲーム)と入力すると以下のように表示されます。


#bf(ゲーム)
    </description>
    <dc:date>2008-02-24T13:37:35+09:00</dc:date>
    <utime>1203827855</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/suzuki_pankaku/pages/8.html">
    <title>プラグイン</title>
    <link>https://w.atwiki.jp/suzuki_pankaku/pages/8.html</link>
    <description>
      @wikiにはいくつかの便利なプラグインがあります。

-----


#ls

-----

これ以外のプラグインについては@wikiガイドをご覧ください
=&gt;http://atwiki.jp/guide/
    </description>
    <dc:date>2008-02-24T13:37:35+09:00</dc:date>
    <utime>1203827855</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/suzuki_pankaku/pages/7.html">
    <title>プラグイン/動画(Youtube)</title>
    <link>https://w.atwiki.jp/suzuki_pankaku/pages/7.html</link>
    <description>
      * 動画(youtube)
@wikiのwikiモードでは
 #video(動画のURL)
と入力することで、動画を貼り付けることが出来ます。
詳しくはこちらをご覧ください。
＝＞http://atwiki.jp/guide/17_209_ja.html

また動画のURLはYoutubeのURLをご利用ください。
＝＞http://www.youtube.com/

-----


たとえば、#video(http://youtube.com/watch?v=kTV1CcS53JQ)と入力すると以下のように表示されます。


#video(http://youtube.com/watch?v=kTV1CcS53JQ)

    </description>
    <dc:date>2008-02-24T13:37:35+09:00</dc:date>
    <utime>1203827855</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/suzuki_pankaku/pages/6.html">
    <title>プラグイン/アーカイブ</title>
    <link>https://w.atwiki.jp/suzuki_pankaku/pages/6.html</link>
    <description>
      * アーカイブ
@wikiのwikiモードでは
 #archive_log()
と入力することで、特定のウェブページを保存しておくことができます。
詳しくはこちらをご覧ください。
＝＞http://atwiki.jp/guide/25_171_ja.html


-----


たとえば、#archive_log()と入力すると以下のように表示されます。
保存したいURLとサイト名を入力して&quot;アーカイブログ&quot;をクリックしてみよう


#archive_log()
    </description>
    <dc:date>2008-02-24T13:37:35+09:00</dc:date>
    <utime>1203827855</utime>
  </item>
  </rdf:RDF>
