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.
隠し変数を使用して、ペイパルフォームを使用してウェブサイトでの支払いを承認しています。
<input type="hidden" name="paymentaction" value="authorization" >
私のウェブサイトを介してこの承認されたトランザクションを無効にするにはどうすればよいですか (ユーザーが注文をキャンセルした場合)。
ありがとう
Web サイトからこれを実行できるようにするには、 DoVoid API呼び出しを使用する必要があります。