Update Paper Check Payment Status

Stops payment on a paper check. Partners can request a stop payment on checks by providing the check number and account identifier.

Path Params
string
required

The program code identifying the BaaS program context.

string
required

The unique identifier for the account associated with the paper check.

Body Params

The request payload containing paper check payment details.

  • AccountIdentifier: The account identifier.

  • CheckNumber: The check number to stop payment on.

  • CheckInventoryStatus: The status of the check inventory.

Represents a request to stop payment on a paper check.
Contains account identifier, check number, and check inventory status.
Inherits standard request metadata from Gd.Bos.DataTransfer.Request.RequestBase.

string | null

The unique identifier for the account associated with the check.

string | null

The number of the paper check for which payment is to be stopped.

string | null

The inventory status of the check.

Headers
string
required

A unique request identifier for tracking and logging. Should be a GUID.

string
enum
Defaults to application/json

Generated from available response content types

Allowed:
string
enum
Defaults to application/json-patch+json

Generated from available request content types

Allowed:
Responses

401

Unauthorized

Language
Credentials
Header
LoadingLoading…
Response
Choose an example:
application/json
text/json