recordCancelledPayment
Record one or more cancelled payments.
Arguments
Details about the cancelled payments.
- KT-CT-1111: Unauthorized.
- KT-CT-1113: Disabled GraphQL field requested.
- KT-CT-1609: The provided datetime ISO string is not timezone aware, please provide timezone information.
- KT-CT-3986: Received no input for action intent.
- KT-CT-3988: Number of items in list exceeds maximum value.
- KT-CT-7899: An internal error occurred.
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.
mutation RecordCancelledPayment($input: RecordCancelledPaymentInput!) {
recordCancelledPayment(input: $input) {
noticeBatchIdentifier
}
}
Variables
{
"input": RecordCancelledPaymentInput
}
Response
{
"data": {
"recordCancelledPayment": {
"noticeBatchIdentifier": "72937390"
}
}
}