流程
- 申請帳號
- 到 PayPal Developer 開通開發帳號
- 沙盒測試網址加上 sandbox 即可
https://www.sandbox.paypal.com
https://ipnpb.sandbox.paypal.com - 針對開發人員的 PayPal 和 IPN(交易狀態更新)介紹
--
開啟 IPN (交易狀態更新、即時付款通知)
個人檔案 → 我的銷售工具 → 交易狀態更新
--
自訂付款
- business :
- amount :
- return :
- cancel_return :
一個實際案例
- notify_url: 設定 IPN 返回網址
- return: 成功付款返回網址
- cancel_return: 取消交易返回網址
--
IPN
將接收的 IPN $_POST 轉成陣列
--
驗證 IPN 是否屬實
- https://ipnpb.paypal.com/cgi-bin/webscr?cmd=_notify-validate&
VERIFIED 有效,INVALID 無效
--
REST API
--
輔助資源
--
4,673 total views, 1 views today