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.
私はイベント マネージャー プロジェクトに取り組んでおり、ユーザーがアカウントを作成するときに PayPal Billing Agreement に同意する必要があるようにしたいと考えています。これが発生したら、イベントで購入をクリックして、すぐに PayPal アカウントに請求できるようにしたいと思います。PayPal Payments Pro の準備ができました。あとはこれを機能させるだけです。
これは PayPal で可能ですか、それとも別のルートをたどる必要がありますか?
サインアップ時に SetCustomerBillingAgreement API オペレーションを使用して、Billing Agreement を設定できることがわかりました。次に、支払いを請求するときに、DoReferenceTransaction API オペレーションを使用し、前のオペレーションで返された Billing Agreement ID を使用できます。