UpdatePaymentInput

Input type to update a Payment.

Input Fields

ref (String!)

External reference to the Payment. Must be unique.
Max character limit: 100.

status (String)

The current status of the Payment.
By default, the initial value will be CREATED, however no other status values are enforced by the platform.
The status field is also used within ruleset selection during orchestration. For more info, see Orchestration
Status of the Payment.
Max character limit: 25.

billingAccount (BillingAccountKey)

The BillingAccount associated with this Payment.

attributes ([AttributeInput])

A list of attributes associated with the Payment. This can be used to extend the existing data structure with additional data.