Update Check Book Order Statusput https://example.com/programs/{programCode}/accounts/{accountIdentifier}/checkBookOrderUpdates the status of a paper check book order, such as marking it as not received.Path ParamsprogramCodestringrequiredThe program code identifying the BaaS program context.accountIdentifierstringrequiredThe unique identifier for the account associated with the check book order.Body ParamsThe request payload containing check book order details. AccountIdentifier: The account identifier. OrderConfirmationToken: The confirmation token for the check book order. CheckBookOrderStatus: The status of the check book order. accountIdentifierstring | nullThe unique identifier for the account for which the checkbook is being ordered.orderConfirmationTokenstring | nullThe token confirming the checkbook order, used for validation or tracking.checkBookOrderStatusstring | nullThe status of the checkbook order (e.g., "Pending", "Confirmed", "Cancelled").HeadersX-GD-RequestIdstringrequiredA unique request identifier for tracking and logging. Should be a GUID.acceptstringenumDefaults to application/jsonGenerated from available response content typesapplication/jsontext/jsonAllowed:application/jsontext/jsonResponses 200OK 401Unauthorized 403Forbidden 500Internal Server Error 503Service UnavailableUpdated 2 months ago