ResultCode
and ResultMessage
can be returned on card pay-ins:Migration
parameter of the Recurring PayIn Registration object is deprecated and should no longer be used.Migration of card pay-ins to a recurring card flow is no longer supported, and recurring pay-in registrations should not be created with Migration
value of true
.Existing objects with Migration
set to true
are likely to fail or no longer be usable. This may be indicated by the Status
changing to AUTHENTICATION_NEEDED
or by errors on the pay-in request, for example: non-existent card account (008008), soft decline (101305), expired card (101105), or stolen card (008003).When this happens on an object with Migration
set to true
, platforms must create a new recurring pay-in registration without the Migration
parameter (default value is false
) to re-initiate the recurrence. This will require re-authentication from the user in a CIT payment.Migration
set to true
and create new ones to replace them. This will reduce the likelihood of failed payments and give the best experience to your users.