請求書 ID でトランザクションを検索するために Paypal API で使用する正しいエンドポイントを探しています。サイトでの支払いのために顧客を PayPal にリダイレクトするときに、請求書 ID を PayPal に送信します。放棄されたカートを正しく解決するには、ペイパルでこれらの請求書 ID を調べて、完了したトランザクションがあるかどうかを確認する必要があります。ありがとう。
1 に答える
1
You can use the TransactionSearch API, and use the INVNUM as the criteria to search by. The API Endpoint will depend on if you are trying this on live or sandbox, what type of format you are using, and what type of authentication you are using. You can find a list of the endpoints here.
于 2013-07-09T19:06:52.153 に答える