E-Payment Integrator 2020 Python Edition

Questions / Feedback?

authorize Method

This method sends an Authorization transaction to PayPal.

Syntax

def authorize() -> None: ...

Remarks

There are two types of transactions, Sales and Authorizations. In a Sale, the transaction is automatically captured, and funds are automatically deposited into your PayPal account.

However, in the case of an authorization (using the on_authorize method), funds are not automatically captured. You must manually capture the funds with the capture method.

Copyright (c) 2021 /n software inc. - All rights reserved.
E-Payment Integrator 2020 Python Edition - Version 20.0 [Build 7941]