[Omise] Video 3. Authorize a card payment, and capture it from the Magento side

CAPTIONS:

0:00:05
You can choose a frontend payment action: «Authorize» or «Capture»
separately for your new and returning customers.

0:00:09
We have set it to «Authorize», so a payment amount will be just blocked on a customer’s bank card, and we will capture (or void) it later.

0:00:13
Let’s place an order.

0:00:27
The order is placed, and the payment amount is blocked on the customer’s bank card.

0:00:34
There is no invoice yet.

0:00:36
Let’s review the order in the Magento 2 backend.

0:00:54
There is no invoice yet.

0:00:59
There are 2 transaction entries: for an initial charge API request, and for a 3D secure confirmation event.

0:01:03
The initial charge API request.

0:01:09
The 3D secure confirmation event.

0:01:17
Let’s review the charge in the Omise backend.

0:01:21
As you can see, the charge is not yet captured.

0:01:26
There are 2 ways to capture a charge: from the Magento backend, and from the Omise backend.
In this video we will illustrate the first way.

0:01:31
To capture the payment (charge) from the Magento backend, we create an invoice for it.

0:01:44
Use the «Capture Online» option for the invoice.

0:01:51
The invoice is successfully created, so the payment is captured. Let’s check it.

0:02:07
There is a new transaction entry: for the «capture» API request and response.

See also: