0

変更された注文の未払い金額について、内部 Web アプリから顧客に請求書を作成して送信する必要があります。

ユースケース: 顧客が当社の Web サイトで注文し、エクスプレス チェックアウトを使用して支払う場合 スタッフは注文を変更し、内部の CRM Web アプリを使用して差額を請求する必要があります

2 つの質問:

  1. これは、この目的で使用する適切な API ですか? CreateAndSendInvoice https://developer.paypal.com/webapps/developer/docs/classic/api/invoicing/CreateAndSendInvoice_API_Operation/

  2. PayPal Web サービスを使用して電話をかけることはできますか? PayPal Web サービス http://www.paypalobjects.com/wsdl/PayPalSvc.wsdl

4

1 に答える 1

0

That's a classic API. You'll want to consult the Getting started with Classic Guide. It tells you the proper endpoints.

You would probably need to use the Invoicing system to get additional funds from Express Checkout users because you can't run a new charge at will like you can with a credit card.

于 2013-10-23T22:14:16.610 に答える