99901066
.skipThreeDSecure
connection option when creating a transaction.
payment_source
set to either card_on_file
and recurring
payments. For a card on file transaction, recurring customer-present (CIT)
payments are supported, but for merchant initiated (MIT) payments some additional data is required when creating a transaction. This applies to both card_on_file
and recurring
MIT
transactions.
When processing a MIT recurring payment, please pass along the scheme_transaction_id
of the previous transaction to the new transaction as the previous_scheme_transaction_id
.
previous_scheme_transaction_id
only needs to be sent if merchant_initiated
is set to true
. Please always send the scheme_transaction_id
returned in our response
for the previous transaction in the series.