payment_source
(either recurring
or card_on_file
)
and the merchant_initiated
and is_subsequent_payment
flags are set to false
. This will ensure a customer-present flow is
triggered and a payment method is created that keeps track of Trustly’s “split token”.
payment_source
(either recurring
or card_on_file
)
and the merchant_initiated
and is_subsequent_payment
flags are set to true
. This will ensure a customer-not-present flow is
triggered with the stored split token.
refreshSplitToken
on a new customer-present transaction. It is important in this request to
set a redirect_url
to redirect the user back to your site after they have approved the transaction.