E-Payment Integrator 2020 Python Edition

Questions / Feedback?

checkout_payment Method

Either obtain payment for a final sale, or request authorization for later capture of payment.

Syntax

def checkout_payment() -> None: ...

Remarks

This method completes the sale or authorization. When this method is called, the following properties are required in the request:

To obtain payment for a final sale you will have to set the payment_action property to aSale. If you want to request an authorization, the payment_action property has to be set to aAuthorization. Then, you will need to use capture to capture the transaction.

The following information may be optionally provided in the request:

The response and payment properties may be returned in the response.

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