Stop a check transfer

Stop a check transfer.

Path parameters

idstringRequired

The unique identifier for the check transfer

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

This endpoint expects an object.
reasonenumRequired

The reason for stopping a check transfer payment. Possible values include:

  • mail_delivery_failure: The check could not be delivered.
  • not_authorized: The check was not authorized.
  • voided: The check was stopped and voided.
  • unknown: The reason for stopping the check transfer is unknown.
Allowed values:

Errors