Skip to main content

RemoteDepositCapture

No description

type RemoteDepositCapture {
amount: DecimalString!
amountCurrency: String!
amountForDisplay: String!
backImage: StorageReference!
contributionType: HsaContributionType
contributionYear: YearString
createdAt: String!
effectiveDate: String
errorMessage: String
frontImage: StorageReference!
id: ID!
note: String
status: RemoteDepositCaptureStatus!
}

Fields

RemoteDepositCapture.amount ● DecimalString! non-null scalar

The amount to deposit as a string with decimal precision, e.g. 123.45

RemoteDepositCapture.amountCurrency ● String! non-null scalar

The currency code of the amount, defaults to USD

RemoteDepositCapture.amountForDisplay ● String! non-null scalar

Formatted amount with currency symbol

RemoteDepositCapture.backImage ● StorageReference! non-null object

Reference to an image of the back side of the check

RemoteDepositCapture.contributionType ● HsaContributionType enum

The type of this contribution

RemoteDepositCapture.contributionYear ● YearString scalar

The year for which this contribution should apply

RemoteDepositCapture.createdAt ● String! non-null scalar

The timestamp when this deposit was originally created

RemoteDepositCapture.effectiveDate ● String scalar

The official effective date of the deposit, according to the bank, as a YYYY-MM-DD string.

RemoteDepositCapture.errorMessage ● String scalar

If the deposit errored out, this will contain the error.

RemoteDepositCapture.frontImage ● StorageReference! non-null object

Reference to an image of the front side of the check

RemoteDepositCapture.id ● ID! non-null scalar

The ID that uniquely identifies this transfer

RemoteDepositCapture.note ● String scalar

A user's note for information about the deposit

RemoteDepositCapture.status ● RemoteDepositCaptureStatus! non-null enum

The current status of the deposit

Member of

SubmitRemoteDepositCapturePayload object