Skip to main content

Arguments

Returns

UpdatePaymentSchedulePaymentAmount

Update monthly Direct Debit payment amount. Enter amount in pence

Lower limit: 100p (£1), Upper limit: 100,000p (£1,000)

This field requires the Authorization header to be set.

Allowed Viewers

Customer Partner User Third party

Required Permissions

Can access customer queries
OR Can update dd amount

Query Complexity

1

Examples

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.

Query

mutation UpdatePaymentSchedulePaymentAmount($input: UpdatePaymentSchedulePaymentAmountInput!) { updatePaymentSchedulePaymentAmount(input: $input) { paymentSchedule { ...PaymentScheduleTypeFragment } } }

Response

{ "data": { "updatePaymentSchedulePaymentAmount": { "paymentSchedule": PaymentScheduleType } } }