Modification Method

The method below allows you to change recurrences.

Modification of Recurrence

ChangePixAutomatic: For the payer, it allows modification of recurrence settings, such as notifications, use of credit line or maximum amount. And for the recipient, the payer's name and date of the first payment.

{
    "Method": "ChangePixAutomatic",
    "PartnerId": 30519,
    "BusinessUnitId": 51138,
    "TaxNumber": "32135498755",
    "RecurrenceId": "12345678901234567890123456789",
    "PayerName": null,
    "FirstPayment": null,
    "Notification": true,
    "CreditLine": true,
    "MaximumValue": 2000
}
{
    "Success": "true",
    "Message": "Recurrence modification completed successfully",
    "RecurrenceId": "12345678901234567890123456789"
}
ParameterDescriptionMandatoryTypeComments
MethodMethod or action to be executed in the requestYesString
BusinessUnitIdIdentifier of the business unitYesInteger
PartnerIdPartner identifierYesInteger
RecurrenceIdRecurrence identifierYesString
PayerNamePayer's nameNoStringFor the receiver, at least one of the fields PayerName or FirstPayment must be filled.
FirstPaymentFirst paymentNoStringFor the receiver, at least one of the fields PayerName or FirstPayment must be filled.
NotificationIndicates if scheduling notifications will be receivedNoBooleanFor the payer, at least one of the fields Notification, CreditLine, or MaximumValue must be filled.
CreditLineIndicates if payment is via credit lineNoBooleanFor the payer, at least one of the fields Notification, CreditLine, or MaximumValue must be filled.
MaximumValueMaximum allowed value for the paymentNoFloatFor the payer, at least one of the fields Notification, CreditLine, or MaximumValue must be filled.