PUT
/
v2.01
/
{ClientId}
/
recurringpayinregistrations
/
{RecurringPayinRegistrationId}

This call can be used to change the following parameters:

  • Status – To manually close the recurring pay-in registration with the ENDED status. When doing so, no recurring pay-in can be created based on the registration anymore.
  • CardId – To modify the card to use for recurring pay-ins. When doing so, a new CIT is required (with SCA).
  • Billing and Shipping – To change information about billing and shipping.

Body parameters

CardId
string
required

The unique identifier of the Card object, obtained during the card registration process.

Status
string

Allowed values: ENDED

The status of the recurring registration:

  • CREATED – The recurring registration was created, but no recurring pay-in has yet been made.
  • AUTHENTICATION_NEEDED – The latest recurring pay-in linked to the registration object was refused. The registration object can still be used, but you need to execute a new customer-initiated transaction (CIT) for the end user to reauthenticate.
  • IN_PROGRESS – The recurring registration object is in use and the subsequent corresponding recurring pay-ins can be made.
  • ENDED – The recurrence ended: the registration can no longer be modified nor reused.
Shipping
object

Default value: FirstName, LastName, and Address information of the Billing object, if supplied, otherwise of the user (author).

Information about the end user’s shipping address. If left empty, the default values will be automatically taken into account.

Billing
object

Default value: FirstName, LastName, and Address information of the Shipping object if any, otherwise the user (author).

Information about the end user billing address. If left empty, the default values will be automatically taken into account.

Responses