recordPendingPayment
Record one or more pending payments.
Arguments
Details about the pending payments.
Possible Errors
- 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-3985: Received multiple inputs for action intent.
- KT-CT-3986: Received no input for action intent.
- KT-CT-3987: Invalid payment method type code.
- KT-CT-3988: Number of items in list exceeds maximum value.
- KT-CT-7899: An internal error occurred.
Allowed Viewers
Required Permissions
Can record payment stateQuery 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 RecordPendingPayment($input: RecordPendingPaymentInput!) {
recordPendingPayment(input: $input) {
noticeBatchIdentifier
}
}
Variables
{
"input": RecordPendingPaymentInput
}
Response
{
"data": {
"recordPendingPayment": {
"noticeBatchIdentifier": "29919312"
}
}
}