Closed dmitrii-fediuk closed 6 years ago
Starting this task.
I need to implement #65 first (If a bank card transaction was just preauthorized (not captured yet), then my SuccessURL
handler should mark it so in Magento (currently it wrongly marks it as captured)).
I am beginning to implement this task.
A
CapturePayment
can refer to an existing approved payment by either the merchant referenceMerchantTxnID
or the APC referencePaymentID
.It is not necessary to reference payment details when settling a pre-approved payment, either a credit card that was authorized or a bank account that was validated. However the payment object details can be supplied again or if the merchant uses the APCSecure service a SecureToken can be supplied.
developer.alphacommercehub.com.au/docs/api-integration-guidenov-2017#payment-lifecycle
Implemented in 0.5.3
http://developer.alphacommercehub.com.au/docs/api-integration-guidenov-2017#transaction-types