CRSCARFDeclarationResult:
    | { status: "Confirmed"; error?: undefined }
    | { status?: undefined; error: StripeError<OnrampError> }

Result of presenting the CRS/CARF declaration.

Type declaration

  • { status: "Confirmed"; error?: undefined }
    • status: "Confirmed"

      The customer accepted the declaration.

    • Optionalerror?: undefined
  • { status?: undefined; error: StripeError<OnrampError> }