Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 1.21 KB

TransferAuthorizationGuaranteeDecision.md

File metadata and controls

12 lines (7 loc) · 1.21 KB

TransferAuthorizationGuaranteeDecision

Indicates whether the transfer is guaranteed by Plaid (Guarantee customers only). This field will contain either GUARANTEED or NOT_GUARANTEED indicating whether Plaid will guarantee the transfer. If the transfer is not guaranteed, additional information will be provided in the guarantee_decision_rationale field. Refer to the code field in guarantee_decision_rationale for details.

Properties

Name Type Description Notes
value str Indicates whether the transfer is guaranteed by Plaid (Guarantee customers only). This field will contain either `GUARANTEED` or `NOT_GUARANTEED` indicating whether Plaid will guarantee the transfer. If the transfer is not guaranteed, additional information will be provided in the `guarantee_decision_rationale` field. Refer to the `code` field in `guarantee_decision_rationale` for details. must be one of ["GUARANTEED", "NOT_GUARANTEED", "null", ]

[Back to Model list] [Back to API list] [Back to README]