Skip to main content
const TransferStatus: {
  Completed: "completed";
  Failed: "failed";
  Processing: "processing";
  Quoted: "quoted";
};
Defined in: _vendor/api/types/TransferStatus.ts:4 The current status of the transfer, indicating what action you need to take next. Required when validateOnly is false.

Type Declaration

Completed

readonly Completed: "completed" = "completed";

Failed

readonly Failed: "failed" = "failed";

Processing

readonly Processing: "processing" = "processing";

Quoted

readonly Quoted: "quoted" = "quoted";