directDebitPaymentDayUpdate
DEPRECATED: Please use updatePaymentSchedulePaymentDay instead
Update monthly Direct Debit payment day
This field requires the Authorization header to be set.
Deprecation
The 'directDebitPaymentDayUpdate' field is deprecated.Please use the 'updatePaymentSchedulePaymentDay' mutation instead.
- Marked as deprecated on 2020-10-02.
- Scheduled for removal on or after 2023-04-06.
A brownout is in_progress for 'Mutation.directDebitPaymentDayUpdate' from July 29, 2026, 5:33 a.m. to Aug. 5, 2026, 7:06 a.m..
Arguments
Returns
DirectDebitPaymentDayUpdateDEPRECATED: Please use updatePaymentSchedulePaymentDay instead
Update monthly Direct Debit payment day
This field requires the Authorization header to be set.
Possible Errors
Allowed Viewers
Query Complexity
1Examples
The example data in the variables and responses below are autogenerated values designed to resemble real inputs. They do not represent actual customer data, and in some cases may require additional validation.
mutation DirectDebitPaymentDayUpdate($input: DirectDebitPaymentDayUpdateInput!) {
directDebitPaymentDayUpdate(input: $input) {
errors {
...ErrorTypeFragment
}
paymentSchedule {
...PaymentScheduleTypeFragment
}
}
}
Variables
{
"input": DirectDebitPaymentDayUpdateInput
}
Response
{
"data": {
"directDebitPaymentDayUpdate": {
"errors": [ErrorType],
"paymentSchedule": PaymentScheduleType
}
}
}