惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Google DeepMind News
Google DeepMind News
大猫的无限游戏
大猫的无限游戏
S
Securelist
The Hacker News
The Hacker News
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
F
Fortinet All Blogs
Jina AI
Jina AI
K
Kaspersky official blog
T
Threat Research - Cisco Blogs
Stack Overflow Blog
Stack Overflow Blog
Webroot Blog
Webroot Blog
有赞技术团队
有赞技术团队
T
The Blog of Author Tim Ferriss
量子位
S
Schneier on Security
Latest news
Latest news
D
Darknet – Hacking Tools, Hacker News & Cyber Security
O
OpenAI News
云风的 BLOG
云风的 BLOG
M
MIT News - Artificial intelligence
博客园 - 叶小钗
L
LINUX DO - 最新话题
V
Visual Studio Blog
U
Unit 42
Hacker News - Newest:
Hacker News - Newest: "LLM"
S
Security Affairs
AWS News Blog
AWS News Blog
S
Secure Thoughts
腾讯CDC
Cloudbric
Cloudbric
H
Help Net Security
The GitHub Blog
The GitHub Blog
阮一峰的网络日志
阮一峰的网络日志
C
Cyber Attacks, Cyber Crime and Cyber Security
WordPress大学
WordPress大学
The Last Watchdog
The Last Watchdog
www.infosecurity-magazine.com
www.infosecurity-magazine.com
博客园 - 【当耐特】
Exploit-DB.com RSS Feed
Exploit-DB.com RSS Feed
D
DataBreaches.Net
A
About on SuperTechFans
G
GRAHAM CLULEY
Forbes - Security
Forbes - Security
Hugging Face - Blog
Hugging Face - Blog
Martin Fowler
Martin Fowler
Vercel News
Vercel News
Cisco Talos Blog
Cisco Talos Blog
NISL@THU
NISL@THU
cs.CL updates on arXiv.org
cs.CL updates on arXiv.org
Know Your Adversary
Know Your Adversary

博客园 - 亲,注意身体

magento 数据清理 magento top menu edit CookieConter 转换为string magento sitemap cms page remove home and generate sitemap error magento toplink blank li magento 语言包 magetno awblog auto generate title id, js replace magento moneybooker 操作 JS 正则 js 数组 组合(转) magento checkout require magento 记录蜘蛛爬行日志 magento moneybooker redirect 添加信任站点 bat 设置信任站点等级 moneybooker api 文档 magento htaccess Navicat 注册码,序列号 magento 修改订单号 Magento 删除所有订单 适于于1.4+
moneybooker api/mqi query
亲,注意身体 · 2012-03-20 · via 博客园 - 亲,注意身体

查询历史交易
<form action="https://www.moneybookers.com/app/query.pl">
<input type=hidden name='email' value='merchant@gmail.com' />
<input type=hidden name=cust_id value=merchantid >
<input type=hidden name=action value=history >
<input type=text name=start_date value=20-03-2012 >
<input type=text name=end_date value=21-03-2012 >
<input type=hidden name=password value=api/mpi md5 password >
<input type=submit>
</form>
根据交易流水号查询
<form action="https://www.moneybookers.com/app/query.pl">
<input type=hidden name='email' value='merchant@gmail.com' />
<input type=hidden name=action value=status_trn >
<input type=text name=mb_trn_id value=mb_trn_id >
<input type=hidden name=password value=api/mpi md5 password >
<input type=submit>
</form>

验证邮箱
<form action="https://www.moneybookers.com/app/email_check.pl">
<input name='email'value='merchant@gmail.com' />
<input type=hidden name=cust_id value=merchantid>
<input type=hidden name=password value=api/mpi md5 password>
<input type=submit>
</form>

需要在帐户里开启 api/mqi,email check tools 且设置好允许使用API/MQI的IP

posted on 2012-03-20 14:35  亲,注意身体  阅读(200)  评论()    收藏  举报