Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
MVC3 を使用して WorldPay と統合するためのコード例はありますか? 具体的には、XML 注文を WorldPay に送信します。私はずっとグーグルで検索しましたが、関連する情報を見つけることができませんでした。
WorldPayは非常にシンプルなRESTAPIを使用しています。彼らの開発者向けドキュメントには、C#の例が含まれていると思いますが、必要なのはそれだけです。
MVCは、それらとの対話方法を変更しません。コードは、SilverlightまたはWindowsフォームアプリケーションと同じです。