PortX ORCA Account Management (0.8.0)
Download OpenAPI specification:Download
PortX ORCA semantic and interaction is based on ISO 20022 and restricted to the US banking domain. The scope covers the following communication flows: bank account opening, maintenance, closing and reporting. In many cases, the financial institution will require additional documentation that is available as PDF or Word document. The recommended solution is to group one ORCA message (for example the account opening request) with these accompanying documents in one file archive. The archive establishes the link between the different documents. Every ORCA request message has an attribute to support the ISO 20022 digital signature.
Retrieves a list of accounts matching the parameters.
Authorizations:
query Parameters
accountId.eq | string (Id) [ 1 .. 36 ] characters Example: accountId.eq=5fb9d4d6-1a3c-11ed-861d-0242ac120002 |
accountOwnershipType.eq | string |
accountType.eq | string |
accountBranchCode.eq | string |
status.eq | string <date> (Date) Example: status.eq=2022-04-17 A particular point in the progression of time in a calendar year expressed in the YYYY-MM-DD format. |
accountNumber.eq | string (AccountNumber) <= 30 characters Example: accountNumber.eq=012345678 The account number or Basic Bank Account Number (BBAN). A Basic Bank Account Number (BBAN) is a bank account number that includes the domestic bank code, branch identifier, and account number. It is a unique identifier for a bank account within a specific country. |
cursor | string Specifies an opaque string value ( "no meaning" string value) at which start retrieving transactions. For instance, limit=5&cursor=62aef884fbe3470ce7d9a92140b09b17 |
limit | string Specifies the number of resources to return in one request, specified as an integer from 1 to 100. |
header Parameters
servicerId | string (Id) [ 1 .. 36 ] characters Example: 5fb9d4d6-1a3c-11ed-861d-0242ac120002 Account Servicer Identification (Bank) |
servicerBranchId | string (ServicerBranchId) [ 1 .. 36 ] characters Example: SEA_1 Identification of the account servicer institution at branch level or center level. |
Pagination-Cursor required | string Pagination Cursor |
Pagination-Total required | string Total number of resources. |
Responses
Response samples
- 200
- 400
- 500
[- {
- "accountId": "033-DDA-123456",
- "accountNumber": "012345678",
- "accountBranchCode": "SEA_1",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "identifiers": [
- {
- "number": "string",
- "schemeName": "BBANIdentifier",
- "issuer": "string"
}
], - "accountType": "Checking",
- "ownershipType": "SingleOwnerAccount",
- "name": "Hermes PD_CA 0002",
- "accountPurpose": "This is a description.",
- "currency": "USD",
- "status": "Active",
- "parties": [
- {
- "partyId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "partyType": "Person",
- "partyAccountRole": "AccountOwner",
- "partyAccountRoleCode": "50",
- "partyName": "Jane Birkin",
- "employeeIndicator": true
}
], - "relatedAccounts": [
- {
- "accountRelationType": "Child",
- "accountId": "033-DDA-123456",
- "accountNumber": "012345678",
- "accountType": "Checking",
- "name": "Hermes PD_CA 0002",
- "balances": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "balanceName": "Available",
- "amount": "100",
- "count": 0,
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
]
}
], - "balances": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "balanceName": "Available",
- "amount": "100",
- "count": 0,
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
], - "audit": {
- "status": "string",
- "creationDate": "2022-04-17",
- "lastModificacionChannel": "Email",
- "lastModificationDate": "2022-04-17",
- "channels": [
- {
- "lastActivityDate": "2022-04-17",
- "name": "Email",
- "activityType": "string",
- "amount": "100"
}
]
}
}
]
Opens an Account
Authorizations:
header Parameters
idempotencyId | string (Id) [ 1 .. 36 ] characters Example: 5fb9d4d6-1a3c-11ed-861d-0242ac120002 Idempotency identifier used by the client when making repeated calls |
servicerId | string (Id) [ 1 .. 36 ] characters Example: 5fb9d4d6-1a3c-11ed-861d-0242ac120002 Account Servicer Identification (Bank) |
servicerBranchId | string (ServicerBranchId) [ 1 .. 36 ] characters Example: SEA_1 Identification of the account servicer institution at branch level or center level. |
Core-Validation-Mode | string <ENFORCING|PERMISSIVE|DISABLED> Indicates how the API validates requests against the core validation request policy. ENFORCING: The API validates all requests against the core validation request policy. The API only sends requests that pass validation to the back-end core service. PERMISSIVE: The API validates all requests against the validation request policy. The API sends all requests to the back-end service, regardless of whether they pass or fail the core validation. DISABLED: The API does not validate any requests against the validation request policy. The API gateway sends all requests to the core back-end service. |
Request Body schema: application/json
accountBranchId | string (ServicerBranchId) [ 1 .. 36 ] characters Example: "SEA_1" Identification of the account servicer institution at branch level or center level. To overlay the codes to produce a unique identifier the following expresion is used: BranchRegionCode-BranchSubdivisionCode. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
accountNumber | string (AccountNumber) <= 30 characters Example: "012345678" The account number or Basic Bank Account Number (BBAN). A Basic Bank Account Number (BBAN) is a bank account number that includes the domestic bank code, branch identifier, and account number. It is a unique identifier for a bank account within a specific country. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
accountType required | string [ 1 .. 35 ] characters Example: "Checking" Type of the account. Some possible ISO 20022 compliant values are: Checking, CardAccount, CashPayment, Charges, CashIncome, Commission, ClearingParticipantSettlementAccount, LimitedLiquiditySavingsAccount, MarginalLending, MoneyMarket, NonResidentExternal, Overdraft, OverNightDeposit, Settlement, Salary, Savings, Tax, TransactingAccount, CashTrading, VirtualAccount, CreditCard, DebitCard, Universal, Investment, EpurseCard, CertificateOfDeposit, MoneyMarketChecking, RetirementAccount, StockOrBond, PrePaid, FleetCard, Cash, DebitAccount, CreditAccount, Benefit, HealthSavingsAccount, FlexibleSpendingAccount, ForBenefitOf, Estate, ClientTrustAccount, LawyersTrustAccount, KeoghPlanAccount, UniformTransfersToMinorsAct, UniformGiftsToMinorsAct, ReserveFunds, SelfDirectedBrokerage, IRA, Annuity, ExternalAccount, Loan. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array of objects (RoutingNumber) | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array of objects (AccountIdentification) | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
securedIndicator | boolean Indicates whether the Account is secure. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
securedType | string (SecuredAccountType) [ 1 .. 17 ] characters Example: "Collateral" Indicates how the account is secured. Possible Values: Collateral, Agent | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
object (AccountPayment) Account payment information. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
object (AccountPayout) Distribution of funds or assets to an individual or entity. In relation to investments, loans, insurance policies, and retirement accounts. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ownershipType required | string (AccountOwnershipType) [ 1 .. 35 ] characters Example: "SingleOwnerAccount" Specifies the type of account ownership. Possible ISO 20022 compliant values names are: JointAccountWithSurvivorshipRights, JointAccountInCommon, CustodialAccount, SingleOwnerAccount, JointAccount, Corporation, Organization, Business, FormalPartnership, FormalTrust, Nominee, NonProfitOrganization, NotForProfitOrganization, ForProfit, EUResidualEntity, USGovernmentOrganization, GovernmentOrganization, LimitedLiabilityCompany, RegisteredInvestmentCompany, Entrepreneurial, Unincorporated, LimitedPartnership, LimitedLiabilityPartnership, BareOwner, Usufructuary, Fiduciary, ServicerEmployeeAccount, BusinessTrust, FamilyTrust, Estate, PublicFunds, NonUSGovernmentOrganization, Church, Club. More general possible values: Direct, Indirect. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
balanceType | string (Balance Type) Example: "Asset" Account Balance Type. Possible Values: Asset, positive transaction amount increases balance; Liability, positive transaction amount decreases balance; Equity. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
productId | string (ProductId) [ 1 .. 36 ] characters Example: "PD_CA_0002" Identification of the product offered by a financial institution to its customers. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
name | string (AccountName) [ 1 .. 70 ] characters Example: "Hermes PD_CA 0002" Name of the account. It provides an additional means of identification, and is designated by the account servicer in agreement with the account owner. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
accountPurpose | string (Description) [ 1 .. 1025 ] characters Example: "This is a description." | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
currency | string (CurrencyCode) = 3 characters ^([A-Z]{3})?$ Example: "USD" Three contiguous letters for the representation of currencies and funds. Valid currency codes are registered with the ISO 4217 Maintenance Agency. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
initialAmount | string (Amount) <= 23 characters ^-?([0]|([1-9][0-9]{0,12}))([.][0-9]{0,8})?$ Example: "100" Number of monetary units where the size of the decimal part is defined by the currency. Note: total number of digits: 21 number of digits in fractional part: 8 maxInclusive: 9999999999999.99999999 minInclusive: -9999999999999.99999999 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
depositDate | string <date> Example: "2022-04-17" Initial desposit date | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
object (AccountContract) Account contractual details between the owners and the account servicer. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
required | Array of objects (AccountDetailedParty) | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
maturityDate | string <date> (Date) Example: "2022-04-17" A particular point in the progression of time in a calendar year expressed in the YYYY-MM-DD format. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array of objects (RelatedAccount) | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
referenceAccount | string [ 1 .. 36 ] characters Example: "5fb9d4d6-1a3c-11ed-861d-0242ac120002" Account used as a reference for the account opening. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array of objects (SpotDate) | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array of objects (SpotDate) Projected account dates. Possible values: AnticipatedPayOff. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array of objects (Restriction) | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array of objects (Limit) | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
object (FinancialStatement) Specifies financial statement details. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array of objects (InterestCalculation) | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array of objects (ChargeCalculation) | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array of objects (Tax) | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array of objects (CommunicationChannel) | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
relationshipId | string [ 1 .. 36 ] characters Example: "5fb9d4d6-1a3c-11ed-861d-0242ac120002" This id gives the ability to view a party’s total relationship with the bank. The relationship Id ties multiple parties and accounts together. This code is also used to reduce mailing costs during marketing campaigns to avoid sending duplicate materials to parties residing at the same address. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array of objects (GenericAccountCode) | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
object (AccountPrintOptions) | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
object (AccountBillDetails) Billing information of the payment | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
object (Collateral) Assets pledged by a debtor to secure a loan or an exposure and subject to seizure in the event of default. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
object (AccountContactDetails) Specifies the contact details of a person. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
object (AccountRenewal) Information related to the account renewal | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array of objects (ServicerAlert) Account alerts to be received by the account servicer. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
object (AccountHistory) History attribute values. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
object (AccountDetailedStatus) Specifies the current state of an account. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
supplementaryData | object (SupplementaryData) Additional information that cannot be captured in the structured elements and/or any other specific block. If this information need to be converted in ISO Messages, must be ISO 20022 compliant: it requires development of a compliant message extension model and its components must be registered in the ISO 20022 Data Dictionary. https://www.iso20022.org/catalogue-messages/additional-content-messages/supplementary-data | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array of objects (Comment) Bank commnents of the account. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
object (AccountProfile) | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Responses
Request samples
- Payload
{- "accountBranchId": "SEA_1",
- "accountNumber": "012345678",
- "accountType": "Checking",
- "routingNumbers": [
- {
- "number": "012345678",
- "routingNumberType": "ACH"
}
], - "identifiers": [
- {
- "number": "string",
- "schemeName": "BBANIdentifier",
- "issuer": "string"
}
], - "securedIndicator": true,
- "securedType": "Collateral",
- "payment": {
- "numberOfPayments": 0,
- "next": {
- "domain": "Payments",
- "family": "CustomerCardTransactions",
- "subFamily": "CreditCardPayment",
- "codes": [
- {
- "codeType": "DetailBAI",
- "name": "string",
- "value": "195",
- "description": "This is a Title."
}
], - "repaymentScheduleId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "amount": "100",
- "minimumDueAmount": "100",
- "expectedDate": "2022-04-17",
- "dueDate": "2022-04-17",
- "repaymentType": "Principal",
- "identifiers": [
- {
- "number": "string",
- "schemeName": "UETR",
- "issuer": "Banc of California"
}
], - "balances": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "balanceName": "Available",
- "amount": "100",
- "count": 0,
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
]
}, - "last": {
- "domain": "Payments",
- "family": "CustomerCardTransactions",
- "subFamily": "CreditCardPayment",
- "codes": [
- {
- "codeType": "DetailBAI",
- "name": "string",
- "value": "195",
- "description": "This is a Title."
}
], - "repaymentScheduleId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "amount": "100",
- "minimumDueAmount": "100",
- "expectedDate": "2022-04-17",
- "dueDate": "2022-04-17",
- "repaymentType": "Principal",
- "identifiers": [
- {
- "number": "string",
- "schemeName": "UETR",
- "issuer": "Banc of California"
}
], - "balances": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "balanceName": "Available",
- "amount": "100",
- "count": 0,
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
], - "paymentId": "0dd926fe-1ca2-11ed-861d-0242ac120002",
- "reversalIndicator": true,
- "remittanceInformation": {
- "remittanceNumber": "string",
- "documentType": "string"
}, - "valueDate": "2022-04-17T08:00:00Z",
- "bookingDate": "2022-04-17T08:00:00Z",
- "charges": [
- {
- "name": "CardLatePayment",
- "description": "This is a description.",
- "amount": "100",
- "adjustment": "100"
}
], - "interests": [
- {
- "name": "Deposit",
- "amount": "100"
}
], - "paymentDate": "2022-04-17",
- "cycleDate": "2022-04-17",
- "paymentReason": "CashManagementTransfer",
- "paymentName": "string",
- "delinquentDays": 0
}, - "payments": [
- {
- "domain": "Payments",
- "family": "CustomerCardTransactions",
- "subFamily": "CreditCardPayment",
- "codes": [
- {
- "codeType": "DetailBAI",
- "name": "string",
- "value": "195",
- "description": "This is a Title."
}
], - "repaymentScheduleId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "amount": "100",
- "minimumDueAmount": "100",
- "expectedDate": "2022-04-17",
- "dueDate": "2022-04-17",
- "repaymentType": "Principal",
- "identifiers": [
- {
- "number": "string",
- "schemeName": "UETR",
- "issuer": "Banc of California"
}
], - "balances": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "balanceName": "Available",
- "amount": "100",
- "count": 0,
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
], - "paymentId": "0dd926fe-1ca2-11ed-861d-0242ac120002",
- "reversalIndicator": true,
- "remittanceInformation": {
- "remittanceNumber": "string",
- "documentType": "string"
}, - "valueDate": "2022-04-17T08:00:00Z",
- "bookingDate": "2022-04-17T08:00:00Z",
- "charges": [
- {
- "name": "CardLatePayment",
- "description": "This is a description.",
- "amount": "100",
- "adjustment": "100"
}
], - "interests": [
- {
- "name": "Deposit",
- "amount": "100"
}
], - "paymentDate": "2022-04-17",
- "cycleDate": "2022-04-17",
- "paymentReason": "CashManagementTransfer",
- "paymentName": "string",
- "delinquentDays": 0
}
], - "frequency": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "interestFrequency": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "draftDayAdjuster": 30,
- "automaticIndicator": true,
- "paymentType": "OnUs",
- "firstPaymentDate": "2022-04-17",
- "bill": {
- "billingDay": 30,
- "rebillStatus": "RebillRequest",
- "rebillInterestIndicator": true,
- "leadDays": 0,
- "interestFromDate": "2022-04-17",
- "interestToDate": "2022-04-17",
- "balances": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "balanceName": "Available",
- "amount": "100",
- "count": 0,
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
]
}
}, - "payout": {
- "frequency": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "paymentType": "Compound",
- "paymentTypeOptions": [
- "Primary"
], - "paymentName": "string",
- "accountId": "033-DDA-123456",
- "referenceNumber": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "paymentDate": "2022-04-17",
- "lastPaid": "100",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "payoutType": "string",
- "payoutName": "ClubPay",
- "payoutOption": "string",
- "amount": "100",
- "enableIndicator": true,
- "payoutsNumber": 0,
- "surrenderAmount": "100",
- "changePercentage": "25",
- "changeAmount": "100",
- "temporalPayoutDuration": {
- "unit": "Months",
- "value": 999
}
}, - "ownershipType": "SingleOwnerAccount",
- "balanceType": "Asset",
- "productId": "PD_CA_0002",
- "name": "Hermes PD_CA 0002",
- "accountPurpose": "This is a description.",
- "currency": "USD",
- "initialAmount": "100",
- "depositDate": "2022-04-17",
- "contract": {
- "documentId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "documentReference": "string",
- "format": "PDF",
- "title": "This is a Title.",
- "version": "string",
- "signOffDate": "2022-04-17",
- "issueDate": "2022-04-17",
- "purpose": "string",
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "jurisdiction": {
- "countrySubdivision": "Oregon",
- "townName": "San Diego",
- "country": "US"
}, - "contact": {
- "structuredName": {
- "firstName": "Mary",
- "middleName": "Joe",
- "lastName": "Smith",
- "middleInitial": "J.",
- "suffix": "PhD",
- "prefix": "Dr."
}, - "name": "Jane Birkin",
- "firstContactDate": "2022-04-17T08:00:00Z",
- "lastContactDate": "2022-04-17T08:00:00Z",
- "phones": [
- {
- "number": "+1-555-1234567",
- "extension": "strin",
- "country": "str",
- "phoneType": "string",
- "phonePurpose": "string",
- "foreignIndicator": true,
- "primaryIndicator": true,
- "preferredHourOfDay": {
- "hour": "12",
- "timeZone": "Pacific",
- "timeOfTheDay": "string"
}, - "comment": "This is a description.",
- "period": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "lastUpdatedDate": "2022-04-17T08:00:00Z"
}
], - "emails": [
- {
- "emailAddress": "string",
- "emailPurpose": "Statements",
- "primaryIndicator": true,
- "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "lastUpdatedDate": "2022-04-17T08:00:00Z"
}
], - "jobTitle": "Head of Documentation",
- "department": "Sales",
- "communicationChannels": [
- {
- "channel": "Email",
- "channelIdentification": "011-02010020202",
- "channelPurpose": "PrivacyNotices",
- "codeWord": "string",
- "alertIndicator": null,
- "personId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "status": "Warning",
- "primaryIndicator": true,
- "leadTime": {
- "unit": "Months",
- "value": 999
}, - "alertText": "This is a description.",
- "contactDates": [
- {
- "name": "Expiration",
- "date": "2022-04-17T08:00:00Z"
}
], - "contactCount": 0
}
], - "preferredMethod": "Email",
- "preferredLanguage": "English"
}, - "parties": {
- "partyId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "partyType": "Person",
- "partyName": "Jane Birkin"
}, - "status": "Active",
- "targetClosingDate": "2022-04-17",
- "targetGoLiveDate": "2022-04-17",
- "masterAgreement": {
- "accountId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "availableCredit": "100",
- "documentId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "documentReference": "string",
- "format": "PDF",
- "title": "This is a Title.",
- "version": "string",
- "signOffDate": "2022-04-17",
- "issueDate": "2022-04-17",
- "purpose": "string"
}, - "term": {
- "duration": {
- "unit": "Months",
- "value": 999
}, - "timesExtended": 100,
- "timesRenewed": 100
}, - "premium": "100",
- "coverageAmount": "100"
}, - "parties": [
- {
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "customerType": "Consumer",
- "cards": [
- {
- "cardId": "0dd926fe-1ca2-11ed-861d-0242ac120002",
- "identifiers": [
- {
- "number": "string",
- "schemeName": "MemberNumber",
- "issuer": "string"
}
], - "statusDate": "2022-04-17T08:00:00Z",
- "statusReasons": [
- "Active"
], - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
], - "balances": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "balanceName": "Available",
- "amount": "100",
- "count": 0,
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
], - "spotDates": [
- {
- "name": "Expiration",
- "date": "2022-04-17T08:00:00Z"
}
], - "partyId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "partyType": "Person",
- "partyAccountRole": "AccountOwner",
- "partyAccountRoleCode": "50",
- "beneficiaryPercentage": "25",
- "accountOwnerRelation": "PrimaryServicerOfficer",
- "restrictions": [
- {
- "name": "WireTransferIn",
- "restrictionPurpose": "This is a description.",
- "enableIndicator": true,
- "disableConditions": [
- "LessThanMinAmount"
], - "validFrom": "2022-04-17",
- "validUntil": "2022-04-17",
- "status": "Pending"
}
]
}
], - "maturityDate": "2022-04-17",
- "relatedAccounts": [
- {
- "accountRelationType": "Child",
- "accountId": "033-DDA-123456"
}
], - "referenceAccount": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "pastDates": [
- {
- "name": "Expiration",
- "date": "2022-04-17T08:00:00Z"
}
], - "projectedDates": [
- {
- "name": "Expiration",
- "date": "2022-04-17T08:00:00Z"
}
], - "restrictions": [
- {
- "name": "WireTransferIn",
- "restrictionPurpose": "This is a description.",
- "enableIndicator": true,
- "disableConditions": [
- "LessThanMinAmount"
], - "validFrom": "2022-04-17",
- "validUntil": "2022-04-17",
- "status": "Pending"
}
], - "limits": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "name": "CreditLimit",
- "limitType": "DirectDebit",
- "channelType": "string",
- "amount": "100",
- "currency": "USD",
- "number": 0,
- "enableIndicator": true,
- "feesConsentIndicator": true,
- "percentageIndicator": true,
- "percentage": "25",
- "temporaryIndicator": true,
- "validityPeriod": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "periodicity": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "usedAmount": "100",
- "usedNumber": 0,
- "usedPercentage": "25",
- "status": "Requested",
- "statusDateAndtime": "2022-04-17T08:00:00Z",
- "history": {
- "originalAmount": "100",
- "originalLimitType": "DirectDebit",
- "details": [
- {
- "amount": "100",
- "enabledDate": "2022-04-17T08:00:00Z",
- "disableDate": "2022-04-17T08:00:00Z"
}
]
}, - "balances": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "balanceName": "Available",
- "amount": "100",
- "count": 0,
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
], - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "accessConditions": [
- "LessThanMinAmount"
], - "notificationOptions": [
- "Exception"
], - "payments": [
- {
- "frequency": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "paymentType": "Compound",
- "paymentTypeOptions": [
- "Primary"
], - "paymentName": "string",
- "accountId": "033-DDA-123456",
- "referenceNumber": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "paymentDate": "2022-04-17",
- "lastPaid": "100",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
]
}
], - "statement": {
- "frequency": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "communicationMethod": "Email",
- "format": "PDF",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "templateCode": "1",
- "lastStatementPeriod": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string"
}, - "nextStatementPeriod": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string"
}, - "lastStatementDate": "2022-04-17",
- "previousStatementDate": "2022-04-17",
- "lastRegularStatementDate": "2022-04-17",
- "truncationOptions": [
- "ItemsIncluded"
], - "accountNameIndicator": true,
- "preferredLanguage": "English",
- "combineType": "SavingsSatement",
- "category": "BalanceSheet",
- "subcategory": "Cash",
- "profitabilityModelId": "1",
- "lastIRAStatementDate": "2022-04-17"
}, - "interests": [
- {
- "name": "Deposit",
- "interestCode": "string",
- "dayCountBasis": "Actual360",
- "calculationMethodOption": "LastInterest",
- "accruedDate": "2022-04-17",
- "nextInterestDate": "2022-04-17",
- "lastInterestDate": "2022-04-17",
- "term": {
- "unit": "Months",
- "value": 999
}, - "enableIndicator": true,
- "compoundingMethod": "Deposit",
- "compoundingFrequency": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "calculationFrequency": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "oneDayInterest": "100",
- "payment": {
- "frequency": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "paymentType": "Compound",
- "paymentTypeOptions": [
- "Primary"
], - "paymentName": "string",
- "accountId": "033-DDA-123456",
- "referenceNumber": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "paymentDate": "2022-04-17",
- "lastPaid": "100",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}, - "balances": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "balanceName": "Available",
- "amount": "100",
- "count": 0,
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
], - "renewal": {
- "maturityNoticeOptions": [
- "string"
], - "rateAtMaturityOptions": [
- "string"
], - "changeNoticeOption": "string",
- "noticePrintOptions": [
- "string"
], - "maturityRateDays": 0,
- "maturityRate": "25",
- "renewalType": "string",
- "rateFrequency": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "term": {
- "unit": "Months",
- "value": 999
}, - "productId": "PD_CA_0002"
}, - "cycle": {
- "firstDateRate": "25",
- "daysProcessed": 0,
- "totalDays": 0,
- "balances": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "balanceName": "Available",
- "amount": "100",
- "count": 0,
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
]
}, - "lastCalculus": "100",
- "reportingIndicator": true,
- "reportingOptions": [
- "Deposit"
], - "form": {
- "formName": "W-8",
- "taxRate": "100",
- "onFileIndicator": true,
- "taxStatus": "Exempt",
- "certificationDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}, - "annualPercentageYieldFrequency": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "annualPercentageYield": "100",
- "daysSinceLastAnniversary": 0,
- "rates": [
- {
- "rateName": "Actual",
- "rateTierName": "Actual",
- "percentage": "25",
- "amount": "100",
- "currency": "USD"
}
], - "rateType": "Fixed",
- "rateTieredType": "Whole",
- "rateAmountType": "Available",
- "pastDueOptions": [
- "string"
], - "variableInterests": [
- {
- "leadDays": 30,
- "nextChangeDate": "2022-04-17",
- "lastChangeDate": "2022-04-17",
- "changes": [
- {
- "referenceRateName": "string",
- "rateType": "Fixed",
- "calculationMethod": "PointSpread",
- "spread": "25",
- "basisPointSpread": 0,
- "pointSpread": "25",
- "productId": "PD_CA_0002",
- "effectiveDate": "2022-04-17T08:00:00Z",
- "frequency": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "increaseOnlyIndicator": true,
- "ceilingRate": "25",
- "floorRate": "25"
}
], - "referenceRateName": "string",
- "rateType": "Fixed",
- "calculationMethod": "PointSpread",
- "spread": "25",
- "basisPointSpread": 0,
- "pointSpread": "25",
- "productId": "PD_CA_0002",
- "effectiveDate": "2022-04-17T08:00:00Z",
- "frequency": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "increaseOnlyIndicator": true,
- "ceilingRate": "25",
- "floorRate": "25"
}
]
}
], - "charges": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "chargeId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "name": "CardLatePayment",
- "status": "Charged",
- "amount": "100",
- "currency": "USD",
- "rate": "25",
- "chargeType": "ManagementFee",
- "exemptIndicator": true,
- "exemptPeriodsNumber": 0,
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "calculationMethodCode": "string",
- "calculationMethodOptions": [
- "string"
], - "options": [
- "NSFDefault"
], - "calculationBasis": "Monthly",
- "bearerType": "Shared",
- "maximumAmount": "100",
- "maximumNumber": 0,
- "minimumAmount": "100",
- "enableIndicator": true,
- "relatedInterest": {
- "name": "Deposit",
- "code": "string",
- "enableIndicator": true,
- "dayCountBasis": "Actual360",
- "calculationMethodOption": "LastInterest",
- "nextInterestDate": "2022-04-17",
- "term": {
- "unit": "Months",
- "value": 999
}, - "calculationFrequency": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "balances": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "balanceName": "Available",
- "amount": "100",
- "count": 0,
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
], - "rateName": "Actual",
- "rateTierName": "Actual",
- "percentage": "25",
- "amount": "100",
- "currency": "USD"
}, - "debitIndicator": true,
- "payments": [
- {
- "frequency": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "paymentType": "Compound",
- "paymentTypeOptions": [
- "Primary"
], - "paymentName": "string",
- "accountId": "033-DDA-123456",
- "referenceNumber": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "paymentDate": "2022-04-17",
- "lastPaid": "100",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
], - "periodicity": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "balances": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "balanceName": "Available",
- "amount": "100",
- "count": 0,
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
], - "description": "This is a description."
}
], - "taxes": [
- {
- "taxType": "TaxCredit",
- "name": "Sales",
- "rate": "25",
- "debitIndicator": true,
- "taxReportingIndicator": true,
- "balances": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "balanceName": "Available",
- "amount": "100",
- "count": 0,
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
]
}
], - "communicationChannels": [
- {
- "channel": "Email",
- "channelIdentification": "011-02010020202",
- "channelPurpose": "PrivacyNotices",
- "codeWord": "string",
- "alertIndicator": null,
- "personId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "status": "Warning",
- "primaryIndicator": true,
- "leadTime": {
- "unit": "Months",
- "value": 999
}, - "alertText": "This is a description.",
- "contactDates": [
- {
- "name": "Expiration",
- "date": "2022-04-17T08:00:00Z"
}
], - "contactCount": 0
}
], - "relationshipId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195"
}
], - "print": {
- "accountTitle": "This is a Title.",
- "accountTitleOption": "string",
- "checkNameOption": "string",
- "balanceOnReceiptOverride": "string",
- "nameIndicator": true,
- "handlingLevels": [
- "string"
], - "printOptions": [
- {
- "name": "string",
- "options": [
- "string"
]
}
]
}, - "bill": {
- "billingDay": 30,
- "billOption": "Individual",
- "balances": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "balanceName": "Available",
- "amount": "100",
- "count": 0,
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
]
}, - "collateral": {
- "collateralId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "value": "100",
- "ineligibleAmount": "100",
- "ceilingAmount": "100",
- "netAppraisedValue": "100",
- "lastAppraisedDate": "2022-04-17T08:00:00Z",
- "lastReviewDate": "2022-04-17T08:00:00Z",
- "nextReviewDate": "2022-04-17T08:00:00Z",
- "purchasePrice": "100",
- "collateralType": "string",
- "disposalCostPercentage": "25",
- "maximumLoanAmountPercentage": "25",
- "marketMarginPercentage": "25",
- "underwritingRatioFormulas": [
- {
- "name": "string",
- "ratio": "100"
}
], - "liens": [
- {
- "name": "string",
- "amount": "100"
}
], - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "numberOfUnits": 0,
- "contract": {
- "documentId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "documentReference": "string",
- "format": "PDF",
- "title": "This is a Title.",
- "version": "string",
- "signOffDate": "2022-04-17",
- "issueDate": "2022-04-17",
- "purpose": "string",
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "jurisdiction": {
- "countrySubdivision": "Oregon",
- "townName": "San Diego",
- "country": "US"
}, - "contact": {
- "structuredName": {
- "firstName": "Mary",
- "middleName": "Joe",
- "lastName": "Smith",
- "middleInitial": "J.",
- "suffix": "PhD",
- "prefix": "Dr."
}, - "name": "Jane Birkin",
- "firstContactDate": "2022-04-17T08:00:00Z",
- "lastContactDate": "2022-04-17T08:00:00Z",
- "phones": [
- {
- "number": "+1-555-1234567",
- "extension": "strin",
- "country": "str",
- "phoneType": "string",
- "phonePurpose": "string",
- "foreignIndicator": true,
- "primaryIndicator": true,
- "preferredHourOfDay": {
- "hour": "12",
- "timeZone": "Pacific",
- "timeOfTheDay": "string"
}, - "comment": "This is a description.",
- "period": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "lastUpdatedDate": "2022-04-17T08:00:00Z"
}
], - "emails": [
- {
- "emailAddress": "string",
- "emailPurpose": "Statements",
- "primaryIndicator": true,
- "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "lastUpdatedDate": "2022-04-17T08:00:00Z"
}
], - "jobTitle": "Head of Documentation",
- "department": "Sales",
- "communicationChannels": [
- {
- "channel": "Email",
- "channelIdentification": "011-02010020202",
- "channelPurpose": "PrivacyNotices",
- "codeWord": "string",
- "alertIndicator": null,
- "personId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "status": "Warning",
- "primaryIndicator": true,
- "leadTime": {
- "unit": "Months",
- "value": 999
}, - "alertText": "This is a description.",
- "contactDates": [
- {
- "name": "Expiration",
- "date": "2022-04-17T08:00:00Z"
}
], - "contactCount": 0
}
], - "preferredMethod": "Email",
- "preferredLanguage": "English"
}, - "parties": {
- "partyId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "partyType": "Person",
- "partyName": "Jane Birkin"
}
}, - "postalAddress": {
- "addressCode": "string",
- "addressBookIndicator": "string",
- "addressType": "Postal",
- "addressPurpose": "Billing",
- "primaryIndicator": true,
- "careOf": "C/O Company Name",
- "department": "A",
- "subDepartment": "B",
- "streetName": "First Street",
- "firstCrossStreetName": "string",
- "secondCrossStreetName": "Second Street",
- "buildingNumber": "11407",
- "buildingName": "Tall Tower",
- "floor": "20",
- "postBox": "MY779",
- "room": "22",
- "postCode": "97062-6884",
- "carrierRoute": "C001",
- "censusTract": "12345",
- "censusBlock": "1234",
- "cBSACode": "49780",
- "cBSAType": "MSA",
- "foreignIndicator": true,
- "townName": "San Diego",
- "townLocationName": "Clackamas",
- "districtName": "Columbia",
- "countyName": "Cook",
- "countrySubDivision": "Oregon",
- "countrySubDivisionCode": "AR-B",
- "country": "US",
- "addressLine": [
- "11407 Sw Amu st, Suite MY777"
], - "temporaryIndicator": true,
- "period": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
]
}, - "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "status": "Secured",
- "statusDate": "2022-04-17T08:00:00Z",
- "descriptionLines": [
- "This is a description."
], - "collateralOwnershipId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002"
}, - "contact": {
- "structuredName": {
- "firstName": "Mary",
- "middleName": "Joe",
- "lastName": "Smith",
- "middleInitial": "J.",
- "suffix": "PhD",
- "prefix": "Dr."
}, - "name": "Jane Birkin",
- "firstContactDate": "2022-04-17T08:00:00Z",
- "lastContactDate": "2022-04-17T08:00:00Z",
- "postalAddresses": [
- {
- "addressCode": "string",
- "addressBookIndicator": "string",
- "addressType": "Postal",
- "addressPurpose": "Billing",
- "primaryIndicator": true,
- "careOf": "C/O Company Name",
- "department": "A",
- "subDepartment": "B",
- "streetName": "First Street",
- "firstCrossStreetName": "string",
- "secondCrossStreetName": "Second Street",
- "buildingNumber": "11407",
- "buildingName": "Tall Tower",
- "floor": "20",
- "postBox": "MY779",
- "room": "22",
- "postCode": "97062-6884",
- "carrierRoute": "C001",
- "censusTract": "12345",
- "censusBlock": "1234",
- "cBSACode": "49780",
- "cBSAType": "MSA",
- "foreignIndicator": true,
- "townName": "San Diego",
- "townLocationName": "Clackamas",
- "districtName": "Columbia",
- "countyName": "Cook",
- "countrySubDivision": "Oregon",
- "countrySubDivisionCode": "AR-B",
- "country": "US",
- "addressLine": [
- "11407 Sw Amu st, Suite MY777"
], - "temporaryIndicator": true,
- "period": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
]
}
], - "phones": [
- {
- "number": "+1-555-1234567",
- "extension": "strin",
- "country": "str",
- "phoneType": "string",
- "phonePurpose": "string",
- "foreignIndicator": true,
- "primaryIndicator": true,
- "preferredHourOfDay": {
- "hour": "12",
- "timeZone": "Pacific",
- "timeOfTheDay": "string"
}, - "comment": "This is a description.",
- "period": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "lastUpdatedDate": "2022-04-17T08:00:00Z"
}
], - "emails": [
- {
- "emailAddress": "string",
- "emailPurpose": "Statements",
- "primaryIndicator": true,
- "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "lastUpdatedDate": "2022-04-17T08:00:00Z"
}
], - "jobTitle": "Head of Documentation",
- "department": "Sales",
- "preferredMethod": "Email",
- "preferredLanguage": "English"
}, - "renewal": {
- "renewalType": "string",
- "frequency": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "rate": "25",
- "productId": "PD_CA_0002",
- "graceDays": 0,
- "gracePeriodIndicator": true,
- "lastRenewalDate": "2022-04-17T08:00:00Z"
}, - "servicerAlerts": [
- {
- "alertName": "CreditBureauAlert",
- "alertType": "Warning",
- "alertCode": "string",
- "message": "This is a description.",
- "lastAlertDate": "2022-04-17"
}
], - "history": {
- "originalOpenDate": "2022-04-17",
- "originalMaturityDate": "2022-04-17",
- "lastMaturedDate": "2022-04-17"
}, - "status": {
- "statusName": "Active",
- "statusDateAndTime": "2022-04-17T08:00:00Z",
- "reason": "BlockedAccount",
- "reasonDescription": "This is a description.",
- "details": [
- {
- "statusType": "RegulationDD",
- "statusName": "Active",
- "dateAndTime": "2022-04-17T08:00:00Z",
- "reasonComment": "This is a description.",
- "statusReason": "RegulationDD"
}
], - "processEvents": [
- {
- "name": "string",
- "description": "This is a Title.",
- "spotDates": [
- {
- "name": "Expiration",
- "date": "2022-04-17T08:00:00Z"
}
], - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
], - "openDate": "2022-04-17",
- "closeDate": "2022-04-17",
- "externalAccountIndicator": true,
- "collateralIndicator": true,
- "negotiableIndicator": true,
- "closeOption": "string",
- "profitabilityAnalysisStatus": "string",
- "nonSufficientFundsInstruction": "string",
- "nonSufficientFunds": "string"
}, - "supplementaryData": { },
- "comments": [
- {
- "name": "string",
- "text": "This is a description."
}
], - "profile": {
- "profileType": "Personal",
- "riskLevel": "Permanent",
- "qualityScore": "string",
- "riskMeasures": [
- {
- "name": "StandardAndPoors",
- "level": "Permanent",
- "date": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
], - "creditRankingScales": [
- {
- "name": "StandardAndPoors",
- "score": "AAA",
- "date": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
], - "bankruptcy": {
- "chapter": "11",
- "status": "Petition",
- "statementOption": "RegularBillingStatement"
}, - "paymentHistoryFrequency": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "paymentHistoryOption": "NotRecalculate"
}
}
Response samples
- 202
- 400
- 500
{- "accountBranchId": "SEA_1",
- "accountNumber": "012345678",
- "accountType": "Checking",
- "routingNumbers": [
- {
- "number": "012345678",
- "routingNumberType": "ACH"
}
], - "identifiers": [
- {
- "number": "string",
- "schemeName": "BBANIdentifier",
- "issuer": "string"
}
], - "securedIndicator": true,
- "securedType": "Collateral",
- "payment": {
- "numberOfPayments": 0,
- "next": {
- "domain": "Payments",
- "family": "CustomerCardTransactions",
- "subFamily": "CreditCardPayment",
- "codes": [
- {
- "codeType": "DetailBAI",
- "name": "string",
- "value": "195",
- "description": "This is a Title."
}
], - "repaymentScheduleId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "amount": "100",
- "minimumDueAmount": "100",
- "expectedDate": "2022-04-17",
- "dueDate": "2022-04-17",
- "repaymentType": "Principal",
- "identifiers": [
- {
- "number": "string",
- "schemeName": "UETR",
- "issuer": "Banc of California"
}
], - "balances": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "balanceName": "Available",
- "amount": "100",
- "count": 0,
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
]
}, - "last": {
- "domain": "Payments",
- "family": "CustomerCardTransactions",
- "subFamily": "CreditCardPayment",
- "codes": [
- {
- "codeType": "DetailBAI",
- "name": "string",
- "value": "195",
- "description": "This is a Title."
}
], - "repaymentScheduleId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "amount": "100",
- "minimumDueAmount": "100",
- "expectedDate": "2022-04-17",
- "dueDate": "2022-04-17",
- "repaymentType": "Principal",
- "identifiers": [
- {
- "number": "string",
- "schemeName": "UETR",
- "issuer": "Banc of California"
}
], - "balances": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "balanceName": "Available",
- "amount": "100",
- "count": 0,
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
], - "paymentId": "0dd926fe-1ca2-11ed-861d-0242ac120002",
- "reversalIndicator": true,
- "remittanceInformation": {
- "remittanceNumber": "string",
- "documentType": "string"
}, - "valueDate": "2022-04-17T08:00:00Z",
- "bookingDate": "2022-04-17T08:00:00Z",
- "charges": [
- {
- "name": "CardLatePayment",
- "description": "This is a description.",
- "amount": "100",
- "adjustment": "100"
}
], - "interests": [
- {
- "name": "Deposit",
- "amount": "100"
}
], - "paymentDate": "2022-04-17",
- "cycleDate": "2022-04-17",
- "paymentReason": "CashManagementTransfer",
- "paymentName": "string",
- "delinquentDays": 0
}, - "payments": [
- {
- "domain": "Payments",
- "family": "CustomerCardTransactions",
- "subFamily": "CreditCardPayment",
- "codes": [
- {
- "codeType": "DetailBAI",
- "name": "string",
- "value": "195",
- "description": "This is a Title."
}
], - "repaymentScheduleId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "amount": "100",
- "minimumDueAmount": "100",
- "expectedDate": "2022-04-17",
- "dueDate": "2022-04-17",
- "repaymentType": "Principal",
- "identifiers": [
- {
- "number": "string",
- "schemeName": "UETR",
- "issuer": "Banc of California"
}
], - "balances": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "balanceName": "Available",
- "amount": "100",
- "count": 0,
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
], - "paymentId": "0dd926fe-1ca2-11ed-861d-0242ac120002",
- "reversalIndicator": true,
- "remittanceInformation": {
- "remittanceNumber": "string",
- "documentType": "string"
}, - "valueDate": "2022-04-17T08:00:00Z",
- "bookingDate": "2022-04-17T08:00:00Z",
- "charges": [
- {
- "name": "CardLatePayment",
- "description": "This is a description.",
- "amount": "100",
- "adjustment": "100"
}
], - "interests": [
- {
- "name": "Deposit",
- "amount": "100"
}
], - "paymentDate": "2022-04-17",
- "cycleDate": "2022-04-17",
- "paymentReason": "CashManagementTransfer",
- "paymentName": "string",
- "delinquentDays": 0
}
], - "frequency": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "interestFrequency": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "draftDayAdjuster": 30,
- "automaticIndicator": true,
- "paymentType": "OnUs",
- "firstPaymentDate": "2022-04-17",
- "bill": {
- "billingDay": 30,
- "rebillStatus": "RebillRequest",
- "rebillInterestIndicator": true,
- "leadDays": 0,
- "interestFromDate": "2022-04-17",
- "interestToDate": "2022-04-17",
- "balances": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "balanceName": "Available",
- "amount": "100",
- "count": 0,
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
]
}
}, - "payout": {
- "frequency": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "paymentType": "Compound",
- "paymentTypeOptions": [
- "Primary"
], - "paymentName": "string",
- "accountId": "033-DDA-123456",
- "referenceNumber": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "paymentDate": "2022-04-17",
- "lastPaid": "100",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "payoutType": "string",
- "payoutName": "ClubPay",
- "payoutOption": "string",
- "amount": "100",
- "enableIndicator": true,
- "payoutsNumber": 0,
- "surrenderAmount": "100",
- "changePercentage": "25",
- "changeAmount": "100",
- "temporalPayoutDuration": {
- "unit": "Months",
- "value": 999
}
}, - "ownershipType": "SingleOwnerAccount",
- "balanceType": "Asset",
- "productId": "PD_CA_0002",
- "name": "Hermes PD_CA 0002",
- "accountPurpose": "This is a description.",
- "currency": "USD",
- "initialAmount": "100",
- "depositDate": "2022-04-17",
- "contract": {
- "documentId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "documentReference": "string",
- "format": "PDF",
- "title": "This is a Title.",
- "version": "string",
- "signOffDate": "2022-04-17",
- "issueDate": "2022-04-17",
- "purpose": "string",
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "jurisdiction": {
- "countrySubdivision": "Oregon",
- "townName": "San Diego",
- "country": "US"
}, - "contact": {
- "structuredName": {
- "firstName": "Mary",
- "middleName": "Joe",
- "lastName": "Smith",
- "middleInitial": "J.",
- "suffix": "PhD",
- "prefix": "Dr."
}, - "name": "Jane Birkin",
- "firstContactDate": "2022-04-17T08:00:00Z",
- "lastContactDate": "2022-04-17T08:00:00Z",
- "phones": [
- {
- "number": "+1-555-1234567",
- "extension": "strin",
- "country": "str",
- "phoneType": "string",
- "phonePurpose": "string",
- "foreignIndicator": true,
- "primaryIndicator": true,
- "preferredHourOfDay": {
- "hour": "12",
- "timeZone": "Pacific",
- "timeOfTheDay": "string"
}, - "comment": "This is a description.",
- "period": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "lastUpdatedDate": "2022-04-17T08:00:00Z"
}
], - "emails": [
- {
- "emailAddress": "string",
- "emailPurpose": "Statements",
- "primaryIndicator": true,
- "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "lastUpdatedDate": "2022-04-17T08:00:00Z"
}
], - "jobTitle": "Head of Documentation",
- "department": "Sales",
- "communicationChannels": [
- {
- "channel": "Email",
- "channelIdentification": "011-02010020202",
- "channelPurpose": "PrivacyNotices",
- "codeWord": "string",
- "alertIndicator": null,
- "personId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "status": "Warning",
- "primaryIndicator": true,
- "leadTime": {
- "unit": "Months",
- "value": 999
}, - "alertText": "This is a description.",
- "contactDates": [
- {
- "name": "Expiration",
- "date": "2022-04-17T08:00:00Z"
}
], - "contactCount": 0
}
], - "preferredMethod": "Email",
- "preferredLanguage": "English"
}, - "parties": {
- "partyId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "partyType": "Person",
- "partyName": "Jane Birkin"
}, - "status": "Active",
- "targetClosingDate": "2022-04-17",
- "targetGoLiveDate": "2022-04-17",
- "masterAgreement": {
- "accountId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "availableCredit": "100",
- "documentId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "documentReference": "string",
- "format": "PDF",
- "title": "This is a Title.",
- "version": "string",
- "signOffDate": "2022-04-17",
- "issueDate": "2022-04-17",
- "purpose": "string"
}, - "term": {
- "duration": {
- "unit": "Months",
- "value": 999
}, - "timesExtended": 100,
- "timesRenewed": 100
}, - "premium": "100",
- "coverageAmount": "100"
}, - "parties": [
- {
- "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "name": "Jane Birkin",
- "nameTemplateId": "1",
- "shortName": "Jane",
- "placeAndDateOfBirth": {
- "countrySubdivision": "Oregon",
- "townName": "San Diego",
- "country": "US",
- "birthDate": "2022-04-17"
}, - "gender": "Female",
- "status": "GoodStanding",
- "statusDateAndTime": "2022-04-17T08:00:00Z",
- "coveredByMilitaryLendingActIndicator": true,
- "militaryMemberIndicator": true,
- "militaryPeriod": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "audit": {
- "status": "string",
- "creationDate": "2022-04-17",
- "lastModificacionChannel": "Email",
- "lastModificationDate": "2022-04-17",
- "channels": [
- {
- "lastActivityDate": "2022-04-17",
- "name": "Email",
- "activityType": "string",
- "amount": "100"
}
]
}, - "postalAddresses": {
- "addressCode": "string",
- "addressBookIndicator": "string",
- "addressType": "Postal",
- "addressPurpose": "Billing",
- "primaryIndicator": true,
- "careOf": "C/O Company Name",
- "department": "A",
- "subDepartment": "B",
- "streetName": "First Street",
- "firstCrossStreetName": "string",
- "secondCrossStreetName": "Second Street",
- "buildingNumber": "11407",
- "buildingName": "Tall Tower",
- "floor": "20",
- "postBox": "MY779",
- "room": "22",
- "postCode": "97062-6884",
- "carrierRoute": "C001",
- "censusTract": "12345",
- "censusBlock": "1234",
- "cBSACode": "49780",
- "cBSAType": "MSA",
- "foreignIndicator": true,
- "townName": "San Diego",
- "townLocationName": "Clackamas",
- "districtName": "Columbia",
- "countyName": "Cook",
- "countrySubDivision": "Oregon",
- "countrySubDivisionCode": "AR-B",
- "country": "US",
- "addressLine": [
- "11407 Sw Amu st, Suite MY777"
], - "temporaryIndicator": true,
- "period": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
]
}, - "structuredName": {
- "firstName": "Mary",
- "middleName": "Joe",
- "lastName": "Smith",
- "middleInitial": "J.",
- "suffix": "PhD",
- "prefix": "Dr."
}, - "phones": [
- {
- "number": "+1-555-1234567",
- "extension": "strin",
- "country": "str",
- "phoneType": "string",
- "phonePurpose": "string",
- "foreignIndicator": true,
- "primaryIndicator": true,
- "preferredHourOfDay": {
- "hour": "12",
- "timeZone": "Pacific",
- "timeOfTheDay": "string"
}, - "comment": "This is a description.",
- "period": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "lastUpdatedDate": "2022-04-17T08:00:00Z"
}
], - "emails": [
- {
- "emailAddress": "string",
- "emailPurpose": "Statements",
- "primaryIndicator": true,
- "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "lastUpdatedDate": "2022-04-17T08:00:00Z"
}
], - "organizationType": "Corporation",
- "customerType": "Consumer",
- "taxReportingIndicator": true,
- "taxStatus": "Exempt",
- "cards": [
- {
- "cardId": "0dd926fe-1ca2-11ed-861d-0242ac120002",
- "cardHolder": {
- "personId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "identifiers": [
- {
- "schemeName": "SocialSecurityNumber",
- "number": "123-45-6789",
- "issuer": "Baltimore",
- "country": "US",
- "countrySubdivisionCode": "AR-B",
- "issueDate": "2022-04-17",
- "applyDate": "2022-04-17",
- "expirationDate": "2022-04-17",
- "verificationDate": "2022-04-17",
- "foreingIDIndicator": true,
- "taxIDIndicator": true,
- "displayOption": "string"
}
], - "name": "Jane Birkin",
- "shortName": "Jane",
- "placeAndDateOfBirth": {
- "countrySubdivision": "Oregon",
- "townName": "San Diego",
- "country": "US",
- "birthDate": "2022-04-17"
}, - "gender": "Female",
- "status": "GoodStanding",
- "coveredByMilitaryLendingActIndicator": true,
- "militaryMemberIndicator": true,
- "militaryPeriod": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "audit": {
- "status": "string",
- "creationDate": "2022-04-17",
- "lastModificacionChannel": "Email",
- "lastModificationDate": "2022-04-17",
- "channels": [
- {
- "lastActivityDate": "2022-04-17",
- "name": "Email",
- "activityType": "string",
- "amount": "100"
}
]
}, - "postalAddresses": [
- {
- "addressCode": "string",
- "addressBookIndicator": "string",
- "addressType": "Postal",
- "addressPurpose": "Billing",
- "primaryIndicator": true,
- "careOf": "C/O Company Name",
- "department": "A",
- "subDepartment": "B",
- "streetName": "First Street",
- "firstCrossStreetName": "string",
- "secondCrossStreetName": "Second Street",
- "buildingNumber": "11407",
- "buildingName": "Tall Tower",
- "floor": "20",
- "postBox": "MY779",
- "room": "22",
- "postCode": "97062-6884",
- "carrierRoute": "C001",
- "censusTract": "12345",
- "censusBlock": "1234",
- "cBSACode": "49780",
- "cBSAType": "MSA",
- "foreignIndicator": true,
- "townName": "San Diego",
- "townLocationName": "Clackamas",
- "districtName": "Columbia",
- "countyName": "Cook",
- "countrySubDivision": "Oregon",
- "countrySubDivisionCode": "AR-B",
- "country": "US",
- "addressLine": [
- "11407 Sw Amu st, Suite MY777"
], - "temporaryIndicator": true,
- "period": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "codes": [
- {
- "name": null,
- "value": null,
- "description": null
}
], - "identifiers": [
- {
- "number": null,
- "schemeName": null,
- "issuer": null,
- "issueDate": null,
- "expirationDate": null
}
]
}
], - "structuredName": {
- "firstName": "Mary",
- "middleName": "Joe",
- "lastName": "Smith",
- "middleInitial": "J.",
- "suffix": "PhD",
- "prefix": "Dr."
}, - "phones": [
- {
- "number": "+1-555-1234567",
- "extension": "strin",
- "country": "str",
- "phoneType": "string",
- "phonePurpose": "string",
- "foreignIndicator": true,
- "primaryIndicator": true,
- "preferredHourOfDay": {
- "hour": "12",
- "timeZone": "Pacific",
- "timeOfTheDay": "string"
}, - "comment": "This is a description.",
- "period": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "codes": [
- {
- "name": null,
- "value": null,
- "description": null
}
], - "identifiers": [
- {
- "number": null,
- "schemeName": null,
- "issuer": null,
- "issueDate": null,
- "expirationDate": null
}
], - "lastUpdatedDate": "2022-04-17T08:00:00Z"
}
], - "emails": [
- {
- "emailAddress": "string",
- "emailPurpose": "Statements",
- "primaryIndicator": true,
- "identifiers": [
- {
- "number": null,
- "schemeName": null,
- "issuer": null,
- "issueDate": null,
- "expirationDate": null
}
], - "lastUpdatedDate": "2022-04-17T08:00:00Z"
}
], - "employeeIndicator": true
}, - "identifiers": [
- {
- "number": "string",
- "schemeName": "MemberNumber",
- "issuer": "string"
}
], - "productId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "number": "1234567890123456789",
- "cardHolderType": "Primary",
- "fundingSourceType": "Credit",
- "businessIndicator": true,
- "cardBranchId": "SEA_1",
- "startDate": "2022-04-17",
- "expiryDate": "2022-12",
- "relatedAccounts": [
- {
- "accountRelationType": "Child",
- "accountId": "033-DDA-123456",
- "accountNumber": "012345678",
- "accountType": "Checking",
- "name": "Hermes PD_CA 0002",
- "balances": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "balanceName": "Available",
- "amount": "100",
- "count": 0,
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z",
- "codes": [
- null
]
}
]
}
], - "status": "Active",
- "statusDate": "2022-04-17T08:00:00Z",
- "statusReasons": [
- "Active"
], - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
], - "balances": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "balanceName": "Available",
- "amount": "100",
- "count": 0,
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
], - "spotDates": [
- {
- "name": "Expiration",
- "date": "2022-04-17T08:00:00Z"
}
], - "partyId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "partyType": "Person",
- "partyAccountRole": "AccountOwner",
- "partyAccountRoleCode": "50",
- "beneficiaryPercentage": "25",
- "accountOwnerRelation": "PrimaryServicerOfficer",
- "restrictions": [
- {
- "name": "WireTransferIn",
- "restrictionPurpose": "This is a description.",
- "enableIndicator": true,
- "disableConditions": [
- "LessThanMinAmount"
], - "validFrom": "2022-04-17",
- "validUntil": "2022-04-17",
- "status": "Pending"
}
]
}
], - "maturityDate": "2022-04-17",
- "relatedAccounts": [
- {
- "accountRelationType": "Child",
- "accountId": "033-DDA-123456",
- "accountNumber": "012345678",
- "accountType": "Checking",
- "name": "Hermes PD_CA 0002",
- "balances": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "balanceName": "Available",
- "amount": "100",
- "count": 0,
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
]
}
], - "referenceAccount": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "pastDates": [
- {
- "name": "Expiration",
- "date": "2022-04-17T08:00:00Z"
}
], - "projectedDates": [
- {
- "name": "Expiration",
- "date": "2022-04-17T08:00:00Z"
}
], - "restrictions": [
- {
- "name": "WireTransferIn",
- "restrictionPurpose": "This is a description.",
- "enableIndicator": true,
- "disableConditions": [
- "LessThanMinAmount"
], - "validFrom": "2022-04-17",
- "validUntil": "2022-04-17",
- "status": "Pending"
}
], - "limits": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "name": "CreditLimit",
- "limitType": "DirectDebit",
- "channelType": "string",
- "amount": "100",
- "currency": "USD",
- "number": 0,
- "enableIndicator": true,
- "feesConsentIndicator": true,
- "percentageIndicator": true,
- "percentage": "25",
- "temporaryIndicator": true,
- "validityPeriod": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "periodicity": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "usedAmount": "100",
- "usedNumber": 0,
- "usedPercentage": "25",
- "status": "Requested",
- "statusDateAndtime": "2022-04-17T08:00:00Z",
- "history": {
- "originalAmount": "100",
- "originalLimitType": "DirectDebit",
- "details": [
- {
- "amount": "100",
- "enabledDate": "2022-04-17T08:00:00Z",
- "disableDate": "2022-04-17T08:00:00Z"
}
]
}, - "balances": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "balanceName": "Available",
- "amount": "100",
- "count": 0,
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
], - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "accessConditions": [
- "LessThanMinAmount"
], - "notificationOptions": [
- "Exception"
], - "payments": [
- {
- "frequency": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "paymentType": "Compound",
- "paymentTypeOptions": [
- "Primary"
], - "paymentName": "string",
- "accountId": "033-DDA-123456",
- "referenceNumber": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "paymentDate": "2022-04-17",
- "lastPaid": "100",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
]
}
], - "statement": {
- "frequency": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "communicationMethod": "Email",
- "format": "PDF",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "templateCode": "1",
- "lastStatementPeriod": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string"
}, - "nextStatementPeriod": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string"
}, - "lastStatementDate": "2022-04-17",
- "previousStatementDate": "2022-04-17",
- "lastRegularStatementDate": "2022-04-17",
- "truncationOptions": [
- "ItemsIncluded"
], - "accountNameIndicator": true,
- "balances": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "balanceName": "Available",
- "amount": "100",
- "count": 0,
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
], - "preferredLanguage": "English",
- "combineType": "SavingsSatement",
- "category": "BalanceSheet",
- "subcategory": "Cash",
- "profitabilityModelId": "1",
- "lastIRAStatementDate": "2022-04-17"
}, - "interests": [
- {
- "name": "Deposit",
- "interestCode": "string",
- "dayCountBasis": "Actual360",
- "calculationMethodOption": "LastInterest",
- "accruedDate": "2022-04-17",
- "nextInterestDate": "2022-04-17",
- "lastInterestDate": "2022-04-17",
- "term": {
- "unit": "Months",
- "value": 999
}, - "enableIndicator": true,
- "compoundingMethod": "Deposit",
- "compoundingFrequency": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "calculationFrequency": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "oneDayInterest": "100",
- "payment": {
- "frequency": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "paymentType": "Compound",
- "paymentTypeOptions": [
- "Primary"
], - "paymentName": "string",
- "accountId": "033-DDA-123456",
- "referenceNumber": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "paymentDate": "2022-04-17",
- "lastPaid": "100",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}, - "balances": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "balanceName": "Available",
- "amount": "100",
- "count": 0,
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
], - "renewal": {
- "maturityNoticeOptions": [
- "string"
], - "rateAtMaturityOptions": [
- "string"
], - "changeNoticeOption": "string",
- "noticePrintOptions": [
- "string"
], - "maturityRateDays": 0,
- "maturityRate": "25",
- "renewalType": "string",
- "rateFrequency": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "term": {
- "unit": "Months",
- "value": 999
}, - "productId": "PD_CA_0002"
}, - "cycle": {
- "firstDateRate": "25",
- "daysProcessed": 0,
- "totalDays": 0,
- "balances": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "balanceName": "Available",
- "amount": "100",
- "count": 0,
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
]
}, - "lastCalculus": "100",
- "reportingIndicator": true,
- "reportingOptions": [
- "Deposit"
], - "form": {
- "formName": "W-8",
- "taxRate": "100",
- "onFileIndicator": true,
- "taxStatus": "Exempt",
- "certificationDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}, - "annualPercentageYieldFrequency": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "annualPercentageYield": "100",
- "daysSinceLastAnniversary": 0,
- "rates": [
- {
- "rateName": "Actual",
- "rateTierName": "Actual",
- "percentage": "25",
- "amount": "100",
- "currency": "USD"
}
], - "rateType": "Fixed",
- "rateTieredType": "Whole",
- "rateAmountType": "Available",
- "pastDueOptions": [
- "string"
], - "variableInterests": [
- {
- "leadDays": 30,
- "nextChangeDate": "2022-04-17",
- "lastChangeDate": "2022-04-17",
- "changes": [
- {
- "referenceRateName": "string",
- "rateType": "Fixed",
- "calculationMethod": "PointSpread",
- "spread": "25",
- "basisPointSpread": 0,
- "pointSpread": "25",
- "productId": "PD_CA_0002",
- "effectiveDate": "2022-04-17T08:00:00Z",
- "frequency": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "increaseOnlyIndicator": true,
- "ceilingRate": "25",
- "floorRate": "25"
}
], - "referenceRateName": "string",
- "rateType": "Fixed",
- "calculationMethod": "PointSpread",
- "spread": "25",
- "basisPointSpread": 0,
- "pointSpread": "25",
- "productId": "PD_CA_0002",
- "effectiveDate": "2022-04-17T08:00:00Z",
- "frequency": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "increaseOnlyIndicator": true,
- "ceilingRate": "25",
- "floorRate": "25"
}
]
}
], - "charges": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "chargeId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "name": "CardLatePayment",
- "status": "Charged",
- "amount": "100",
- "currency": "USD",
- "rate": "25",
- "chargeType": "ManagementFee",
- "exemptIndicator": true,
- "exemptPeriodsNumber": 0,
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "calculationMethodCode": "string",
- "calculationMethodOptions": [
- "string"
], - "options": [
- "NSFDefault"
], - "calculationBasis": "Monthly",
- "bearerType": "Shared",
- "maximumAmount": "100",
- "maximumNumber": 0,
- "minimumAmount": "100",
- "enableIndicator": true,
- "relatedInterest": {
- "name": "Deposit",
- "code": "string",
- "enableIndicator": true,
- "dayCountBasis": "Actual360",
- "calculationMethodOption": "LastInterest",
- "nextInterestDate": "2022-04-17",
- "term": {
- "unit": "Months",
- "value": 999
}, - "calculationFrequency": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "balances": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "balanceName": "Available",
- "amount": "100",
- "count": 0,
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
], - "rateName": "Actual",
- "rateTierName": "Actual",
- "percentage": "25",
- "amount": "100",
- "currency": "USD"
}, - "debitIndicator": true,
- "payments": [
- {
- "frequency": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "paymentType": "Compound",
- "paymentTypeOptions": [
- "Primary"
], - "paymentName": "string",
- "accountId": "033-DDA-123456",
- "referenceNumber": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "paymentDate": "2022-04-17",
- "lastPaid": "100",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
], - "periodicity": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "balances": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "balanceName": "Available",
- "amount": "100",
- "count": 0,
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
], - "description": "This is a description."
}
], - "taxes": [
- {
- "taxType": "TaxCredit",
- "name": "Sales",
- "rate": "25",
- "debitIndicator": true,
- "taxReportingIndicator": true,
- "balances": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "balanceName": "Available",
- "amount": "100",
- "count": 0,
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
]
}
], - "communicationChannels": [
- {
- "channel": "Email",
- "channelIdentification": "011-02010020202",
- "channelPurpose": "PrivacyNotices",
- "codeWord": "string",
- "alertIndicator": null,
- "personId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "status": "Warning",
- "primaryIndicator": true,
- "leadTime": {
- "unit": "Months",
- "value": 999
}, - "alertText": "This is a description.",
- "contactDates": [
- {
- "name": "Expiration",
- "date": "2022-04-17T08:00:00Z"
}
], - "contactCount": 0
}
], - "relationshipId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195"
}
], - "print": {
- "accountTitle": "This is a Title.",
- "accountTitleOption": "string",
- "checkNameOption": "string",
- "balanceOnReceiptOverride": "string",
- "nameIndicator": true,
- "handlingLevels": [
- "string"
], - "printOptions": [
- {
- "name": "string",
- "options": [
- "string"
]
}
]
}, - "bill": {
- "billingDay": 30,
- "billOption": "Individual",
- "balances": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "balanceName": "Available",
- "amount": "100",
- "count": 0,
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
]
}, - "collateral": {
- "collateralId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "value": "100",
- "ineligibleAmount": "100",
- "ceilingAmount": "100",
- "netAppraisedValue": "100",
- "lastAppraisedDate": "2022-04-17T08:00:00Z",
- "lastReviewDate": "2022-04-17T08:00:00Z",
- "nextReviewDate": "2022-04-17T08:00:00Z",
- "purchasePrice": "100",
- "collateralType": "string",
- "disposalCostPercentage": "25",
- "maximumLoanAmountPercentage": "25",
- "marketMarginPercentage": "25",
- "underwritingRatioFormulas": [
- {
- "name": "string",
- "ratio": "100"
}
], - "liens": [
- {
- "name": "string",
- "amount": "100"
}
], - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "numberOfUnits": 0,
- "contract": {
- "documentId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "documentReference": "string",
- "format": "PDF",
- "title": "This is a Title.",
- "version": "string",
- "signOffDate": "2022-04-17",
- "issueDate": "2022-04-17",
- "purpose": "string",
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "jurisdiction": {
- "countrySubdivision": "Oregon",
- "townName": "San Diego",
- "country": "US"
}, - "contact": {
- "structuredName": {
- "firstName": "Mary",
- "middleName": "Joe",
- "lastName": "Smith",
- "middleInitial": "J.",
- "suffix": "PhD",
- "prefix": "Dr."
}, - "name": "Jane Birkin",
- "firstContactDate": "2022-04-17T08:00:00Z",
- "lastContactDate": "2022-04-17T08:00:00Z",
- "phones": [
- {
- "number": "+1-555-1234567",
- "extension": "strin",
- "country": "str",
- "phoneType": "string",
- "phonePurpose": "string",
- "foreignIndicator": true,
- "primaryIndicator": true,
- "preferredHourOfDay": {
- "hour": "12",
- "timeZone": "Pacific",
- "timeOfTheDay": "string"
}, - "comment": "This is a description.",
- "period": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "lastUpdatedDate": "2022-04-17T08:00:00Z"
}
], - "emails": [
- {
- "emailAddress": "string",
- "emailPurpose": "Statements",
- "primaryIndicator": true,
- "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "lastUpdatedDate": "2022-04-17T08:00:00Z"
}
], - "jobTitle": "Head of Documentation",
- "department": "Sales",
- "communicationChannels": [
- {
- "channel": "Email",
- "channelIdentification": "011-02010020202",
- "channelPurpose": "PrivacyNotices",
- "codeWord": "string",
- "alertIndicator": null,
- "personId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "status": "Warning",
- "primaryIndicator": true,
- "leadTime": {
- "unit": "Months",
- "value": 999
}, - "alertText": "This is a description.",
- "contactDates": [
- {
- "name": "Expiration",
- "date": "2022-04-17T08:00:00Z"
}
], - "contactCount": 0
}
], - "preferredMethod": "Email",
- "preferredLanguage": "English"
}, - "parties": {
- "partyId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "partyType": "Person",
- "partyName": "Jane Birkin"
}
}, - "postalAddress": {
- "addressCode": "string",
- "addressBookIndicator": "string",
- "addressType": "Postal",
- "addressPurpose": "Billing",
- "primaryIndicator": true,
- "careOf": "C/O Company Name",
- "department": "A",
- "subDepartment": "B",
- "streetName": "First Street",
- "firstCrossStreetName": "string",
- "secondCrossStreetName": "Second Street",
- "buildingNumber": "11407",
- "buildingName": "Tall Tower",
- "floor": "20",
- "postBox": "MY779",
- "room": "22",
- "postCode": "97062-6884",
- "carrierRoute": "C001",
- "censusTract": "12345",
- "censusBlock": "1234",
- "cBSACode": "49780",
- "cBSAType": "MSA",
- "foreignIndicator": true,
- "townName": "San Diego",
- "townLocationName": "Clackamas",
- "districtName": "Columbia",
- "countyName": "Cook",
- "countrySubDivision": "Oregon",
- "countrySubDivisionCode": "AR-B",
- "country": "US",
- "addressLine": [
- "11407 Sw Amu st, Suite MY777"
], - "temporaryIndicator": true,
- "period": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
]
}, - "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "status": "Secured",
- "statusDate": "2022-04-17T08:00:00Z",
- "descriptionLines": [
- "This is a description."
], - "collateralOwnershipId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002"
}, - "contact": {
- "structuredName": {
- "firstName": "Mary",
- "middleName": "Joe",
- "lastName": "Smith",
- "middleInitial": "J.",
- "suffix": "PhD",
- "prefix": "Dr."
}, - "name": "Jane Birkin",
- "firstContactDate": "2022-04-17T08:00:00Z",
- "lastContactDate": "2022-04-17T08:00:00Z",
- "postalAddresses": [
- {
- "addressCode": "string",
- "addressBookIndicator": "string",
- "addressType": "Postal",
- "addressPurpose": "Billing",
- "primaryIndicator": true,
- "careOf": "C/O Company Name",
- "department": "A",
- "subDepartment": "B",
- "streetName": "First Street",
- "firstCrossStreetName": "string",
- "secondCrossStreetName": "Second Street",
- "buildingNumber": "11407",
- "buildingName": "Tall Tower",
- "floor": "20",
- "postBox": "MY779",
- "room": "22",
- "postCode": "97062-6884",
- "carrierRoute": "C001",
- "censusTract": "12345",
- "censusBlock": "1234",
- "cBSACode": "49780",
- "cBSAType": "MSA",
- "foreignIndicator": true,
- "townName": "San Diego",
- "townLocationName": "Clackamas",
- "districtName": "Columbia",
- "countyName": "Cook",
- "countrySubDivision": "Oregon",
- "countrySubDivisionCode": "AR-B",
- "country": "US",
- "addressLine": [
- "11407 Sw Amu st, Suite MY777"
], - "temporaryIndicator": true,
- "period": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
]
}
], - "phones": [
- {
- "number": "+1-555-1234567",
- "extension": "strin",
- "country": "str",
- "phoneType": "string",
- "phonePurpose": "string",
- "foreignIndicator": true,
- "primaryIndicator": true,
- "preferredHourOfDay": {
- "hour": "12",
- "timeZone": "Pacific",
- "timeOfTheDay": "string"
}, - "comment": "This is a description.",
- "period": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "lastUpdatedDate": "2022-04-17T08:00:00Z"
}
], - "emails": [
- {
- "emailAddress": "string",
- "emailPurpose": "Statements",
- "primaryIndicator": true,
- "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "lastUpdatedDate": "2022-04-17T08:00:00Z"
}
], - "jobTitle": "Head of Documentation",
- "department": "Sales",
- "preferredMethod": "Email",
- "preferredLanguage": "English"
}, - "renewal": {
- "renewalType": "string",
- "frequency": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "rate": "25",
- "productId": "PD_CA_0002",
- "graceDays": 0,
- "gracePeriodIndicator": true,
- "lastRenewalDate": "2022-04-17T08:00:00Z"
}, - "servicerAlerts": [
- {
- "alertName": "CreditBureauAlert",
- "alertType": "Warning",
- "alertCode": "string",
- "message": "This is a description.",
- "lastAlertDate": "2022-04-17"
}
], - "history": {
- "originalOpenDate": "2022-04-17",
- "originalMaturityDate": "2022-04-17",
- "lastMaturedDate": "2022-04-17"
}, - "status": {
- "statusName": "Active",
- "statusDateAndTime": "2022-04-17T08:00:00Z",
- "reason": "BlockedAccount",
- "reasonDescription": "This is a description.",
- "details": [
- {
- "statusType": "RegulationDD",
- "statusName": "Active",
- "dateAndTime": "2022-04-17T08:00:00Z",
- "reasonComment": "This is a description.",
- "statusReason": "RegulationDD"
}
], - "processEvents": [
- {
- "name": "string",
- "description": "This is a Title.",
- "spotDates": [
- {
- "name": "Expiration",
- "date": "2022-04-17T08:00:00Z"
}
], - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
], - "openDate": "2022-04-17",
- "closeDate": "2022-04-17",
- "externalAccountIndicator": true,
- "collateralIndicator": true,
- "negotiableIndicator": true,
- "closeOption": "string",
- "profitabilityAnalysisStatus": "string",
- "nonSufficientFundsInstruction": "string",
- "nonSufficientFunds": "string"
}, - "supplementaryData": { },
- "comments": [
- {
- "name": "string",
- "text": "This is a description."
}
], - "profile": {
- "profileType": "Personal",
- "riskLevel": "Permanent",
- "qualityScore": "string",
- "riskMeasures": [
- {
- "name": "StandardAndPoors",
- "level": "Permanent",
- "date": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
], - "creditRankingScales": [
- {
- "name": "StandardAndPoors",
- "score": "AAA",
- "date": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
], - "bankruptcy": {
- "chapter": "11",
- "status": "Petition",
- "statementOption": "RegularBillingStatement"
}, - "paymentHistoryFrequency": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "paymentHistoryOption": "NotRecalculate"
}, - "ammountCalculationDate": "2022-04-17T08:00:00Z",
- "transactionDates": [
- {
- "name": "Expiration",
- "date": "2022-04-17T08:00:00Z"
}
], - "balances": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "balanceName": "Available",
- "amount": "100",
- "count": 0,
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
], - "plasticCount": 0,
- "cards": [
- {
- "cardId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "cardHolderName": "Jane Birkin",
- "cardHolderType": "Primary"
}
], - "accountId": "033-DDA-123456",
- "standingOrders": [
- {
- "paymentType": "OnUs",
- "standingOrderType": "OneTime",
- "amountType": "OneTime",
- "recurrenceDateType": "OneTime",
- "orderSequence": 1,
- "frequency": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "eventDescription": "This is a description.",
- "timeOfDay": {
- "hour": "12",
- "timeZone": "Pacific",
- "timeOfTheDay": "string"
}, - "paymentInstruction": {
- "identifiers": [
- {
- "number": "string",
- "schemeName": "UETR",
- "issuer": "Banc of California"
}
], - "paymentMethod": "CreditTransfer",
- "paymentType": "OnUs",
- "amount": "100",
- "taxAmount": "100",
- "creditorAccountId": "033-DDA-123456",
- "paymentProcessing": {
- "instructionPriority": "123456789",
- "serviceLevel": "BookTransaction",
- "clearingChannel": "ACH",
- "localInstrument": "CCD",
- "categoryPurpose": "SalaryPayment"
}, - "chargeBearerType": "Shared",
- "creditor": {
- "name": "Jane Birkin",
- "account": {
- "name": "Hermes PD_CA 0002",
- "currency": "USD",
- "accountBranchId": "SEA_1",
- "accountNumber": "012345678",
- "accountType": "Checking",
- "routingNumber": "012345678",
- "identifiers": [
- {
- "number": "string",
- "schemeName": "BBANIdentifier",
- "issuer": "string"
}
]
}, - "postalAddress": {
- "addressCode": "string",
- "addressBookIndicator": "string",
- "addressType": "Postal",
- "addressPurpose": "Billing",
- "primaryIndicator": true,
- "careOf": "C/O Company Name",
- "department": "A",
- "subDepartment": "B",
- "streetName": "First Street",
- "firstCrossStreetName": "string",
- "secondCrossStreetName": "Second Street",
- "buildingNumber": "11407",
- "buildingName": "Tall Tower",
- "floor": "20",
- "postBox": "MY779",
- "room": "22",
- "postCode": "97062-6884",
- "carrierRoute": "C001",
- "censusTract": "12345",
- "censusBlock": "1234",
- "cBSACode": "49780",
- "cBSAType": "MSA",
- "foreignIndicator": true,
- "townName": "San Diego",
- "townLocationName": "Clackamas",
- "districtName": "Columbia",
- "countyName": "Cook",
- "countrySubDivision": "Oregon",
- "countrySubDivisionCode": "AR-B",
- "country": "US",
- "addressLine": [
- "11407 Sw Amu st, Suite MY777"
], - "temporaryIndicator": true,
- "period": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
]
}, - "agent": {
- "identifiers": [
- {
- "number": "123-45-6789",
- "issuer": "UnitedStates",
- "country": "US",
- "countrySubdivisionCode": "AR-B",
- "issueDate": "2022-04-17",
- "applyDate": "2022-04-17",
- "expirationDate": "2022-04-17",
- "verificationDate": "2022-04-17",
- "foreingIDIndicator": true,
- "taxIDIndicator": true,
- "displayOption": "string",
- "schemeName": "TaxIdentificationNumber"
}
], - "clearingSystemMemberIdentification": "UnitedStatesRoutingNumberFedwireNACHA",
- "memberIdentification": "string",
- "name": "string",
- "postalAddress": {
- "addressCode": "string",
- "addressBookIndicator": "string",
- "addressType": "Postal",
- "addressPurpose": "Billing",
- "primaryIndicator": true,
- "careOf": "C/O Company Name",
- "department": "A",
- "subDepartment": "B",
- "streetName": "First Street",
- "firstCrossStreetName": "string",
- "secondCrossStreetName": "Second Street",
- "buildingNumber": "11407",
- "buildingName": "Tall Tower",
- "floor": "20",
- "postBox": "MY779",
- "room": "22",
- "postCode": "97062-6884",
- "carrierRoute": "C001",
- "censusTract": "12345",
- "censusBlock": "1234",
- "cBSACode": "49780",
- "cBSAType": "MSA",
- "foreignIndicator": true,
- "townName": "San Diego",
- "townLocationName": "Clackamas",
- "districtName": "Columbia",
- "countyName": "Cook",
- "countrySubDivision": "Oregon",
- "countrySubDivisionCode": "AR-B",
- "country": "US",
- "addressLine": [
- "11407 Sw Amu st, Suite MY777"
], - "temporaryIndicator": true,
- "period": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
]
}
}, - "placeAndDateOfBirth": {
- "countrySubdivision": "Oregon",
- "townName": "San Diego",
- "country": "US",
- "birthDate": "2022-04-17"
}, - "contact": {
- "contactMethods": [
- {
- "channelType": "Email",
- "identification": "011-02010020202"
}
], - "preferredMethod": "Email",
- "preferredLanguage": "English"
}, - "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "TaxIdentificationNumber",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "countryOfResidence": "US"
}
}, - "lastPaymentDate": "2022-04-17T08:00:00Z",
- "failedCount": 0,
- "authorizationChannel": "Email",
- "paymentMethod": "CreditTransfer",
- "convenienceFeeRefundAmount": "100",
- "enableIndicator": true,
- "status": "Sent",
- "statusReasonDescription": "This is a description.",
- "statusReason": "BlockedAccount",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "standingOrderId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "statusDateAndTime": "2022-04-17T08:00:00Z",
- "cancellationReason": "This is a description."
}
], - "audit": {
- "status": "string",
- "creationDate": "2022-04-17",
- "lastModificacionChannel": "Email",
- "lastModificationDate": "2022-04-17",
- "channels": [
- {
- "lastActivityDate": "2022-04-17",
- "name": "Email",
- "activityType": "string",
- "amount": "100"
}
]
}
}
Retrieves an Account
Authorizations:
path Parameters
accountId required | string (AccountId) [ 1 .. 36 ] characters Example: 033-DDA-123456 Account Identification |
header Parameters
servicerId | string (Id) [ 1 .. 36 ] characters Example: 5fb9d4d6-1a3c-11ed-861d-0242ac120002 Account Servicer Identification (Bank) |
servicerBranchId | string (ServicerBranchId) [ 1 .. 36 ] characters Example: SEA_1 Identification of the account servicer institution at branch level or center level. |
Responses
Response samples
- 200
- 400
- 404
- 500
{- "accountBranchId": "SEA_1",
- "accountNumber": "012345678",
- "accountType": "Checking",
- "routingNumbers": [
- {
- "number": "012345678",
- "routingNumberType": "ACH"
}
], - "identifiers": [
- {
- "number": "string",
- "schemeName": "BBANIdentifier",
- "issuer": "string"
}
], - "securedIndicator": true,
- "securedType": "Collateral",
- "payment": {
- "numberOfPayments": 0,
- "next": {
- "domain": "Payments",
- "family": "CustomerCardTransactions",
- "subFamily": "CreditCardPayment",
- "codes": [
- {
- "codeType": "DetailBAI",
- "name": "string",
- "value": "195",
- "description": "This is a Title."
}
], - "repaymentScheduleId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "amount": "100",
- "minimumDueAmount": "100",
- "expectedDate": "2022-04-17",
- "dueDate": "2022-04-17",
- "repaymentType": "Principal",
- "identifiers": [
- {
- "number": "string",
- "schemeName": "UETR",
- "issuer": "Banc of California"
}
], - "balances": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "balanceName": "Available",
- "amount": "100",
- "count": 0,
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
]
}, - "last": {
- "domain": "Payments",
- "family": "CustomerCardTransactions",
- "subFamily": "CreditCardPayment",
- "codes": [
- {
- "codeType": "DetailBAI",
- "name": "string",
- "value": "195",
- "description": "This is a Title."
}
], - "repaymentScheduleId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "amount": "100",
- "minimumDueAmount": "100",
- "expectedDate": "2022-04-17",
- "dueDate": "2022-04-17",
- "repaymentType": "Principal",
- "identifiers": [
- {
- "number": "string",
- "schemeName": "UETR",
- "issuer": "Banc of California"
}
], - "balances": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "balanceName": "Available",
- "amount": "100",
- "count": 0,
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
], - "paymentId": "0dd926fe-1ca2-11ed-861d-0242ac120002",
- "reversalIndicator": true,
- "remittanceInformation": {
- "remittanceNumber": "string",
- "documentType": "string"
}, - "valueDate": "2022-04-17T08:00:00Z",
- "bookingDate": "2022-04-17T08:00:00Z",
- "charges": [
- {
- "name": "CardLatePayment",
- "description": "This is a description.",
- "amount": "100",
- "adjustment": "100"
}
], - "interests": [
- {
- "name": "Deposit",
- "amount": "100"
}
], - "paymentDate": "2022-04-17",
- "cycleDate": "2022-04-17",
- "paymentReason": "CashManagementTransfer",
- "paymentName": "string",
- "delinquentDays": 0
}, - "payments": [
- {
- "domain": "Payments",
- "family": "CustomerCardTransactions",
- "subFamily": "CreditCardPayment",
- "codes": [
- {
- "codeType": "DetailBAI",
- "name": "string",
- "value": "195",
- "description": "This is a Title."
}
], - "repaymentScheduleId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "amount": "100",
- "minimumDueAmount": "100",
- "expectedDate": "2022-04-17",
- "dueDate": "2022-04-17",
- "repaymentType": "Principal",
- "identifiers": [
- {
- "number": "string",
- "schemeName": "UETR",
- "issuer": "Banc of California"
}
], - "balances": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "balanceName": "Available",
- "amount": "100",
- "count": 0,
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
], - "paymentId": "0dd926fe-1ca2-11ed-861d-0242ac120002",
- "reversalIndicator": true,
- "remittanceInformation": {
- "remittanceNumber": "string",
- "documentType": "string"
}, - "valueDate": "2022-04-17T08:00:00Z",
- "bookingDate": "2022-04-17T08:00:00Z",
- "charges": [
- {
- "name": "CardLatePayment",
- "description": "This is a description.",
- "amount": "100",
- "adjustment": "100"
}
], - "interests": [
- {
- "name": "Deposit",
- "amount": "100"
}
], - "paymentDate": "2022-04-17",
- "cycleDate": "2022-04-17",
- "paymentReason": "CashManagementTransfer",
- "paymentName": "string",
- "delinquentDays": 0
}
], - "frequency": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "interestFrequency": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "draftDayAdjuster": 30,
- "automaticIndicator": true,
- "paymentType": "OnUs",
- "firstPaymentDate": "2022-04-17",
- "bill": {
- "billingDay": 30,
- "rebillStatus": "RebillRequest",
- "rebillInterestIndicator": true,
- "leadDays": 0,
- "interestFromDate": "2022-04-17",
- "interestToDate": "2022-04-17",
- "balances": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "balanceName": "Available",
- "amount": "100",
- "count": 0,
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
]
}
}, - "payout": {
- "frequency": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "paymentType": "Compound",
- "paymentTypeOptions": [
- "Primary"
], - "paymentName": "string",
- "accountId": "033-DDA-123456",
- "referenceNumber": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "paymentDate": "2022-04-17",
- "lastPaid": "100",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "payoutType": "string",
- "payoutName": "ClubPay",
- "payoutOption": "string",
- "amount": "100",
- "enableIndicator": true,
- "payoutsNumber": 0,
- "surrenderAmount": "100",
- "changePercentage": "25",
- "changeAmount": "100",
- "temporalPayoutDuration": {
- "unit": "Months",
- "value": 999
}
}, - "ownershipType": "SingleOwnerAccount",
- "balanceType": "Asset",
- "productId": "PD_CA_0002",
- "name": "Hermes PD_CA 0002",
- "accountPurpose": "This is a description.",
- "currency": "USD",
- "initialAmount": "100",
- "depositDate": "2022-04-17",
- "contract": {
- "documentId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "documentReference": "string",
- "format": "PDF",
- "title": "This is a Title.",
- "version": "string",
- "signOffDate": "2022-04-17",
- "issueDate": "2022-04-17",
- "purpose": "string",
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "jurisdiction": {
- "countrySubdivision": "Oregon",
- "townName": "San Diego",
- "country": "US"
}, - "contact": {
- "structuredName": {
- "firstName": "Mary",
- "middleName": "Joe",
- "lastName": "Smith",
- "middleInitial": "J.",
- "suffix": "PhD",
- "prefix": "Dr."
}, - "name": "Jane Birkin",
- "firstContactDate": "2022-04-17T08:00:00Z",
- "lastContactDate": "2022-04-17T08:00:00Z",
- "phones": [
- {
- "number": "+1-555-1234567",
- "extension": "strin",
- "country": "str",
- "phoneType": "string",
- "phonePurpose": "string",
- "foreignIndicator": true,
- "primaryIndicator": true,
- "preferredHourOfDay": {
- "hour": "12",
- "timeZone": "Pacific",
- "timeOfTheDay": "string"
}, - "comment": "This is a description.",
- "period": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "lastUpdatedDate": "2022-04-17T08:00:00Z"
}
], - "emails": [
- {
- "emailAddress": "string",
- "emailPurpose": "Statements",
- "primaryIndicator": true,
- "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "lastUpdatedDate": "2022-04-17T08:00:00Z"
}
], - "jobTitle": "Head of Documentation",
- "department": "Sales",
- "communicationChannels": [
- {
- "channel": "Email",
- "channelIdentification": "011-02010020202",
- "channelPurpose": "PrivacyNotices",
- "codeWord": "string",
- "alertIndicator": null,
- "personId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "status": "Warning",
- "primaryIndicator": true,
- "leadTime": {
- "unit": "Months",
- "value": 999
}, - "alertText": "This is a description.",
- "contactDates": [
- {
- "name": "Expiration",
- "date": "2022-04-17T08:00:00Z"
}
], - "contactCount": 0
}
], - "preferredMethod": "Email",
- "preferredLanguage": "English"
}, - "parties": {
- "partyId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "partyType": "Person",
- "partyName": "Jane Birkin"
}, - "status": "Active",
- "targetClosingDate": "2022-04-17",
- "targetGoLiveDate": "2022-04-17",
- "masterAgreement": {
- "accountId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "availableCredit": "100",
- "documentId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "documentReference": "string",
- "format": "PDF",
- "title": "This is a Title.",
- "version": "string",
- "signOffDate": "2022-04-17",
- "issueDate": "2022-04-17",
- "purpose": "string"
}, - "term": {
- "duration": {
- "unit": "Months",
- "value": 999
}, - "timesExtended": 100,
- "timesRenewed": 100
}, - "premium": "100",
- "coverageAmount": "100"
}, - "parties": [
- {
- "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "name": "Jane Birkin",
- "nameTemplateId": "1",
- "shortName": "Jane",
- "placeAndDateOfBirth": {
- "countrySubdivision": "Oregon",
- "townName": "San Diego",
- "country": "US",
- "birthDate": "2022-04-17"
}, - "gender": "Female",
- "status": "GoodStanding",
- "statusDateAndTime": "2022-04-17T08:00:00Z",
- "coveredByMilitaryLendingActIndicator": true,
- "militaryMemberIndicator": true,
- "militaryPeriod": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "audit": {
- "status": "string",
- "creationDate": "2022-04-17",
- "lastModificacionChannel": "Email",
- "lastModificationDate": "2022-04-17",
- "channels": [
- {
- "lastActivityDate": "2022-04-17",
- "name": "Email",
- "activityType": "string",
- "amount": "100"
}
]
}, - "postalAddresses": {
- "addressCode": "string",
- "addressBookIndicator": "string",
- "addressType": "Postal",
- "addressPurpose": "Billing",
- "primaryIndicator": true,
- "careOf": "C/O Company Name",
- "department": "A",
- "subDepartment": "B",
- "streetName": "First Street",
- "firstCrossStreetName": "string",
- "secondCrossStreetName": "Second Street",
- "buildingNumber": "11407",
- "buildingName": "Tall Tower",
- "floor": "20",
- "postBox": "MY779",
- "room": "22",
- "postCode": "97062-6884",
- "carrierRoute": "C001",
- "censusTract": "12345",
- "censusBlock": "1234",
- "cBSACode": "49780",
- "cBSAType": "MSA",
- "foreignIndicator": true,
- "townName": "San Diego",
- "townLocationName": "Clackamas",
- "districtName": "Columbia",
- "countyName": "Cook",
- "countrySubDivision": "Oregon",
- "countrySubDivisionCode": "AR-B",
- "country": "US",
- "addressLine": [
- "11407 Sw Amu st, Suite MY777"
], - "temporaryIndicator": true,
- "period": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
]
}, - "structuredName": {
- "firstName": "Mary",
- "middleName": "Joe",
- "lastName": "Smith",
- "middleInitial": "J.",
- "suffix": "PhD",
- "prefix": "Dr."
}, - "phones": [
- {
- "number": "+1-555-1234567",
- "extension": "strin",
- "country": "str",
- "phoneType": "string",
- "phonePurpose": "string",
- "foreignIndicator": true,
- "primaryIndicator": true,
- "preferredHourOfDay": {
- "hour": "12",
- "timeZone": "Pacific",
- "timeOfTheDay": "string"
}, - "comment": "This is a description.",
- "period": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "lastUpdatedDate": "2022-04-17T08:00:00Z"
}
], - "emails": [
- {
- "emailAddress": "string",
- "emailPurpose": "Statements",
- "primaryIndicator": true,
- "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "lastUpdatedDate": "2022-04-17T08:00:00Z"
}
], - "organizationType": "Corporation",
- "customerType": "Consumer",
- "taxReportingIndicator": true,
- "taxStatus": "Exempt",
- "cards": [
- {
- "cardId": "0dd926fe-1ca2-11ed-861d-0242ac120002",
- "cardHolder": {
- "personId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "identifiers": [
- {
- "schemeName": "SocialSecurityNumber",
- "number": "123-45-6789",
- "issuer": "Baltimore",
- "country": "US",
- "countrySubdivisionCode": "AR-B",
- "issueDate": "2022-04-17",
- "applyDate": "2022-04-17",
- "expirationDate": "2022-04-17",
- "verificationDate": "2022-04-17",
- "foreingIDIndicator": true,
- "taxIDIndicator": true,
- "displayOption": "string"
}
], - "name": "Jane Birkin",
- "shortName": "Jane",
- "placeAndDateOfBirth": {
- "countrySubdivision": "Oregon",
- "townName": "San Diego",
- "country": "US",
- "birthDate": "2022-04-17"
}, - "gender": "Female",
- "status": "GoodStanding",
- "coveredByMilitaryLendingActIndicator": true,
- "militaryMemberIndicator": true,
- "militaryPeriod": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "audit": {
- "status": "string",
- "creationDate": "2022-04-17",
- "lastModificacionChannel": "Email",
- "lastModificationDate": "2022-04-17",
- "channels": [
- {
- "lastActivityDate": "2022-04-17",
- "name": "Email",
- "activityType": "string",
- "amount": "100"
}
]
}, - "postalAddresses": [
- {
- "addressCode": "string",
- "addressBookIndicator": "string",
- "addressType": "Postal",
- "addressPurpose": "Billing",
- "primaryIndicator": true,
- "careOf": "C/O Company Name",
- "department": "A",
- "subDepartment": "B",
- "streetName": "First Street",
- "firstCrossStreetName": "string",
- "secondCrossStreetName": "Second Street",
- "buildingNumber": "11407",
- "buildingName": "Tall Tower",
- "floor": "20",
- "postBox": "MY779",
- "room": "22",
- "postCode": "97062-6884",
- "carrierRoute": "C001",
- "censusTract": "12345",
- "censusBlock": "1234",
- "cBSACode": "49780",
- "cBSAType": "MSA",
- "foreignIndicator": true,
- "townName": "San Diego",
- "townLocationName": "Clackamas",
- "districtName": "Columbia",
- "countyName": "Cook",
- "countrySubDivision": "Oregon",
- "countrySubDivisionCode": "AR-B",
- "country": "US",
- "addressLine": [
- "11407 Sw Amu st, Suite MY777"
], - "temporaryIndicator": true,
- "period": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "codes": [
- {
- "name": null,
- "value": null,
- "description": null
}
], - "identifiers": [
- {
- "number": null,
- "schemeName": null,
- "issuer": null,
- "issueDate": null,
- "expirationDate": null
}
]
}
], - "structuredName": {
- "firstName": "Mary",
- "middleName": "Joe",
- "lastName": "Smith",
- "middleInitial": "J.",
- "suffix": "PhD",
- "prefix": "Dr."
}, - "phones": [
- {
- "number": "+1-555-1234567",
- "extension": "strin",
- "country": "str",
- "phoneType": "string",
- "phonePurpose": "string",
- "foreignIndicator": true,
- "primaryIndicator": true,
- "preferredHourOfDay": {
- "hour": "12",
- "timeZone": "Pacific",
- "timeOfTheDay": "string"
}, - "comment": "This is a description.",
- "period": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "codes": [
- {
- "name": null,
- "value": null,
- "description": null
}
], - "identifiers": [
- {
- "number": null,
- "schemeName": null,
- "issuer": null,
- "issueDate": null,
- "expirationDate": null
}
], - "lastUpdatedDate": "2022-04-17T08:00:00Z"
}
], - "emails": [
- {
- "emailAddress": "string",
- "emailPurpose": "Statements",
- "primaryIndicator": true,
- "identifiers": [
- {
- "number": null,
- "schemeName": null,
- "issuer": null,
- "issueDate": null,
- "expirationDate": null
}
], - "lastUpdatedDate": "2022-04-17T08:00:00Z"
}
], - "employeeIndicator": true
}, - "identifiers": [
- {
- "number": "string",
- "schemeName": "MemberNumber",
- "issuer": "string"
}
], - "productId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "number": "1234567890123456789",
- "cardHolderType": "Primary",
- "fundingSourceType": "Credit",
- "businessIndicator": true,
- "cardBranchId": "SEA_1",
- "startDate": "2022-04-17",
- "expiryDate": "2022-12",
- "relatedAccounts": [
- {
- "accountRelationType": "Child",
- "accountId": "033-DDA-123456",
- "accountNumber": "012345678",
- "accountType": "Checking",
- "name": "Hermes PD_CA 0002",
- "balances": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "balanceName": "Available",
- "amount": "100",
- "count": 0,
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z",
- "codes": [
- null
]
}
]
}
], - "status": "Active",
- "statusDate": "2022-04-17T08:00:00Z",
- "statusReasons": [
- "Active"
], - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
], - "balances": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "balanceName": "Available",
- "amount": "100",
- "count": 0,
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
], - "spotDates": [
- {
- "name": "Expiration",
- "date": "2022-04-17T08:00:00Z"
}
], - "partyId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "partyType": "Person",
- "partyAccountRole": "AccountOwner",
- "partyAccountRoleCode": "50",
- "beneficiaryPercentage": "25",
- "accountOwnerRelation": "PrimaryServicerOfficer",
- "restrictions": [
- {
- "name": "WireTransferIn",
- "restrictionPurpose": "This is a description.",
- "enableIndicator": true,
- "disableConditions": [
- "LessThanMinAmount"
], - "validFrom": "2022-04-17",
- "validUntil": "2022-04-17",
- "status": "Pending"
}
]
}
], - "maturityDate": "2022-04-17",
- "relatedAccounts": [
- {
- "accountRelationType": "Child",
- "accountId": "033-DDA-123456",
- "accountNumber": "012345678",
- "accountType": "Checking",
- "name": "Hermes PD_CA 0002",
- "balances": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "balanceName": "Available",
- "amount": "100",
- "count": 0,
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
]
}
], - "referenceAccount": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "pastDates": [
- {
- "name": "Expiration",
- "date": "2022-04-17T08:00:00Z"
}
], - "projectedDates": [
- {
- "name": "Expiration",
- "date": "2022-04-17T08:00:00Z"
}
], - "restrictions": [
- {
- "name": "WireTransferIn",
- "restrictionPurpose": "This is a description.",
- "enableIndicator": true,
- "disableConditions": [
- "LessThanMinAmount"
], - "validFrom": "2022-04-17",
- "validUntil": "2022-04-17",
- "status": "Pending"
}
], - "limits": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "name": "CreditLimit",
- "limitType": "DirectDebit",
- "channelType": "string",
- "amount": "100",
- "currency": "USD",
- "number": 0,
- "enableIndicator": true,
- "feesConsentIndicator": true,
- "percentageIndicator": true,
- "percentage": "25",
- "temporaryIndicator": true,
- "validityPeriod": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "periodicity": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "usedAmount": "100",
- "usedNumber": 0,
- "usedPercentage": "25",
- "status": "Requested",
- "statusDateAndtime": "2022-04-17T08:00:00Z",
- "history": {
- "originalAmount": "100",
- "originalLimitType": "DirectDebit",
- "details": [
- {
- "amount": "100",
- "enabledDate": "2022-04-17T08:00:00Z",
- "disableDate": "2022-04-17T08:00:00Z"
}
]
}, - "balances": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "balanceName": "Available",
- "amount": "100",
- "count": 0,
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
], - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "accessConditions": [
- "LessThanMinAmount"
], - "notificationOptions": [
- "Exception"
], - "payments": [
- {
- "frequency": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "paymentType": "Compound",
- "paymentTypeOptions": [
- "Primary"
], - "paymentName": "string",
- "accountId": "033-DDA-123456",
- "referenceNumber": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "paymentDate": "2022-04-17",
- "lastPaid": "100",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
]
}
], - "statement": {
- "frequency": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "communicationMethod": "Email",
- "format": "PDF",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "templateCode": "1",
- "lastStatementPeriod": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string"
}, - "nextStatementPeriod": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string"
}, - "lastStatementDate": "2022-04-17",
- "previousStatementDate": "2022-04-17",
- "lastRegularStatementDate": "2022-04-17",
- "truncationOptions": [
- "ItemsIncluded"
], - "accountNameIndicator": true,
- "balances": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "balanceName": "Available",
- "amount": "100",
- "count": 0,
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
], - "preferredLanguage": "English",
- "combineType": "SavingsSatement",
- "category": "BalanceSheet",
- "subcategory": "Cash",
- "profitabilityModelId": "1",
- "lastIRAStatementDate": "2022-04-17"
}, - "interests": [
- {
- "name": "Deposit",
- "interestCode": "string",
- "dayCountBasis": "Actual360",
- "calculationMethodOption": "LastInterest",
- "accruedDate": "2022-04-17",
- "nextInterestDate": "2022-04-17",
- "lastInterestDate": "2022-04-17",
- "term": {
- "unit": "Months",
- "value": 999
}, - "enableIndicator": true,
- "compoundingMethod": "Deposit",
- "compoundingFrequency": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "calculationFrequency": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "oneDayInterest": "100",
- "payment": {
- "frequency": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "paymentType": "Compound",
- "paymentTypeOptions": [
- "Primary"
], - "paymentName": "string",
- "accountId": "033-DDA-123456",
- "referenceNumber": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "paymentDate": "2022-04-17",
- "lastPaid": "100",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}, - "balances": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "balanceName": "Available",
- "amount": "100",
- "count": 0,
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
], - "renewal": {
- "maturityNoticeOptions": [
- "string"
], - "rateAtMaturityOptions": [
- "string"
], - "changeNoticeOption": "string",
- "noticePrintOptions": [
- "string"
], - "maturityRateDays": 0,
- "maturityRate": "25",
- "renewalType": "string",
- "rateFrequency": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "term": {
- "unit": "Months",
- "value": 999
}, - "productId": "PD_CA_0002"
}, - "cycle": {
- "firstDateRate": "25",
- "daysProcessed": 0,
- "totalDays": 0,
- "balances": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "balanceName": "Available",
- "amount": "100",
- "count": 0,
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
]
}, - "lastCalculus": "100",
- "reportingIndicator": true,
- "reportingOptions": [
- "Deposit"
], - "form": {
- "formName": "W-8",
- "taxRate": "100",
- "onFileIndicator": true,
- "taxStatus": "Exempt",
- "certificationDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}, - "annualPercentageYieldFrequency": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "annualPercentageYield": "100",
- "daysSinceLastAnniversary": 0,
- "rates": [
- {
- "rateName": "Actual",
- "rateTierName": "Actual",
- "percentage": "25",
- "amount": "100",
- "currency": "USD"
}
], - "rateType": "Fixed",
- "rateTieredType": "Whole",
- "rateAmountType": "Available",
- "pastDueOptions": [
- "string"
], - "variableInterests": [
- {
- "leadDays": 30,
- "nextChangeDate": "2022-04-17",
- "lastChangeDate": "2022-04-17",
- "changes": [
- {
- "referenceRateName": "string",
- "rateType": "Fixed",
- "calculationMethod": "PointSpread",
- "spread": "25",
- "basisPointSpread": 0,
- "pointSpread": "25",
- "productId": "PD_CA_0002",
- "effectiveDate": "2022-04-17T08:00:00Z",
- "frequency": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "increaseOnlyIndicator": true,
- "ceilingRate": "25",
- "floorRate": "25"
}
], - "referenceRateName": "string",
- "rateType": "Fixed",
- "calculationMethod": "PointSpread",
- "spread": "25",
- "basisPointSpread": 0,
- "pointSpread": "25",
- "productId": "PD_CA_0002",
- "effectiveDate": "2022-04-17T08:00:00Z",
- "frequency": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "increaseOnlyIndicator": true,
- "ceilingRate": "25",
- "floorRate": "25"
}
]
}
], - "charges": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "chargeId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "name": "CardLatePayment",
- "status": "Charged",
- "amount": "100",
- "currency": "USD",
- "rate": "25",
- "chargeType": "ManagementFee",
- "exemptIndicator": true,
- "exemptPeriodsNumber": 0,
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "calculationMethodCode": "string",
- "calculationMethodOptions": [
- "string"
], - "options": [
- "NSFDefault"
], - "calculationBasis": "Monthly",
- "bearerType": "Shared",
- "maximumAmount": "100",
- "maximumNumber": 0,
- "minimumAmount": "100",
- "enableIndicator": true,
- "relatedInterest": {
- "name": "Deposit",
- "code": "string",
- "enableIndicator": true,
- "dayCountBasis": "Actual360",
- "calculationMethodOption": "LastInterest",
- "nextInterestDate": "2022-04-17",
- "term": {
- "unit": "Months",
- "value": 999
}, - "calculationFrequency": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "balances": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "balanceName": "Available",
- "amount": "100",
- "count": 0,
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
], - "rateName": "Actual",
- "rateTierName": "Actual",
- "percentage": "25",
- "amount": "100",
- "currency": "USD"
}, - "debitIndicator": true,
- "payments": [
- {
- "frequency": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "paymentType": "Compound",
- "paymentTypeOptions": [
- "Primary"
], - "paymentName": "string",
- "accountId": "033-DDA-123456",
- "referenceNumber": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "paymentDate": "2022-04-17",
- "lastPaid": "100",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
], - "periodicity": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "balances": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "balanceName": "Available",
- "amount": "100",
- "count": 0,
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
], - "description": "This is a description."
}
], - "taxes": [
- {
- "taxType": "TaxCredit",
- "name": "Sales",
- "rate": "25",
- "debitIndicator": true,
- "taxReportingIndicator": true,
- "balances": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "balanceName": "Available",
- "amount": "100",
- "count": 0,
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
]
}
], - "communicationChannels": [
- {
- "channel": "Email",
- "channelIdentification": "011-02010020202",
- "channelPurpose": "PrivacyNotices",
- "codeWord": "string",
- "alertIndicator": null,
- "personId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "status": "Warning",
- "primaryIndicator": true,
- "leadTime": {
- "unit": "Months",
- "value": 999
}, - "alertText": "This is a description.",
- "contactDates": [
- {
- "name": "Expiration",
- "date": "2022-04-17T08:00:00Z"
}
], - "contactCount": 0
}
], - "relationshipId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195"
}
], - "print": {
- "accountTitle": "This is a Title.",
- "accountTitleOption": "string",
- "checkNameOption": "string",
- "balanceOnReceiptOverride": "string",
- "nameIndicator": true,
- "handlingLevels": [
- "string"
], - "printOptions": [
- {
- "name": "string",
- "options": [
- "string"
]
}
]
}, - "bill": {
- "billingDay": 30,
- "billOption": "Individual",
- "balances": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "balanceName": "Available",
- "amount": "100",
- "count": 0,
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
]
}, - "collateral": {
- "collateralId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "value": "100",
- "ineligibleAmount": "100",
- "ceilingAmount": "100",
- "netAppraisedValue": "100",
- "lastAppraisedDate": "2022-04-17T08:00:00Z",
- "lastReviewDate": "2022-04-17T08:00:00Z",
- "nextReviewDate": "2022-04-17T08:00:00Z",
- "purchasePrice": "100",
- "collateralType": "string",
- "disposalCostPercentage": "25",
- "maximumLoanAmountPercentage": "25",
- "marketMarginPercentage": "25",
- "underwritingRatioFormulas": [
- {
- "name": "string",
- "ratio": "100"
}
], - "liens": [
- {
- "name": "string",
- "amount": "100"
}
], - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "numberOfUnits": 0,
- "contract": {
- "documentId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "documentReference": "string",
- "format": "PDF",
- "title": "This is a Title.",
- "version": "string",
- "signOffDate": "2022-04-17",
- "issueDate": "2022-04-17",
- "purpose": "string",
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "jurisdiction": {
- "countrySubdivision": "Oregon",
- "townName": "San Diego",
- "country": "US"
}, - "contact": {
- "structuredName": {
- "firstName": "Mary",
- "middleName": "Joe",
- "lastName": "Smith",
- "middleInitial": "J.",
- "suffix": "PhD",
- "prefix": "Dr."
}, - "name": "Jane Birkin",
- "firstContactDate": "2022-04-17T08:00:00Z",
- "lastContactDate": "2022-04-17T08:00:00Z",
- "phones": [
- {
- "number": "+1-555-1234567",
- "extension": "strin",
- "country": "str",
- "phoneType": "string",
- "phonePurpose": "string",
- "foreignIndicator": true,
- "primaryIndicator": true,
- "preferredHourOfDay": {
- "hour": "12",
- "timeZone": "Pacific",
- "timeOfTheDay": "string"
}, - "comment": "This is a description.",
- "period": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "lastUpdatedDate": "2022-04-17T08:00:00Z"
}
], - "emails": [
- {
- "emailAddress": "string",
- "emailPurpose": "Statements",
- "primaryIndicator": true,
- "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "lastUpdatedDate": "2022-04-17T08:00:00Z"
}
], - "jobTitle": "Head of Documentation",
- "department": "Sales",
- "communicationChannels": [
- {
- "channel": "Email",
- "channelIdentification": "011-02010020202",
- "channelPurpose": "PrivacyNotices",
- "codeWord": "string",
- "alertIndicator": null,
- "personId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "status": "Warning",
- "primaryIndicator": true,
- "leadTime": {
- "unit": "Months",
- "value": 999
}, - "alertText": "This is a description.",
- "contactDates": [
- {
- "name": "Expiration",
- "date": "2022-04-17T08:00:00Z"
}
], - "contactCount": 0
}
], - "preferredMethod": "Email",
- "preferredLanguage": "English"
}, - "parties": {
- "partyId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "partyType": "Person",
- "partyName": "Jane Birkin"
}
}, - "postalAddress": {
- "addressCode": "string",
- "addressBookIndicator": "string",
- "addressType": "Postal",
- "addressPurpose": "Billing",
- "primaryIndicator": true,
- "careOf": "C/O Company Name",
- "department": "A",
- "subDepartment": "B",
- "streetName": "First Street",
- "firstCrossStreetName": "string",
- "secondCrossStreetName": "Second Street",
- "buildingNumber": "11407",
- "buildingName": "Tall Tower",
- "floor": "20",
- "postBox": "MY779",
- "room": "22",
- "postCode": "97062-6884",
- "carrierRoute": "C001",
- "censusTract": "12345",
- "censusBlock": "1234",
- "cBSACode": "49780",
- "cBSAType": "MSA",
- "foreignIndicator": true,
- "townName": "San Diego",
- "townLocationName": "Clackamas",
- "districtName": "Columbia",
- "countyName": "Cook",
- "countrySubDivision": "Oregon",
- "countrySubDivisionCode": "AR-B",
- "country": "US",
- "addressLine": [
- "11407 Sw Amu st, Suite MY777"
], - "temporaryIndicator": true,
- "period": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
]
}, - "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "status": "Secured",
- "statusDate": "2022-04-17T08:00:00Z",
- "descriptionLines": [
- "This is a description."
], - "collateralOwnershipId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002"
}, - "contact": {
- "structuredName": {
- "firstName": "Mary",
- "middleName": "Joe",
- "lastName": "Smith",
- "middleInitial": "J.",
- "suffix": "PhD",
- "prefix": "Dr."
}, - "name": "Jane Birkin",
- "firstContactDate": "2022-04-17T08:00:00Z",
- "lastContactDate": "2022-04-17T08:00:00Z",
- "postalAddresses": [
- {
- "addressCode": "string",
- "addressBookIndicator": "string",
- "addressType": "Postal",
- "addressPurpose": "Billing",
- "primaryIndicator": true,
- "careOf": "C/O Company Name",
- "department": "A",
- "subDepartment": "B",
- "streetName": "First Street",
- "firstCrossStreetName": "string",
- "secondCrossStreetName": "Second Street",
- "buildingNumber": "11407",
- "buildingName": "Tall Tower",
- "floor": "20",
- "postBox": "MY779",
- "room": "22",
- "postCode": "97062-6884",
- "carrierRoute": "C001",
- "censusTract": "12345",
- "censusBlock": "1234",
- "cBSACode": "49780",
- "cBSAType": "MSA",
- "foreignIndicator": true,
- "townName": "San Diego",
- "townLocationName": "Clackamas",
- "districtName": "Columbia",
- "countyName": "Cook",
- "countrySubDivision": "Oregon",
- "countrySubDivisionCode": "AR-B",
- "country": "US",
- "addressLine": [
- "11407 Sw Amu st, Suite MY777"
], - "temporaryIndicator": true,
- "period": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
]
}
], - "phones": [
- {
- "number": "+1-555-1234567",
- "extension": "strin",
- "country": "str",
- "phoneType": "string",
- "phonePurpose": "string",
- "foreignIndicator": true,
- "primaryIndicator": true,
- "preferredHourOfDay": {
- "hour": "12",
- "timeZone": "Pacific",
- "timeOfTheDay": "string"
}, - "comment": "This is a description.",
- "period": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "lastUpdatedDate": "2022-04-17T08:00:00Z"
}
], - "emails": [
- {
- "emailAddress": "string",
- "emailPurpose": "Statements",
- "primaryIndicator": true,
- "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "lastUpdatedDate": "2022-04-17T08:00:00Z"
}
], - "jobTitle": "Head of Documentation",
- "department": "Sales",
- "preferredMethod": "Email",
- "preferredLanguage": "English"
}, - "renewal": {
- "renewalType": "string",
- "frequency": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "rate": "25",
- "productId": "PD_CA_0002",
- "graceDays": 0,
- "gracePeriodIndicator": true,
- "lastRenewalDate": "2022-04-17T08:00:00Z"
}, - "servicerAlerts": [
- {
- "alertName": "CreditBureauAlert",
- "alertType": "Warning",
- "alertCode": "string",
- "message": "This is a description.",
- "lastAlertDate": "2022-04-17"
}
], - "history": {
- "originalOpenDate": "2022-04-17",
- "originalMaturityDate": "2022-04-17",
- "lastMaturedDate": "2022-04-17"
}, - "status": {
- "statusName": "Active",
- "statusDateAndTime": "2022-04-17T08:00:00Z",
- "reason": "BlockedAccount",
- "reasonDescription": "This is a description.",
- "details": [
- {
- "statusType": "RegulationDD",
- "statusName": "Active",
- "dateAndTime": "2022-04-17T08:00:00Z",
- "reasonComment": "This is a description.",
- "statusReason": "RegulationDD"
}
], - "processEvents": [
- {
- "name": "string",
- "description": "This is a Title.",
- "spotDates": [
- {
- "name": "Expiration",
- "date": "2022-04-17T08:00:00Z"
}
], - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
], - "openDate": "2022-04-17",
- "closeDate": "2022-04-17",
- "externalAccountIndicator": true,
- "collateralIndicator": true,
- "negotiableIndicator": true,
- "closeOption": "string",
- "profitabilityAnalysisStatus": "string",
- "nonSufficientFundsInstruction": "string",
- "nonSufficientFunds": "string"
}, - "supplementaryData": { },
- "comments": [
- {
- "name": "string",
- "text": "This is a description."
}
], - "profile": {
- "profileType": "Personal",
- "riskLevel": "Permanent",
- "qualityScore": "string",
- "riskMeasures": [
- {
- "name": "StandardAndPoors",
- "level": "Permanent",
- "date": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
], - "creditRankingScales": [
- {
- "name": "StandardAndPoors",
- "score": "AAA",
- "date": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
], - "bankruptcy": {
- "chapter": "11",
- "status": "Petition",
- "statementOption": "RegularBillingStatement"
}, - "paymentHistoryFrequency": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "paymentHistoryOption": "NotRecalculate"
}, - "ammountCalculationDate": "2022-04-17T08:00:00Z",
- "transactionDates": [
- {
- "name": "Expiration",
- "date": "2022-04-17T08:00:00Z"
}
], - "balances": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "balanceName": "Available",
- "amount": "100",
- "count": 0,
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
], - "plasticCount": 0,
- "cards": [
- {
- "cardId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "cardHolderName": "Jane Birkin",
- "cardHolderType": "Primary"
}
], - "accountId": "033-DDA-123456",
- "standingOrders": [
- {
- "paymentType": "OnUs",
- "standingOrderType": "OneTime",
- "amountType": "OneTime",
- "recurrenceDateType": "OneTime",
- "orderSequence": 1,
- "frequency": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "eventDescription": "This is a description.",
- "timeOfDay": {
- "hour": "12",
- "timeZone": "Pacific",
- "timeOfTheDay": "string"
}, - "paymentInstruction": {
- "identifiers": [
- {
- "number": "string",
- "schemeName": "UETR",
- "issuer": "Banc of California"
}
], - "paymentMethod": "CreditTransfer",
- "paymentType": "OnUs",
- "amount": "100",
- "taxAmount": "100",
- "creditorAccountId": "033-DDA-123456",
- "paymentProcessing": {
- "instructionPriority": "123456789",
- "serviceLevel": "BookTransaction",
- "clearingChannel": "ACH",
- "localInstrument": "CCD",
- "categoryPurpose": "SalaryPayment"
}, - "chargeBearerType": "Shared",
- "creditor": {
- "name": "Jane Birkin",
- "account": {
- "name": "Hermes PD_CA 0002",
- "currency": "USD",
- "accountBranchId": "SEA_1",
- "accountNumber": "012345678",
- "accountType": "Checking",
- "routingNumber": "012345678",
- "identifiers": [
- {
- "number": "string",
- "schemeName": "BBANIdentifier",
- "issuer": "string"
}
]
}, - "postalAddress": {
- "addressCode": "string",
- "addressBookIndicator": "string",
- "addressType": "Postal",
- "addressPurpose": "Billing",
- "primaryIndicator": true,
- "careOf": "C/O Company Name",
- "department": "A",
- "subDepartment": "B",
- "streetName": "First Street",
- "firstCrossStreetName": "string",
- "secondCrossStreetName": "Second Street",
- "buildingNumber": "11407",
- "buildingName": "Tall Tower",
- "floor": "20",
- "postBox": "MY779",
- "room": "22",
- "postCode": "97062-6884",
- "carrierRoute": "C001",
- "censusTract": "12345",
- "censusBlock": "1234",
- "cBSACode": "49780",
- "cBSAType": "MSA",
- "foreignIndicator": true,
- "townName": "San Diego",
- "townLocationName": "Clackamas",
- "districtName": "Columbia",
- "countyName": "Cook",
- "countrySubDivision": "Oregon",
- "countrySubDivisionCode": "AR-B",
- "country": "US",
- "addressLine": [
- "11407 Sw Amu st, Suite MY777"
], - "temporaryIndicator": true,
- "period": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
]
}, - "agent": {
- "identifiers": [
- {
- "number": "123-45-6789",
- "issuer": "UnitedStates",
- "country": "US",
- "countrySubdivisionCode": "AR-B",
- "issueDate": "2022-04-17",
- "applyDate": "2022-04-17",
- "expirationDate": "2022-04-17",
- "verificationDate": "2022-04-17",
- "foreingIDIndicator": true,
- "taxIDIndicator": true,
- "displayOption": "string",
- "schemeName": "TaxIdentificationNumber"
}
], - "clearingSystemMemberIdentification": "UnitedStatesRoutingNumberFedwireNACHA",
- "memberIdentification": "string",
- "name": "string",
- "postalAddress": {
- "addressCode": "string",
- "addressBookIndicator": "string",
- "addressType": "Postal",
- "addressPurpose": "Billing",
- "primaryIndicator": true,
- "careOf": "C/O Company Name",
- "department": "A",
- "subDepartment": "B",
- "streetName": "First Street",
- "firstCrossStreetName": "string",
- "secondCrossStreetName": "Second Street",
- "buildingNumber": "11407",
- "buildingName": "Tall Tower",
- "floor": "20",
- "postBox": "MY779",
- "room": "22",
- "postCode": "97062-6884",
- "carrierRoute": "C001",
- "censusTract": "12345",
- "censusBlock": "1234",
- "cBSACode": "49780",
- "cBSAType": "MSA",
- "foreignIndicator": true,
- "townName": "San Diego",
- "townLocationName": "Clackamas",
- "districtName": "Columbia",
- "countyName": "Cook",
- "countrySubDivision": "Oregon",
- "countrySubDivisionCode": "AR-B",
- "country": "US",
- "addressLine": [
- "11407 Sw Amu st, Suite MY777"
], - "temporaryIndicator": true,
- "period": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
]
}
}, - "placeAndDateOfBirth": {
- "countrySubdivision": "Oregon",
- "townName": "San Diego",
- "country": "US",
- "birthDate": "2022-04-17"
}, - "contact": {
- "contactMethods": [
- {
- "channelType": "Email",
- "identification": "011-02010020202"
}
], - "preferredMethod": "Email",
- "preferredLanguage": "English"
}, - "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "TaxIdentificationNumber",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "countryOfResidence": "US"
}
}, - "lastPaymentDate": "2022-04-17T08:00:00Z",
- "failedCount": 0,
- "authorizationChannel": "Email",
- "paymentMethod": "CreditTransfer",
- "convenienceFeeRefundAmount": "100",
- "enableIndicator": true,
- "status": "Sent",
- "statusReasonDescription": "This is a description.",
- "statusReason": "BlockedAccount",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "standingOrderId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "statusDateAndTime": "2022-04-17T08:00:00Z",
- "cancellationReason": "This is a description."
}
], - "audit": {
- "status": "string",
- "creationDate": "2022-04-17",
- "lastModificacionChannel": "Email",
- "lastModificationDate": "2022-04-17",
- "channels": [
- {
- "lastActivityDate": "2022-04-17",
- "name": "Email",
- "activityType": "string",
- "amount": "100"
}
]
}
}
Replaces an Account by Id.
Use the JSON Merge Patch standard https://tools.ietf.org/html/rfc7396
Authorizations:
path Parameters
accountId required | string (AccountId) [ 1 .. 36 ] characters Example: 033-DDA-123456 Account Identification |
header Parameters
servicerId | string (Id) [ 1 .. 36 ] characters Example: 5fb9d4d6-1a3c-11ed-861d-0242ac120002 Account Servicer Identification (Bank) |
servicerBranchId | string (ServicerBranchId) [ 1 .. 36 ] characters Example: SEA_1 Identification of the account servicer institution at branch level or center level. |
Core-Validation-Mode | string <ENFORCING|PERMISSIVE|DISABLED> Indicates how the API validates requests against the core validation request policy. ENFORCING: The API validates all requests against the core validation request policy. The API only sends requests that pass validation to the back-end core service. PERMISSIVE: The API validates all requests against the validation request policy. The API sends all requests to the back-end service, regardless of whether they pass or fail the core validation. DISABLED: The API does not validate any requests against the validation request policy. The API gateway sends all requests to the core back-end service. |
Request Body schema: application/json
accountBranchId | string [ 1 .. 36 ] characters Example: "SEA_1" Identification of the account servicer institution at branch level or center level. To overlay the codes to produce a unique identifier the following expresion is used: BranchRegionCode-BranchSubdivisionCode. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
accountNumber | string <= 30 characters Example: "012345678" The account number or Basic Bank Account Number (BBAN). A Basic Bank Account Number (BBAN) is a bank account number that includes the domestic bank code, branch identifier, and account number. It is a unique identifier for a bank account within a specific country. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
accountType required | string [ 1 .. 35 ] characters Example: "Checking" Type of the account. Some possible ISO 20022 compliant values are: Checking, CardAccount, CashPayment, Charges, CashIncome, Commission, ClearingParticipantSettlementAccount, LimitedLiquiditySavingsAccount, MarginalLending, MoneyMarket, NonResidentExternal, Overdraft, OverNightDeposit, Settlement, Salary, Savings, Tax, TransactingAccount, CashTrading, VirtualAccount, CreditCard, DebitCard, Universal, Investment, EpurseCard, CertificateOfDeposit, MoneyMarketChecking, RetirementAccount, StockOrBond, PrePaid, FleetCard, Cash, DebitAccount, CreditAccount, Benefit, HealthSavingsAccount, FlexibleSpendingAccount, ForBenefitOf, Estate, ClientTrustAccount, LawyersTrustAccount, KeoghPlanAccount, UniformTransfersToMinorsAct, UniformGiftsToMinorsAct, ReserveFunds, SelfDirectedBrokerage, IRA, Annuity, ExternalAccount, Loan. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array of objects | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array of objects | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
securedIndicator | boolean Indicates whether the Account is secure. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
securedType | string (SecuredAccountType) [ 1 .. 17 ] characters Example: "Collateral" Indicates how the account is secured. Possible Values: Collateral, Agent | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
object (AccountPayment) Account payment information. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
object (AccountPayout) Distribution of funds or assets to an individual or entity. In relation to investments, loans, insurance policies, and retirement accounts. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ownershipType required | string (AccountOwnershipType) [ 1 .. 35 ] characters Example: "SingleOwnerAccount" Specifies the type of account ownership. Possible ISO 20022 compliant values names are: JointAccountWithSurvivorshipRights, JointAccountInCommon, CustodialAccount, SingleOwnerAccount, JointAccount, Corporation, Organization, Business, FormalPartnership, FormalTrust, Nominee, NonProfitOrganization, NotForProfitOrganization, ForProfit, EUResidualEntity, USGovernmentOrganization, GovernmentOrganization, LimitedLiabilityCompany, RegisteredInvestmentCompany, Entrepreneurial, Unincorporated, LimitedPartnership, LimitedLiabilityPartnership, BareOwner, Usufructuary, Fiduciary, ServicerEmployeeAccount, BusinessTrust, FamilyTrust, Estate, PublicFunds, NonUSGovernmentOrganization, Church, Club. More general possible values: Direct, Indirect. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
balanceType | string (Balance Type) Example: "Asset" Account Balance Type. Possible Values: Asset, positive transaction amount increases balance; Liability, positive transaction amount decreases balance; Equity. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
productId | string (ProductId) [ 1 .. 36 ] characters Example: "PD_CA_0002" Identification of the product offered by a financial institution to its customers. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
name | string (AccountName) [ 1 .. 70 ] characters Example: "Hermes PD_CA 0002" Name of the account. It provides an additional means of identification, and is designated by the account servicer in agreement with the account owner. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
accountPurpose | string (Description) [ 1 .. 1025 ] characters Example: "This is a description." | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
currency | string (CurrencyCode) = 3 characters ^([A-Z]{3})?$ Example: "USD" Three contiguous letters for the representation of currencies and funds. Valid currency codes are registered with the ISO 4217 Maintenance Agency. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
initialAmount | string (Amount) <= 23 characters ^-?([0]|([1-9][0-9]{0,12}))([.][0-9]{0,8})?$ Example: "100" Number of monetary units where the size of the decimal part is defined by the currency. Note: total number of digits: 21 number of digits in fractional part: 8 maxInclusive: 9999999999999.99999999 minInclusive: -9999999999999.99999999 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
depositDate | string <date> Example: "2022-04-17" Initial desposit date | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
object (AccountContract) Account contractual details between the owners and the account servicer. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
required | Array of objects (AccountDetailedParty) | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
maturityDate | string <date> (Date) Example: "2022-04-17" A particular point in the progression of time in a calendar year expressed in the YYYY-MM-DD format. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array of objects (RelatedAccount) | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
referenceAccount | string [ 1 .. 36 ] characters Example: "5fb9d4d6-1a3c-11ed-861d-0242ac120002" Account used as a reference for the account opening. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array of objects (SpotDate) | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array of objects (SpotDate) Projected account dates. Possible values: AnticipatedPayOff. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array of objects (Restriction) | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array of objects (Limit) | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
object (FinancialStatement) Specifies financial statement details. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array of objects (InterestCalculation) | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array of objects (ChargeCalculation) | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array of objects (Tax) | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array of objects (CommunicationChannel) | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
relationshipId | string [ 1 .. 36 ] characters Example: "5fb9d4d6-1a3c-11ed-861d-0242ac120002" This id gives the ability to view a party’s total relationship with the bank. The relationship Id ties multiple parties and accounts together. This code is also used to reduce mailing costs during marketing campaigns to avoid sending duplicate materials to parties residing at the same address. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array of objects (GenericAccountCode) | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
object (AccountPrintOptions) | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
object (AccountBillDetails) Billing information of the payment | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
object (Collateral) Assets pledged by a debtor to secure a loan or an exposure and subject to seizure in the event of default. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
object (AccountContactDetails) Specifies the contact details of a person. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
object (AccountRenewal) Information related to the account renewal | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array of objects (ServicerAlert) Account alerts to be received by the account servicer. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
object (AccountHistory) History attribute values. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
required | object (AccountDetailedStatus) Specifies the current state of an account. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
supplementaryData | object (SupplementaryData) Additional information that cannot be captured in the structured elements and/or any other specific block. If this information need to be converted in ISO Messages, must be ISO 20022 compliant: it requires development of a compliant message extension model and its components must be registered in the ISO 20022 Data Dictionary. https://www.iso20022.org/catalogue-messages/additional-content-messages/supplementary-data | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array of objects (Comment) Bank commnents of the account. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
object (AccountProfile) | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ammountCalculationDate | string <date-time> Example: "2022-04-17T08:00:00Z" Specifies the date and time at which the all the balances amount were calculated. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array of objects (SpotDate) Specifies the date and time of transaction events. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array of objects (Balance) | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
plasticCount | integer Number of plastic cards issued which are associated to the account. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array of objects (RelatedCard) Payment cards related to the account. Debit cards, for loans or current accounts. Credit cards, for credit card accounts. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array of objects (StandingOrder) Instructions given by an account holder to an account servicer to make regular transfers on given dates to the same beneficiary. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
object (Audit) Resource Audit Information. Captures the creation, modification and maintenance details. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Responses
Request samples
- Payload
{- "accountBranchId": "SEA_1",
- "accountNumber": "012345678",
- "accountType": "Checking",
- "routingNumbers": [
- {
- "number": "012345678",
- "routingNumberType": "ACH"
}
], - "identifiers": [
- {
- "number": "string",
- "schemeName": "BBANIdentifier",
- "issuer": "string"
}
], - "securedIndicator": true,
- "securedType": "Collateral",
- "payment": {
- "numberOfPayments": 0,
- "next": {
- "domain": "Payments",
- "family": "CustomerCardTransactions",
- "subFamily": "CreditCardPayment",
- "codes": [
- {
- "codeType": "DetailBAI",
- "name": "string",
- "value": "195",
- "description": "This is a Title."
}
], - "repaymentScheduleId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "amount": "100",
- "minimumDueAmount": "100",
- "expectedDate": "2022-04-17",
- "dueDate": "2022-04-17",
- "repaymentType": "Principal",
- "identifiers": [
- {
- "number": "string",
- "schemeName": "UETR",
- "issuer": "Banc of California"
}
], - "balances": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "balanceName": "Available",
- "amount": "100",
- "count": 0,
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
]
}, - "last": {
- "domain": "Payments",
- "family": "CustomerCardTransactions",
- "subFamily": "CreditCardPayment",
- "codes": [
- {
- "codeType": "DetailBAI",
- "name": "string",
- "value": "195",
- "description": "This is a Title."
}
], - "repaymentScheduleId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "amount": "100",
- "minimumDueAmount": "100",
- "expectedDate": "2022-04-17",
- "dueDate": "2022-04-17",
- "repaymentType": "Principal",
- "identifiers": [
- {
- "number": "string",
- "schemeName": "UETR",
- "issuer": "Banc of California"
}
], - "balances": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "balanceName": "Available",
- "amount": "100",
- "count": 0,
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
], - "paymentId": "0dd926fe-1ca2-11ed-861d-0242ac120002",
- "reversalIndicator": true,
- "remittanceInformation": {
- "remittanceNumber": "string",
- "documentType": "string"
}, - "valueDate": "2022-04-17T08:00:00Z",
- "bookingDate": "2022-04-17T08:00:00Z",
- "charges": [
- {
- "name": "CardLatePayment",
- "description": "This is a description.",
- "amount": "100",
- "adjustment": "100"
}
], - "interests": [
- {
- "name": "Deposit",
- "amount": "100"
}
], - "paymentDate": "2022-04-17",
- "cycleDate": "2022-04-17",
- "paymentReason": "CashManagementTransfer",
- "paymentName": "string",
- "delinquentDays": 0
}, - "payments": [
- {
- "domain": "Payments",
- "family": "CustomerCardTransactions",
- "subFamily": "CreditCardPayment",
- "codes": [
- {
- "codeType": "DetailBAI",
- "name": "string",
- "value": "195",
- "description": "This is a Title."
}
], - "repaymentScheduleId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "amount": "100",
- "minimumDueAmount": "100",
- "expectedDate": "2022-04-17",
- "dueDate": "2022-04-17",
- "repaymentType": "Principal",
- "identifiers": [
- {
- "number": "string",
- "schemeName": "UETR",
- "issuer": "Banc of California"
}
], - "balances": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "balanceName": "Available",
- "amount": "100",
- "count": 0,
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
], - "paymentId": "0dd926fe-1ca2-11ed-861d-0242ac120002",
- "reversalIndicator": true,
- "remittanceInformation": {
- "remittanceNumber": "string",
- "documentType": "string"
}, - "valueDate": "2022-04-17T08:00:00Z",
- "bookingDate": "2022-04-17T08:00:00Z",
- "charges": [
- {
- "name": "CardLatePayment",
- "description": "This is a description.",
- "amount": "100",
- "adjustment": "100"
}
], - "interests": [
- {
- "name": "Deposit",
- "amount": "100"
}
], - "paymentDate": "2022-04-17",
- "cycleDate": "2022-04-17",
- "paymentReason": "CashManagementTransfer",
- "paymentName": "string",
- "delinquentDays": 0
}
], - "frequency": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "interestFrequency": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "draftDayAdjuster": 30,
- "automaticIndicator": true,
- "paymentType": "OnUs",
- "firstPaymentDate": "2022-04-17",
- "bill": {
- "billingDay": 30,
- "rebillStatus": "RebillRequest",
- "rebillInterestIndicator": true,
- "leadDays": 0,
- "interestFromDate": "2022-04-17",
- "interestToDate": "2022-04-17",
- "balances": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "balanceName": "Available",
- "amount": "100",
- "count": 0,
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
]
}
}, - "payout": {
- "frequency": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "paymentType": "Compound",
- "paymentTypeOptions": [
- "Primary"
], - "paymentName": "string",
- "accountId": "033-DDA-123456",
- "referenceNumber": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "paymentDate": "2022-04-17",
- "lastPaid": "100",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "payoutType": "string",
- "payoutName": "ClubPay",
- "payoutOption": "string",
- "amount": "100",
- "enableIndicator": true,
- "payoutsNumber": 0,
- "surrenderAmount": "100",
- "changePercentage": "25",
- "changeAmount": "100",
- "temporalPayoutDuration": {
- "unit": "Months",
- "value": 999
}
}, - "ownershipType": "SingleOwnerAccount",
- "balanceType": "Asset",
- "productId": "PD_CA_0002",
- "name": "Hermes PD_CA 0002",
- "accountPurpose": "This is a description.",
- "currency": "USD",
- "initialAmount": "100",
- "depositDate": "2022-04-17",
- "contract": {
- "documentId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "documentReference": "string",
- "format": "PDF",
- "title": "This is a Title.",
- "version": "string",
- "signOffDate": "2022-04-17",
- "issueDate": "2022-04-17",
- "purpose": "string",
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "jurisdiction": {
- "countrySubdivision": "Oregon",
- "townName": "San Diego",
- "country": "US"
}, - "contact": {
- "structuredName": {
- "firstName": "Mary",
- "middleName": "Joe",
- "lastName": "Smith",
- "middleInitial": "J.",
- "suffix": "PhD",
- "prefix": "Dr."
}, - "name": "Jane Birkin",
- "firstContactDate": "2022-04-17T08:00:00Z",
- "lastContactDate": "2022-04-17T08:00:00Z",
- "phones": [
- {
- "number": "+1-555-1234567",
- "extension": "strin",
- "country": "str",
- "phoneType": "string",
- "phonePurpose": "string",
- "foreignIndicator": true,
- "primaryIndicator": true,
- "preferredHourOfDay": {
- "hour": "12",
- "timeZone": "Pacific",
- "timeOfTheDay": "string"
}, - "comment": "This is a description.",
- "period": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "lastUpdatedDate": "2022-04-17T08:00:00Z"
}
], - "emails": [
- {
- "emailAddress": "string",
- "emailPurpose": "Statements",
- "primaryIndicator": true,
- "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "lastUpdatedDate": "2022-04-17T08:00:00Z"
}
], - "jobTitle": "Head of Documentation",
- "department": "Sales",
- "communicationChannels": [
- {
- "channel": "Email",
- "channelIdentification": "011-02010020202",
- "channelPurpose": "PrivacyNotices",
- "codeWord": "string",
- "alertIndicator": null,
- "personId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "status": "Warning",
- "primaryIndicator": true,
- "leadTime": {
- "unit": "Months",
- "value": 999
}, - "alertText": "This is a description.",
- "contactDates": [
- {
- "name": "Expiration",
- "date": "2022-04-17T08:00:00Z"
}
], - "contactCount": 0
}
], - "preferredMethod": "Email",
- "preferredLanguage": "English"
}, - "parties": {
- "partyId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "partyType": "Person",
- "partyName": "Jane Birkin"
}, - "status": "Active",
- "targetClosingDate": "2022-04-17",
- "targetGoLiveDate": "2022-04-17",
- "masterAgreement": {
- "accountId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "availableCredit": "100",
- "documentId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "documentReference": "string",
- "format": "PDF",
- "title": "This is a Title.",
- "version": "string",
- "signOffDate": "2022-04-17",
- "issueDate": "2022-04-17",
- "purpose": "string"
}, - "term": {
- "duration": {
- "unit": "Months",
- "value": 999
}, - "timesExtended": 100,
- "timesRenewed": 100
}, - "premium": "100",
- "coverageAmount": "100"
}, - "parties": [
- {
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "customerType": "Consumer",
- "cards": [
- {
- "cardId": "0dd926fe-1ca2-11ed-861d-0242ac120002",
- "identifiers": [
- {
- "number": "string",
- "schemeName": "MemberNumber",
- "issuer": "string"
}
], - "statusDate": "2022-04-17T08:00:00Z",
- "statusReasons": [
- "Active"
], - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
], - "balances": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "balanceName": "Available",
- "amount": "100",
- "count": 0,
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
], - "spotDates": [
- {
- "name": "Expiration",
- "date": "2022-04-17T08:00:00Z"
}
], - "partyId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "partyType": "Person",
- "partyAccountRole": "AccountOwner",
- "partyAccountRoleCode": "50",
- "beneficiaryPercentage": "25",
- "accountOwnerRelation": "PrimaryServicerOfficer",
- "restrictions": [
- {
- "name": "WireTransferIn",
- "restrictionPurpose": "This is a description.",
- "enableIndicator": true,
- "disableConditions": [
- "LessThanMinAmount"
], - "validFrom": "2022-04-17",
- "validUntil": "2022-04-17",
- "status": "Pending"
}
]
}
], - "maturityDate": "2022-04-17",
- "relatedAccounts": [
- {
- "accountRelationType": "Child",
- "accountId": "033-DDA-123456"
}
], - "referenceAccount": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "pastDates": [
- {
- "name": "Expiration",
- "date": "2022-04-17T08:00:00Z"
}
], - "projectedDates": [
- {
- "name": "Expiration",
- "date": "2022-04-17T08:00:00Z"
}
], - "restrictions": [
- {
- "name": "WireTransferIn",
- "restrictionPurpose": "This is a description.",
- "enableIndicator": true,
- "disableConditions": [
- "LessThanMinAmount"
], - "validFrom": "2022-04-17",
- "validUntil": "2022-04-17",
- "status": "Pending"
}
], - "limits": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "name": "CreditLimit",
- "limitType": "DirectDebit",
- "channelType": "string",
- "amount": "100",
- "currency": "USD",
- "number": 0,
- "enableIndicator": true,
- "feesConsentIndicator": true,
- "percentageIndicator": true,
- "percentage": "25",
- "temporaryIndicator": true,
- "validityPeriod": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "periodicity": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "usedAmount": "100",
- "usedNumber": 0,
- "usedPercentage": "25",
- "status": "Requested",
- "statusDateAndtime": "2022-04-17T08:00:00Z",
- "history": {
- "originalAmount": "100",
- "originalLimitType": "DirectDebit",
- "details": [
- {
- "amount": "100",
- "enabledDate": "2022-04-17T08:00:00Z",
- "disableDate": "2022-04-17T08:00:00Z"
}
]
}, - "balances": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "balanceName": "Available",
- "amount": "100",
- "count": 0,
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
], - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "accessConditions": [
- "LessThanMinAmount"
], - "notificationOptions": [
- "Exception"
], - "payments": [
- {
- "frequency": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "paymentType": "Compound",
- "paymentTypeOptions": [
- "Primary"
], - "paymentName": "string",
- "accountId": "033-DDA-123456",
- "referenceNumber": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "paymentDate": "2022-04-17",
- "lastPaid": "100",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
]
}
], - "statement": {
- "frequency": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "communicationMethod": "Email",
- "format": "PDF",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "templateCode": "1",
- "lastStatementPeriod": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string"
}, - "nextStatementPeriod": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string"
}, - "lastStatementDate": "2022-04-17",
- "previousStatementDate": "2022-04-17",
- "lastRegularStatementDate": "2022-04-17",
- "truncationOptions": [
- "ItemsIncluded"
], - "accountNameIndicator": true,
- "preferredLanguage": "English",
- "combineType": "SavingsSatement",
- "category": "BalanceSheet",
- "subcategory": "Cash",
- "profitabilityModelId": "1",
- "lastIRAStatementDate": "2022-04-17"
}, - "interests": [
- {
- "name": "Deposit",
- "interestCode": "string",
- "dayCountBasis": "Actual360",
- "calculationMethodOption": "LastInterest",
- "accruedDate": "2022-04-17",
- "nextInterestDate": "2022-04-17",
- "lastInterestDate": "2022-04-17",
- "term": {
- "unit": "Months",
- "value": 999
}, - "enableIndicator": true,
- "compoundingMethod": "Deposit",
- "compoundingFrequency": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "calculationFrequency": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "oneDayInterest": "100",
- "payment": {
- "frequency": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "paymentType": "Compound",
- "paymentTypeOptions": [
- "Primary"
], - "paymentName": "string",
- "accountId": "033-DDA-123456",
- "referenceNumber": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "paymentDate": "2022-04-17",
- "lastPaid": "100",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}, - "balances": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "balanceName": "Available",
- "amount": "100",
- "count": 0,
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
], - "renewal": {
- "maturityNoticeOptions": [
- "string"
], - "rateAtMaturityOptions": [
- "string"
], - "changeNoticeOption": "string",
- "noticePrintOptions": [
- "string"
], - "maturityRateDays": 0,
- "maturityRate": "25",
- "renewalType": "string",
- "rateFrequency": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "term": {
- "unit": "Months",
- "value": 999
}, - "productId": "PD_CA_0002"
}, - "cycle": {
- "firstDateRate": "25",
- "daysProcessed": 0,
- "totalDays": 0,
- "balances": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "balanceName": "Available",
- "amount": "100",
- "count": 0,
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
]
}, - "lastCalculus": "100",
- "reportingIndicator": true,
- "reportingOptions": [
- "Deposit"
], - "form": {
- "formName": "W-8",
- "taxRate": "100",
- "onFileIndicator": true,
- "taxStatus": "Exempt",
- "certificationDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}, - "annualPercentageYieldFrequency": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "annualPercentageYield": "100",
- "daysSinceLastAnniversary": 0,
- "rates": [
- {
- "rateName": "Actual",
- "rateTierName": "Actual",
- "percentage": "25",
- "amount": "100",
- "currency": "USD"
}
], - "rateType": "Fixed",
- "rateTieredType": "Whole",
- "rateAmountType": "Available",
- "pastDueOptions": [
- "string"
], - "variableInterests": [
- {
- "leadDays": 30,
- "nextChangeDate": "2022-04-17",
- "lastChangeDate": "2022-04-17",
- "changes": [
- {
- "referenceRateName": "string",
- "rateType": "Fixed",
- "calculationMethod": "PointSpread",
- "spread": "25",
- "basisPointSpread": 0,
- "pointSpread": "25",
- "productId": "PD_CA_0002",
- "effectiveDate": "2022-04-17T08:00:00Z",
- "frequency": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "increaseOnlyIndicator": true,
- "ceilingRate": "25",
- "floorRate": "25"
}
], - "referenceRateName": "string",
- "rateType": "Fixed",
- "calculationMethod": "PointSpread",
- "spread": "25",
- "basisPointSpread": 0,
- "pointSpread": "25",
- "productId": "PD_CA_0002",
- "effectiveDate": "2022-04-17T08:00:00Z",
- "frequency": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "increaseOnlyIndicator": true,
- "ceilingRate": "25",
- "floorRate": "25"
}
]
}
], - "charges": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "chargeId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "name": "CardLatePayment",
- "status": "Charged",
- "amount": "100",
- "currency": "USD",
- "rate": "25",
- "chargeType": "ManagementFee",
- "exemptIndicator": true,
- "exemptPeriodsNumber": 0,
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "calculationMethodCode": "string",
- "calculationMethodOptions": [
- "string"
], - "options": [
- "NSFDefault"
], - "calculationBasis": "Monthly",
- "bearerType": "Shared",
- "maximumAmount": "100",
- "maximumNumber": 0,
- "minimumAmount": "100",
- "enableIndicator": true,
- "relatedInterest": {
- "name": "Deposit",
- "code": "string",
- "enableIndicator": true,
- "dayCountBasis": "Actual360",
- "calculationMethodOption": "LastInterest",
- "nextInterestDate": "2022-04-17",
- "term": {
- "unit": "Months",
- "value": 999
}, - "calculationFrequency": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "balances": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "balanceName": "Available",
- "amount": "100",
- "count": 0,
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
], - "rateName": "Actual",
- "rateTierName": "Actual",
- "percentage": "25",
- "amount": "100",
- "currency": "USD"
}, - "debitIndicator": true,
- "payments": [
- {
- "frequency": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "paymentType": "Compound",
- "paymentTypeOptions": [
- "Primary"
], - "paymentName": "string",
- "accountId": "033-DDA-123456",
- "referenceNumber": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "paymentDate": "2022-04-17",
- "lastPaid": "100",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
], - "periodicity": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "balances": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "balanceName": "Available",
- "amount": "100",
- "count": 0,
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
], - "description": "This is a description."
}
], - "taxes": [
- {
- "taxType": "TaxCredit",
- "name": "Sales",
- "rate": "25",
- "debitIndicator": true,
- "taxReportingIndicator": true,
- "balances": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "balanceName": "Available",
- "amount": "100",
- "count": 0,
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
]
}
], - "communicationChannels": [
- {
- "channel": "Email",
- "channelIdentification": "011-02010020202",
- "channelPurpose": "PrivacyNotices",
- "codeWord": "string",
- "alertIndicator": null,
- "personId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "status": "Warning",
- "primaryIndicator": true,
- "leadTime": {
- "unit": "Months",
- "value": 999
}, - "alertText": "This is a description.",
- "contactDates": [
- {
- "name": "Expiration",
- "date": "2022-04-17T08:00:00Z"
}
], - "contactCount": 0
}
], - "relationshipId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195"
}
], - "print": {
- "accountTitle": "This is a Title.",
- "accountTitleOption": "string",
- "checkNameOption": "string",
- "balanceOnReceiptOverride": "string",
- "nameIndicator": true,
- "handlingLevels": [
- "string"
], - "printOptions": [
- {
- "name": "string",
- "options": [
- "string"
]
}
]
}, - "bill": {
- "billingDay": 30,
- "billOption": "Individual",
- "balances": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "balanceName": "Available",
- "amount": "100",
- "count": 0,
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
]
}, - "collateral": {
- "collateralId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "value": "100",
- "ineligibleAmount": "100",
- "ceilingAmount": "100",
- "netAppraisedValue": "100",
- "lastAppraisedDate": "2022-04-17T08:00:00Z",
- "lastReviewDate": "2022-04-17T08:00:00Z",
- "nextReviewDate": "2022-04-17T08:00:00Z",
- "purchasePrice": "100",
- "collateralType": "string",
- "disposalCostPercentage": "25",
- "maximumLoanAmountPercentage": "25",
- "marketMarginPercentage": "25",
- "underwritingRatioFormulas": [
- {
- "name": "string",
- "ratio": "100"
}
], - "liens": [
- {
- "name": "string",
- "amount": "100"
}
], - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "numberOfUnits": 0,
- "contract": {
- "documentId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "documentReference": "string",
- "format": "PDF",
- "title": "This is a Title.",
- "version": "string",
- "signOffDate": "2022-04-17",
- "issueDate": "2022-04-17",
- "purpose": "string",
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "jurisdiction": {
- "countrySubdivision": "Oregon",
- "townName": "San Diego",
- "country": "US"
}, - "contact": {
- "structuredName": {
- "firstName": "Mary",
- "middleName": "Joe",
- "lastName": "Smith",
- "middleInitial": "J.",
- "suffix": "PhD",
- "prefix": "Dr."
}, - "name": "Jane Birkin",
- "firstContactDate": "2022-04-17T08:00:00Z",
- "lastContactDate": "2022-04-17T08:00:00Z",
- "phones": [
- {
- "number": "+1-555-1234567",
- "extension": "strin",
- "country": "str",
- "phoneType": "string",
- "phonePurpose": "string",
- "foreignIndicator": true,
- "primaryIndicator": true,
- "preferredHourOfDay": {
- "hour": "12",
- "timeZone": "Pacific",
- "timeOfTheDay": "string"
}, - "comment": "This is a description.",
- "period": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "lastUpdatedDate": "2022-04-17T08:00:00Z"
}
], - "emails": [
- {
- "emailAddress": "string",
- "emailPurpose": "Statements",
- "primaryIndicator": true,
- "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "lastUpdatedDate": "2022-04-17T08:00:00Z"
}
], - "jobTitle": "Head of Documentation",
- "department": "Sales",
- "communicationChannels": [
- {
- "channel": "Email",
- "channelIdentification": "011-02010020202",
- "channelPurpose": "PrivacyNotices",
- "codeWord": "string",
- "alertIndicator": null,
- "personId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "status": "Warning",
- "primaryIndicator": true,
- "leadTime": {
- "unit": "Months",
- "value": 999
}, - "alertText": "This is a description.",
- "contactDates": [
- {
- "name": "Expiration",
- "date": "2022-04-17T08:00:00Z"
}
], - "contactCount": 0
}
], - "preferredMethod": "Email",
- "preferredLanguage": "English"
}, - "parties": {
- "partyId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "partyType": "Person",
- "partyName": "Jane Birkin"
}
}, - "postalAddress": {
- "addressCode": "string",
- "addressBookIndicator": "string",
- "addressType": "Postal",
- "addressPurpose": "Billing",
- "primaryIndicator": true,
- "careOf": "C/O Company Name",
- "department": "A",
- "subDepartment": "B",
- "streetName": "First Street",
- "firstCrossStreetName": "string",
- "secondCrossStreetName": "Second Street",
- "buildingNumber": "11407",
- "buildingName": "Tall Tower",
- "floor": "20",
- "postBox": "MY779",
- "room": "22",
- "postCode": "97062-6884",
- "carrierRoute": "C001",
- "censusTract": "12345",
- "censusBlock": "1234",
- "cBSACode": "49780",
- "cBSAType": "MSA",
- "foreignIndicator": true,
- "townName": "San Diego",
- "townLocationName": "Clackamas",
- "districtName": "Columbia",
- "countyName": "Cook",
- "countrySubDivision": "Oregon",
- "countrySubDivisionCode": "AR-B",
- "country": "US",
- "addressLine": [
- "11407 Sw Amu st, Suite MY777"
], - "temporaryIndicator": true,
- "period": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
]
}, - "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "status": "Secured",
- "statusDate": "2022-04-17T08:00:00Z",
- "descriptionLines": [
- "This is a description."
], - "collateralOwnershipId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002"
}, - "contact": {
- "structuredName": {
- "firstName": "Mary",
- "middleName": "Joe",
- "lastName": "Smith",
- "middleInitial": "J.",
- "suffix": "PhD",
- "prefix": "Dr."
}, - "name": "Jane Birkin",
- "firstContactDate": "2022-04-17T08:00:00Z",
- "lastContactDate": "2022-04-17T08:00:00Z",
- "postalAddresses": [
- {
- "addressCode": "string",
- "addressBookIndicator": "string",
- "addressType": "Postal",
- "addressPurpose": "Billing",
- "primaryIndicator": true,
- "careOf": "C/O Company Name",
- "department": "A",
- "subDepartment": "B",
- "streetName": "First Street",
- "firstCrossStreetName": "string",
- "secondCrossStreetName": "Second Street",
- "buildingNumber": "11407",
- "buildingName": "Tall Tower",
- "floor": "20",
- "postBox": "MY779",
- "room": "22",
- "postCode": "97062-6884",
- "carrierRoute": "C001",
- "censusTract": "12345",
- "censusBlock": "1234",
- "cBSACode": "49780",
- "cBSAType": "MSA",
- "foreignIndicator": true,
- "townName": "San Diego",
- "townLocationName": "Clackamas",
- "districtName": "Columbia",
- "countyName": "Cook",
- "countrySubDivision": "Oregon",
- "countrySubDivisionCode": "AR-B",
- "country": "US",
- "addressLine": [
- "11407 Sw Amu st, Suite MY777"
], - "temporaryIndicator": true,
- "period": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
]
}
], - "phones": [
- {
- "number": "+1-555-1234567",
- "extension": "strin",
- "country": "str",
- "phoneType": "string",
- "phonePurpose": "string",
- "foreignIndicator": true,
- "primaryIndicator": true,
- "preferredHourOfDay": {
- "hour": "12",
- "timeZone": "Pacific",
- "timeOfTheDay": "string"
}, - "comment": "This is a description.",
- "period": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "lastUpdatedDate": "2022-04-17T08:00:00Z"
}
], - "emails": [
- {
- "emailAddress": "string",
- "emailPurpose": "Statements",
- "primaryIndicator": true,
- "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "lastUpdatedDate": "2022-04-17T08:00:00Z"
}
], - "jobTitle": "Head of Documentation",
- "department": "Sales",
- "preferredMethod": "Email",
- "preferredLanguage": "English"
}, - "renewal": {
- "renewalType": "string",
- "frequency": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "rate": "25",
- "productId": "PD_CA_0002",
- "graceDays": 0,
- "gracePeriodIndicator": true,
- "lastRenewalDate": "2022-04-17T08:00:00Z"
}, - "servicerAlerts": [
- {
- "alertName": "CreditBureauAlert",
- "alertType": "Warning",
- "alertCode": "string",
- "message": "This is a description.",
- "lastAlertDate": "2022-04-17"
}
], - "history": {
- "originalOpenDate": "2022-04-17",
- "originalMaturityDate": "2022-04-17",
- "lastMaturedDate": "2022-04-17"
}, - "status": {
- "statusName": "Active",
- "statusDateAndTime": "2022-04-17T08:00:00Z",
- "reason": "BlockedAccount",
- "reasonDescription": "This is a description.",
- "details": [
- {
- "statusType": "RegulationDD",
- "statusName": "Active",
- "dateAndTime": "2022-04-17T08:00:00Z",
- "reasonComment": "This is a description.",
- "statusReason": "RegulationDD"
}
], - "processEvents": [
- {
- "name": "string",
- "description": "This is a Title.",
- "spotDates": [
- {
- "name": "Expiration",
- "date": "2022-04-17T08:00:00Z"
}
], - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
], - "openDate": "2022-04-17",
- "closeDate": "2022-04-17",
- "externalAccountIndicator": true,
- "collateralIndicator": true,
- "negotiableIndicator": true,
- "closeOption": "string",
- "profitabilityAnalysisStatus": "string",
- "nonSufficientFundsInstruction": "string",
- "nonSufficientFunds": "string"
}, - "supplementaryData": { },
- "comments": [
- {
- "name": "string",
- "text": "This is a description."
}
], - "profile": {
- "profileType": "Personal",
- "riskLevel": "Permanent",
- "qualityScore": "string",
- "riskMeasures": [
- {
- "name": "StandardAndPoors",
- "level": "Permanent",
- "date": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
], - "creditRankingScales": [
- {
- "name": "StandardAndPoors",
- "score": "AAA",
- "date": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
], - "bankruptcy": {
- "chapter": "11",
- "status": "Petition",
- "statementOption": "RegularBillingStatement"
}, - "paymentHistoryFrequency": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "paymentHistoryOption": "NotRecalculate"
}, - "ammountCalculationDate": "2022-04-17T08:00:00Z",
- "transactionDates": [
- {
- "name": "Expiration",
- "date": "2022-04-17T08:00:00Z"
}
], - "balances": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "balanceName": "Available",
- "amount": "100",
- "count": 0,
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
], - "plasticCount": 0,
- "cards": [
- {
- "cardId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002"
}
], - "standingOrders": [
- {
- "paymentType": "OnUs",
- "standingOrderType": "OneTime",
- "amountType": "OneTime",
- "recurrenceDateType": "OneTime",
- "orderSequence": 1,
- "frequency": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "eventDescription": "This is a description.",
- "timeOfDay": {
- "hour": "12",
- "timeZone": "Pacific",
- "timeOfTheDay": "string"
}, - "paymentInstruction": {
- "identifiers": [
- {
- "number": "string",
- "schemeName": "UETR",
- "issuer": "Banc of California"
}
], - "paymentMethod": "CreditTransfer",
- "paymentType": "OnUs",
- "amount": "100",
- "taxAmount": "100",
- "creditorAccountId": "033-DDA-123456",
- "paymentProcessing": {
- "instructionPriority": "123456789",
- "serviceLevel": "BookTransaction",
- "clearingChannel": "ACH",
- "localInstrument": "CCD",
- "categoryPurpose": "SalaryPayment"
}, - "chargeBearerType": "Shared",
- "creditor": {
- "name": "Jane Birkin",
- "account": {
- "name": "Hermes PD_CA 0002",
- "currency": "USD",
- "accountBranchId": "SEA_1",
- "accountNumber": "012345678",
- "accountType": "Checking",
- "routingNumber": "012345678",
- "identifiers": [
- {
- "number": "string",
- "schemeName": "BBANIdentifier",
- "issuer": "string"
}
]
}, - "postalAddress": {
- "addressCode": "string",
- "addressBookIndicator": "string",
- "addressType": "Postal",
- "addressPurpose": "Billing",
- "primaryIndicator": true,
- "careOf": "C/O Company Name",
- "department": "A",
- "subDepartment": "B",
- "streetName": "First Street",
- "firstCrossStreetName": "string",
- "secondCrossStreetName": "Second Street",
- "buildingNumber": "11407",
- "buildingName": "Tall Tower",
- "floor": "20",
- "postBox": "MY779",
- "room": "22",
- "postCode": "97062-6884",
- "carrierRoute": "C001",
- "censusTract": "12345",
- "censusBlock": "1234",
- "cBSACode": "49780",
- "cBSAType": "MSA",
- "foreignIndicator": true,
- "townName": "San Diego",
- "townLocationName": "Clackamas",
- "districtName": "Columbia",
- "countyName": "Cook",
- "countrySubDivision": "Oregon",
- "countrySubDivisionCode": "AR-B",
- "country": "US",
- "addressLine": [
- "11407 Sw Amu st, Suite MY777"
], - "temporaryIndicator": true,
- "period": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
]
}, - "agent": {
- "identifiers": [
- {
- "number": "123-45-6789",
- "issuer": "UnitedStates",
- "country": "US",
- "countrySubdivisionCode": "AR-B",
- "issueDate": "2022-04-17",
- "applyDate": "2022-04-17",
- "expirationDate": "2022-04-17",
- "verificationDate": "2022-04-17",
- "foreingIDIndicator": true,
- "taxIDIndicator": true,
- "displayOption": "string",
- "schemeName": "TaxIdentificationNumber"
}
], - "clearingSystemMemberIdentification": "UnitedStatesRoutingNumberFedwireNACHA",
- "memberIdentification": "string",
- "name": "string",
- "postalAddress": {
- "addressCode": "string",
- "addressBookIndicator": "string",
- "addressType": "Postal",
- "addressPurpose": "Billing",
- "primaryIndicator": true,
- "careOf": "C/O Company Name",
- "department": "A",
- "subDepartment": "B",
- "streetName": "First Street",
- "firstCrossStreetName": "string",
- "secondCrossStreetName": "Second Street",
- "buildingNumber": "11407",
- "buildingName": "Tall Tower",
- "floor": "20",
- "postBox": "MY779",
- "room": "22",
- "postCode": "97062-6884",
- "carrierRoute": "C001",
- "censusTract": "12345",
- "censusBlock": "1234",
- "cBSACode": "49780",
- "cBSAType": "MSA",
- "foreignIndicator": true,
- "townName": "San Diego",
- "townLocationName": "Clackamas",
- "districtName": "Columbia",
- "countyName": "Cook",
- "countrySubDivision": "Oregon",
- "countrySubDivisionCode": "AR-B",
- "country": "US",
- "addressLine": [
- "11407 Sw Amu st, Suite MY777"
], - "temporaryIndicator": true,
- "period": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
]
}
}, - "placeAndDateOfBirth": {
- "countrySubdivision": "Oregon",
- "townName": "San Diego",
- "country": "US",
- "birthDate": "2022-04-17"
}, - "contact": {
- "contactMethods": [
- {
- "channelType": "Email",
- "identification": "011-02010020202"
}
], - "preferredMethod": "Email",
- "preferredLanguage": "English"
}, - "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "TaxIdentificationNumber",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "countryOfResidence": "US"
}
}, - "lastPaymentDate": "2022-04-17T08:00:00Z",
- "failedCount": 0,
- "authorizationChannel": "Email",
- "paymentMethod": "CreditTransfer",
- "convenienceFeeRefundAmount": "100",
- "enableIndicator": true,
- "status": "Sent",
- "statusReasonDescription": "This is a description.",
- "statusReason": "BlockedAccount",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "statusDateAndTime": "2022-04-17T08:00:00Z",
- "cancellationReason": "This is a description."
}
], - "audit": {
- "status": "string",
- "creationDate": "2022-04-17",
- "lastModificacionChannel": "Email",
- "lastModificationDate": "2022-04-17",
- "channels": [
- {
- "lastActivityDate": "2022-04-17",
- "name": "Email",
- "activityType": "string",
- "amount": "100"
}
]
}
}
Response samples
- 200
- 400
- 404
- 500
{- "accountBranchId": "SEA_1",
- "accountNumber": "012345678",
- "accountType": "Checking",
- "routingNumbers": [
- {
- "number": "012345678",
- "routingNumberType": "ACH"
}
], - "identifiers": [
- {
- "number": "string",
- "schemeName": "BBANIdentifier",
- "issuer": "string"
}
], - "securedIndicator": true,
- "securedType": "Collateral",
- "payment": {
- "numberOfPayments": 0,
- "next": {
- "domain": "Payments",
- "family": "CustomerCardTransactions",
- "subFamily": "CreditCardPayment",
- "codes": [
- {
- "codeType": "DetailBAI",
- "name": "string",
- "value": "195",
- "description": "This is a Title."
}
], - "repaymentScheduleId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "amount": "100",
- "minimumDueAmount": "100",
- "expectedDate": "2022-04-17",
- "dueDate": "2022-04-17",
- "repaymentType": "Principal",
- "identifiers": [
- {
- "number": "string",
- "schemeName": "UETR",
- "issuer": "Banc of California"
}
], - "balances": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "balanceName": "Available",
- "amount": "100",
- "count": 0,
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
]
}, - "last": {
- "domain": "Payments",
- "family": "CustomerCardTransactions",
- "subFamily": "CreditCardPayment",
- "codes": [
- {
- "codeType": "DetailBAI",
- "name": "string",
- "value": "195",
- "description": "This is a Title."
}
], - "repaymentScheduleId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "amount": "100",
- "minimumDueAmount": "100",
- "expectedDate": "2022-04-17",
- "dueDate": "2022-04-17",
- "repaymentType": "Principal",
- "identifiers": [
- {
- "number": "string",
- "schemeName": "UETR",
- "issuer": "Banc of California"
}
], - "balances": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "balanceName": "Available",
- "amount": "100",
- "count": 0,
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
], - "paymentId": "0dd926fe-1ca2-11ed-861d-0242ac120002",
- "reversalIndicator": true,
- "remittanceInformation": {
- "remittanceNumber": "string",
- "documentType": "string"
}, - "valueDate": "2022-04-17T08:00:00Z",
- "bookingDate": "2022-04-17T08:00:00Z",
- "charges": [
- {
- "name": "CardLatePayment",
- "description": "This is a description.",
- "amount": "100",
- "adjustment": "100"
}
], - "interests": [
- {
- "name": "Deposit",
- "amount": "100"
}
], - "paymentDate": "2022-04-17",
- "cycleDate": "2022-04-17",
- "paymentReason": "CashManagementTransfer",
- "paymentName": "string",
- "delinquentDays": 0
}, - "payments": [
- {
- "domain": "Payments",
- "family": "CustomerCardTransactions",
- "subFamily": "CreditCardPayment",
- "codes": [
- {
- "codeType": "DetailBAI",
- "name": "string",
- "value": "195",
- "description": "This is a Title."
}
], - "repaymentScheduleId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "amount": "100",
- "minimumDueAmount": "100",
- "expectedDate": "2022-04-17",
- "dueDate": "2022-04-17",
- "repaymentType": "Principal",
- "identifiers": [
- {
- "number": "string",
- "schemeName": "UETR",
- "issuer": "Banc of California"
}
], - "balances": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "balanceName": "Available",
- "amount": "100",
- "count": 0,
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
], - "paymentId": "0dd926fe-1ca2-11ed-861d-0242ac120002",
- "reversalIndicator": true,
- "remittanceInformation": {
- "remittanceNumber": "string",
- "documentType": "string"
}, - "valueDate": "2022-04-17T08:00:00Z",
- "bookingDate": "2022-04-17T08:00:00Z",
- "charges": [
- {
- "name": "CardLatePayment",
- "description": "This is a description.",
- "amount": "100",
- "adjustment": "100"
}
], - "interests": [
- {
- "name": "Deposit",
- "amount": "100"
}
], - "paymentDate": "2022-04-17",
- "cycleDate": "2022-04-17",
- "paymentReason": "CashManagementTransfer",
- "paymentName": "string",
- "delinquentDays": 0
}
], - "frequency": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "interestFrequency": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "draftDayAdjuster": 30,
- "automaticIndicator": true,
- "paymentType": "OnUs",
- "firstPaymentDate": "2022-04-17",
- "bill": {
- "billingDay": 30,
- "rebillStatus": "RebillRequest",
- "rebillInterestIndicator": true,
- "leadDays": 0,
- "interestFromDate": "2022-04-17",
- "interestToDate": "2022-04-17",
- "balances": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "balanceName": "Available",
- "amount": "100",
- "count": 0,
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
]
}
}, - "payout": {
- "frequency": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "paymentType": "Compound",
- "paymentTypeOptions": [
- "Primary"
], - "paymentName": "string",
- "accountId": "033-DDA-123456",
- "referenceNumber": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "paymentDate": "2022-04-17",
- "lastPaid": "100",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "payoutType": "string",
- "payoutName": "ClubPay",
- "payoutOption": "string",
- "amount": "100",
- "enableIndicator": true,
- "payoutsNumber": 0,
- "surrenderAmount": "100",
- "changePercentage": "25",
- "changeAmount": "100",
- "temporalPayoutDuration": {
- "unit": "Months",
- "value": 999
}
}, - "ownershipType": "SingleOwnerAccount",
- "balanceType": "Asset",
- "productId": "PD_CA_0002",
- "name": "Hermes PD_CA 0002",
- "accountPurpose": "This is a description.",
- "currency": "USD",
- "initialAmount": "100",
- "depositDate": "2022-04-17",
- "contract": {
- "documentId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "documentReference": "string",
- "format": "PDF",
- "title": "This is a Title.",
- "version": "string",
- "signOffDate": "2022-04-17",
- "issueDate": "2022-04-17",
- "purpose": "string",
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "jurisdiction": {
- "countrySubdivision": "Oregon",
- "townName": "San Diego",
- "country": "US"
}, - "contact": {
- "structuredName": {
- "firstName": "Mary",
- "middleName": "Joe",
- "lastName": "Smith",
- "middleInitial": "J.",
- "suffix": "PhD",
- "prefix": "Dr."
}, - "name": "Jane Birkin",
- "firstContactDate": "2022-04-17T08:00:00Z",
- "lastContactDate": "2022-04-17T08:00:00Z",
- "phones": [
- {
- "number": "+1-555-1234567",
- "extension": "strin",
- "country": "str",
- "phoneType": "string",
- "phonePurpose": "string",
- "foreignIndicator": true,
- "primaryIndicator": true,
- "preferredHourOfDay": {
- "hour": "12",
- "timeZone": "Pacific",
- "timeOfTheDay": "string"
}, - "comment": "This is a description.",
- "period": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "lastUpdatedDate": "2022-04-17T08:00:00Z"
}
], - "emails": [
- {
- "emailAddress": "string",
- "emailPurpose": "Statements",
- "primaryIndicator": true,
- "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "lastUpdatedDate": "2022-04-17T08:00:00Z"
}
], - "jobTitle": "Head of Documentation",
- "department": "Sales",
- "communicationChannels": [
- {
- "channel": "Email",
- "channelIdentification": "011-02010020202",
- "channelPurpose": "PrivacyNotices",
- "codeWord": "string",
- "alertIndicator": null,
- "personId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "status": "Warning",
- "primaryIndicator": true,
- "leadTime": {
- "unit": "Months",
- "value": 999
}, - "alertText": "This is a description.",
- "contactDates": [
- {
- "name": "Expiration",
- "date": "2022-04-17T08:00:00Z"
}
], - "contactCount": 0
}
], - "preferredMethod": "Email",
- "preferredLanguage": "English"
}, - "parties": {
- "partyId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "partyType": "Person",
- "partyName": "Jane Birkin"
}, - "status": "Active",
- "targetClosingDate": "2022-04-17",
- "targetGoLiveDate": "2022-04-17",
- "masterAgreement": {
- "accountId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "availableCredit": "100",
- "documentId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "documentReference": "string",
- "format": "PDF",
- "title": "This is a Title.",
- "version": "string",
- "signOffDate": "2022-04-17",
- "issueDate": "2022-04-17",
- "purpose": "string"
}, - "term": {
- "duration": {
- "unit": "Months",
- "value": 999
}, - "timesExtended": 100,
- "timesRenewed": 100
}, - "premium": "100",
- "coverageAmount": "100"
}, - "parties": [
- {
- "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "name": "Jane Birkin",
- "nameTemplateId": "1",
- "shortName": "Jane",
- "placeAndDateOfBirth": {
- "countrySubdivision": "Oregon",
- "townName": "San Diego",
- "country": "US",
- "birthDate": "2022-04-17"
}, - "gender": "Female",
- "status": "GoodStanding",
- "statusDateAndTime": "2022-04-17T08:00:00Z",
- "coveredByMilitaryLendingActIndicator": true,
- "militaryMemberIndicator": true,
- "militaryPeriod": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "audit": {
- "status": "string",
- "creationDate": "2022-04-17",
- "lastModificacionChannel": "Email",
- "lastModificationDate": "2022-04-17",
- "channels": [
- {
- "lastActivityDate": "2022-04-17",
- "name": "Email",
- "activityType": "string",
- "amount": "100"
}
]
}, - "postalAddresses": {
- "addressCode": "string",
- "addressBookIndicator": "string",
- "addressType": "Postal",
- "addressPurpose": "Billing",
- "primaryIndicator": true,
- "careOf": "C/O Company Name",
- "department": "A",
- "subDepartment": "B",
- "streetName": "First Street",
- "firstCrossStreetName": "string",
- "secondCrossStreetName": "Second Street",
- "buildingNumber": "11407",
- "buildingName": "Tall Tower",
- "floor": "20",
- "postBox": "MY779",
- "room": "22",
- "postCode": "97062-6884",
- "carrierRoute": "C001",
- "censusTract": "12345",
- "censusBlock": "1234",
- "cBSACode": "49780",
- "cBSAType": "MSA",
- "foreignIndicator": true,
- "townName": "San Diego",
- "townLocationName": "Clackamas",
- "districtName": "Columbia",
- "countyName": "Cook",
- "countrySubDivision": "Oregon",
- "countrySubDivisionCode": "AR-B",
- "country": "US",
- "addressLine": [
- "11407 Sw Amu st, Suite MY777"
], - "temporaryIndicator": true,
- "period": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
]
}, - "structuredName": {
- "firstName": "Mary",
- "middleName": "Joe",
- "lastName": "Smith",
- "middleInitial": "J.",
- "suffix": "PhD",
- "prefix": "Dr."
}, - "phones": [
- {
- "number": "+1-555-1234567",
- "extension": "strin",
- "country": "str",
- "phoneType": "string",
- "phonePurpose": "string",
- "foreignIndicator": true,
- "primaryIndicator": true,
- "preferredHourOfDay": {
- "hour": "12",
- "timeZone": "Pacific",
- "timeOfTheDay": "string"
}, - "comment": "This is a description.",
- "period": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "lastUpdatedDate": "2022-04-17T08:00:00Z"
}
], - "emails": [
- {
- "emailAddress": "string",
- "emailPurpose": "Statements",
- "primaryIndicator": true,
- "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "lastUpdatedDate": "2022-04-17T08:00:00Z"
}
], - "organizationType": "Corporation",
- "customerType": "Consumer",
- "taxReportingIndicator": true,
- "taxStatus": "Exempt",
- "cards": [
- {
- "cardId": "0dd926fe-1ca2-11ed-861d-0242ac120002",
- "cardHolder": {
- "personId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "identifiers": [
- {
- "schemeName": "SocialSecurityNumber",
- "number": "123-45-6789",
- "issuer": "Baltimore",
- "country": "US",
- "countrySubdivisionCode": "AR-B",
- "issueDate": "2022-04-17",
- "applyDate": "2022-04-17",
- "expirationDate": "2022-04-17",
- "verificationDate": "2022-04-17",
- "foreingIDIndicator": true,
- "taxIDIndicator": true,
- "displayOption": "string"
}
], - "name": "Jane Birkin",
- "shortName": "Jane",
- "placeAndDateOfBirth": {
- "countrySubdivision": "Oregon",
- "townName": "San Diego",
- "country": "US",
- "birthDate": "2022-04-17"
}, - "gender": "Female",
- "status": "GoodStanding",
- "coveredByMilitaryLendingActIndicator": true,
- "militaryMemberIndicator": true,
- "militaryPeriod": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "audit": {
- "status": "string",
- "creationDate": "2022-04-17",
- "lastModificacionChannel": "Email",
- "lastModificationDate": "2022-04-17",
- "channels": [
- {
- "lastActivityDate": "2022-04-17",
- "name": "Email",
- "activityType": "string",
- "amount": "100"
}
]
}, - "postalAddresses": [
- {
- "addressCode": "string",
- "addressBookIndicator": "string",
- "addressType": "Postal",
- "addressPurpose": "Billing",
- "primaryIndicator": true,
- "careOf": "C/O Company Name",
- "department": "A",
- "subDepartment": "B",
- "streetName": "First Street",
- "firstCrossStreetName": "string",
- "secondCrossStreetName": "Second Street",
- "buildingNumber": "11407",
- "buildingName": "Tall Tower",
- "floor": "20",
- "postBox": "MY779",
- "room": "22",
- "postCode": "97062-6884",
- "carrierRoute": "C001",
- "censusTract": "12345",
- "censusBlock": "1234",
- "cBSACode": "49780",
- "cBSAType": "MSA",
- "foreignIndicator": true,
- "townName": "San Diego",
- "townLocationName": "Clackamas",
- "districtName": "Columbia",
- "countyName": "Cook",
- "countrySubDivision": "Oregon",
- "countrySubDivisionCode": "AR-B",
- "country": "US",
- "addressLine": [
- "11407 Sw Amu st, Suite MY777"
], - "temporaryIndicator": true,
- "period": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "codes": [
- {
- "name": null,
- "value": null,
- "description": null
}
], - "identifiers": [
- {
- "number": null,
- "schemeName": null,
- "issuer": null,
- "issueDate": null,
- "expirationDate": null
}
]
}
], - "structuredName": {
- "firstName": "Mary",
- "middleName": "Joe",
- "lastName": "Smith",
- "middleInitial": "J.",
- "suffix": "PhD",
- "prefix": "Dr."
}, - "phones": [
- {
- "number": "+1-555-1234567",
- "extension": "strin",
- "country": "str",
- "phoneType": "string",
- "phonePurpose": "string",
- "foreignIndicator": true,
- "primaryIndicator": true,
- "preferredHourOfDay": {
- "hour": "12",
- "timeZone": "Pacific",
- "timeOfTheDay": "string"
}, - "comment": "This is a description.",
- "period": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "codes": [
- {
- "name": null,
- "value": null,
- "description": null
}
], - "identifiers": [
- {
- "number": null,
- "schemeName": null,
- "issuer": null,
- "issueDate": null,
- "expirationDate": null
}
], - "lastUpdatedDate": "2022-04-17T08:00:00Z"
}
], - "emails": [
- {
- "emailAddress": "string",
- "emailPurpose": "Statements",
- "primaryIndicator": true,
- "identifiers": [
- {
- "number": null,
- "schemeName": null,
- "issuer": null,
- "issueDate": null,
- "expirationDate": null
}
], - "lastUpdatedDate": "2022-04-17T08:00:00Z"
}
], - "employeeIndicator": true
}, - "identifiers": [
- {
- "number": "string",
- "schemeName": "MemberNumber",
- "issuer": "string"
}
], - "productId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "number": "1234567890123456789",
- "cardHolderType": "Primary",
- "fundingSourceType": "Credit",
- "businessIndicator": true,
- "cardBranchId": "SEA_1",
- "startDate": "2022-04-17",
- "expiryDate": "2022-12",
- "relatedAccounts": [
- {
- "accountRelationType": "Child",
- "accountId": "033-DDA-123456",
- "accountNumber": "012345678",
- "accountType": "Checking",
- "name": "Hermes PD_CA 0002",
- "balances": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "balanceName": "Available",
- "amount": "100",
- "count": 0,
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z",
- "codes": [
- null
]
}
]
}
], - "status": "Active",
- "statusDate": "2022-04-17T08:00:00Z",
- "statusReasons": [
- "Active"
], - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
], - "balances": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "balanceName": "Available",
- "amount": "100",
- "count": 0,
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
], - "spotDates": [
- {
- "name": "Expiration",
- "date": "2022-04-17T08:00:00Z"
}
], - "partyId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "partyType": "Person",
- "partyAccountRole": "AccountOwner",
- "partyAccountRoleCode": "50",
- "beneficiaryPercentage": "25",
- "accountOwnerRelation": "PrimaryServicerOfficer",
- "restrictions": [
- {
- "name": "WireTransferIn",
- "restrictionPurpose": "This is a description.",
- "enableIndicator": true,
- "disableConditions": [
- "LessThanMinAmount"
], - "validFrom": "2022-04-17",
- "validUntil": "2022-04-17",
- "status": "Pending"
}
]
}
], - "maturityDate": "2022-04-17",
- "relatedAccounts": [
- {
- "accountRelationType": "Child",
- "accountId": "033-DDA-123456",
- "accountNumber": "012345678",
- "accountType": "Checking",
- "name": "Hermes PD_CA 0002",
- "balances": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "balanceName": "Available",
- "amount": "100",
- "count": 0,
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
]
}
], - "referenceAccount": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "pastDates": [
- {
- "name": "Expiration",
- "date": "2022-04-17T08:00:00Z"
}
], - "projectedDates": [
- {
- "name": "Expiration",
- "date": "2022-04-17T08:00:00Z"
}
], - "restrictions": [
- {
- "name": "WireTransferIn",
- "restrictionPurpose": "This is a description.",
- "enableIndicator": true,
- "disableConditions": [
- "LessThanMinAmount"
], - "validFrom": "2022-04-17",
- "validUntil": "2022-04-17",
- "status": "Pending"
}
], - "limits": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "name": "CreditLimit",
- "limitType": "DirectDebit",
- "channelType": "string",
- "amount": "100",
- "currency": "USD",
- "number": 0,
- "enableIndicator": true,
- "feesConsentIndicator": true,
- "percentageIndicator": true,
- "percentage": "25",
- "temporaryIndicator": true,
- "validityPeriod": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "periodicity": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "usedAmount": "100",
- "usedNumber": 0,
- "usedPercentage": "25",
- "status": "Requested",
- "statusDateAndtime": "2022-04-17T08:00:00Z",
- "history": {
- "originalAmount": "100",
- "originalLimitType": "DirectDebit",
- "details": [
- {
- "amount": "100",
- "enabledDate": "2022-04-17T08:00:00Z",
- "disableDate": "2022-04-17T08:00:00Z"
}
]
}, - "balances": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "balanceName": "Available",
- "amount": "100",
- "count": 0,
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
], - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "accessConditions": [
- "LessThanMinAmount"
], - "notificationOptions": [
- "Exception"
], - "payments": [
- {
- "frequency": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "paymentType": "Compound",
- "paymentTypeOptions": [
- "Primary"
], - "paymentName": "string",
- "accountId": "033-DDA-123456",
- "referenceNumber": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "paymentDate": "2022-04-17",
- "lastPaid": "100",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
]
}
], - "statement": {
- "frequency": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "communicationMethod": "Email",
- "format": "PDF",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "templateCode": "1",
- "lastStatementPeriod": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string"
}, - "nextStatementPeriod": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string"
}, - "lastStatementDate": "2022-04-17",
- "previousStatementDate": "2022-04-17",
- "lastRegularStatementDate": "2022-04-17",
- "truncationOptions": [
- "ItemsIncluded"
], - "accountNameIndicator": true,
- "balances": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "balanceName": "Available",
- "amount": "100",
- "count": 0,
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
], - "preferredLanguage": "English",
- "combineType": "SavingsSatement",
- "category": "BalanceSheet",
- "subcategory": "Cash",
- "profitabilityModelId": "1",
- "lastIRAStatementDate": "2022-04-17"
}, - "interests": [
- {
- "name": "Deposit",
- "interestCode": "string",
- "dayCountBasis": "Actual360",
- "calculationMethodOption": "LastInterest",
- "accruedDate": "2022-04-17",
- "nextInterestDate": "2022-04-17",
- "lastInterestDate": "2022-04-17",
- "term": {
- "unit": "Months",
- "value": 999
}, - "enableIndicator": true,
- "compoundingMethod": "Deposit",
- "compoundingFrequency": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "calculationFrequency": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "oneDayInterest": "100",
- "payment": {
- "frequency": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "paymentType": "Compound",
- "paymentTypeOptions": [
- "Primary"
], - "paymentName": "string",
- "accountId": "033-DDA-123456",
- "referenceNumber": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "paymentDate": "2022-04-17",
- "lastPaid": "100",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}, - "balances": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "balanceName": "Available",
- "amount": "100",
- "count": 0,
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
], - "renewal": {
- "maturityNoticeOptions": [
- "string"
], - "rateAtMaturityOptions": [
- "string"
], - "changeNoticeOption": "string",
- "noticePrintOptions": [
- "string"
], - "maturityRateDays": 0,
- "maturityRate": "25",
- "renewalType": "string",
- "rateFrequency": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "term": {
- "unit": "Months",
- "value": 999
}, - "productId": "PD_CA_0002"
}, - "cycle": {
- "firstDateRate": "25",
- "daysProcessed": 0,
- "totalDays": 0,
- "balances": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "balanceName": "Available",
- "amount": "100",
- "count": 0,
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
]
}, - "lastCalculus": "100",
- "reportingIndicator": true,
- "reportingOptions": [
- "Deposit"
], - "form": {
- "formName": "W-8",
- "taxRate": "100",
- "onFileIndicator": true,
- "taxStatus": "Exempt",
- "certificationDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}, - "annualPercentageYieldFrequency": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "annualPercentageYield": "100",
- "daysSinceLastAnniversary": 0,
- "rates": [
- {
- "rateName": "Actual",
- "rateTierName": "Actual",
- "percentage": "25",
- "amount": "100",
- "currency": "USD"
}
], - "rateType": "Fixed",
- "rateTieredType": "Whole",
- "rateAmountType": "Available",
- "pastDueOptions": [
- "string"
], - "variableInterests": [
- {
- "leadDays": 30,
- "nextChangeDate": "2022-04-17",
- "lastChangeDate": "2022-04-17",
- "changes": [
- {
- "referenceRateName": "string",
- "rateType": "Fixed",
- "calculationMethod": "PointSpread",
- "spread": "25",
- "basisPointSpread": 0,
- "pointSpread": "25",
- "productId": "PD_CA_0002",
- "effectiveDate": "2022-04-17T08:00:00Z",
- "frequency": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "increaseOnlyIndicator": true,
- "ceilingRate": "25",
- "floorRate": "25"
}
], - "referenceRateName": "string",
- "rateType": "Fixed",
- "calculationMethod": "PointSpread",
- "spread": "25",
- "basisPointSpread": 0,
- "pointSpread": "25",
- "productId": "PD_CA_0002",
- "effectiveDate": "2022-04-17T08:00:00Z",
- "frequency": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "increaseOnlyIndicator": true,
- "ceilingRate": "25",
- "floorRate": "25"
}
]
}
], - "charges": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "chargeId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "name": "CardLatePayment",
- "status": "Charged",
- "amount": "100",
- "currency": "USD",
- "rate": "25",
- "chargeType": "ManagementFee",
- "exemptIndicator": true,
- "exemptPeriodsNumber": 0,
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "calculationMethodCode": "string",
- "calculationMethodOptions": [
- "string"
], - "options": [
- "NSFDefault"
], - "calculationBasis": "Monthly",
- "bearerType": "Shared",
- "maximumAmount": "100",
- "maximumNumber": 0,
- "minimumAmount": "100",
- "enableIndicator": true,
- "relatedInterest": {
- "name": "Deposit",
- "code": "string",
- "enableIndicator": true,
- "dayCountBasis": "Actual360",
- "calculationMethodOption": "LastInterest",
- "nextInterestDate": "2022-04-17",
- "term": {
- "unit": "Months",
- "value": 999
}, - "calculationFrequency": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "balances": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "balanceName": "Available",
- "amount": "100",
- "count": 0,
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
], - "rateName": "Actual",
- "rateTierName": "Actual",
- "percentage": "25",
- "amount": "100",
- "currency": "USD"
}, - "debitIndicator": true,
- "payments": [
- {
- "frequency": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "paymentType": "Compound",
- "paymentTypeOptions": [
- "Primary"
], - "paymentName": "string",
- "accountId": "033-DDA-123456",
- "referenceNumber": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "paymentDate": "2022-04-17",
- "lastPaid": "100",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
], - "periodicity": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "balances": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "balanceName": "Available",
- "amount": "100",
- "count": 0,
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
], - "description": "This is a description."
}
], - "taxes": [
- {
- "taxType": "TaxCredit",
- "name": "Sales",
- "rate": "25",
- "debitIndicator": true,
- "taxReportingIndicator": true,
- "balances": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "balanceName": "Available",
- "amount": "100",
- "count": 0,
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
]
}
], - "communicationChannels": [
- {
- "channel": "Email",
- "channelIdentification": "011-02010020202",
- "channelPurpose": "PrivacyNotices",
- "codeWord": "string",
- "alertIndicator": null,
- "personId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "status": "Warning",
- "primaryIndicator": true,
- "leadTime": {
- "unit": "Months",
- "value": 999
}, - "alertText": "This is a description.",
- "contactDates": [
- {
- "name": "Expiration",
- "date": "2022-04-17T08:00:00Z"
}
], - "contactCount": 0
}
], - "relationshipId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195"
}
], - "print": {
- "accountTitle": "This is a Title.",
- "accountTitleOption": "string",
- "checkNameOption": "string",
- "balanceOnReceiptOverride": "string",
- "nameIndicator": true,
- "handlingLevels": [
- "string"
], - "printOptions": [
- {
- "name": "string",
- "options": [
- "string"
]
}
]
}, - "bill": {
- "billingDay": 30,
- "billOption": "Individual",
- "balances": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "balanceName": "Available",
- "amount": "100",
- "count": 0,
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
]
}, - "collateral": {
- "collateralId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "value": "100",
- "ineligibleAmount": "100",
- "ceilingAmount": "100",
- "netAppraisedValue": "100",
- "lastAppraisedDate": "2022-04-17T08:00:00Z",
- "lastReviewDate": "2022-04-17T08:00:00Z",
- "nextReviewDate": "2022-04-17T08:00:00Z",
- "purchasePrice": "100",
- "collateralType": "string",
- "disposalCostPercentage": "25",
- "maximumLoanAmountPercentage": "25",
- "marketMarginPercentage": "25",
- "underwritingRatioFormulas": [
- {
- "name": "string",
- "ratio": "100"
}
], - "liens": [
- {
- "name": "string",
- "amount": "100"
}
], - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "numberOfUnits": 0,
- "contract": {
- "documentId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "documentReference": "string",
- "format": "PDF",
- "title": "This is a Title.",
- "version": "string",
- "signOffDate": "2022-04-17",
- "issueDate": "2022-04-17",
- "purpose": "string",
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "jurisdiction": {
- "countrySubdivision": "Oregon",
- "townName": "San Diego",
- "country": "US"
}, - "contact": {
- "structuredName": {
- "firstName": "Mary",
- "middleName": "Joe",
- "lastName": "Smith",
- "middleInitial": "J.",
- "suffix": "PhD",
- "prefix": "Dr."
}, - "name": "Jane Birkin",
- "firstContactDate": "2022-04-17T08:00:00Z",
- "lastContactDate": "2022-04-17T08:00:00Z",
- "phones": [
- {
- "number": "+1-555-1234567",
- "extension": "strin",
- "country": "str",
- "phoneType": "string",
- "phonePurpose": "string",
- "foreignIndicator": true,
- "primaryIndicator": true,
- "preferredHourOfDay": {
- "hour": "12",
- "timeZone": "Pacific",
- "timeOfTheDay": "string"
}, - "comment": "This is a description.",
- "period": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "lastUpdatedDate": "2022-04-17T08:00:00Z"
}
], - "emails": [
- {
- "emailAddress": "string",
- "emailPurpose": "Statements",
- "primaryIndicator": true,
- "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "lastUpdatedDate": "2022-04-17T08:00:00Z"
}
], - "jobTitle": "Head of Documentation",
- "department": "Sales",
- "communicationChannels": [
- {
- "channel": "Email",
- "channelIdentification": "011-02010020202",
- "channelPurpose": "PrivacyNotices",
- "codeWord": "string",
- "alertIndicator": null,
- "personId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "status": "Warning",
- "primaryIndicator": true,
- "leadTime": {
- "unit": "Months",
- "value": 999
}, - "alertText": "This is a description.",
- "contactDates": [
- {
- "name": "Expiration",
- "date": "2022-04-17T08:00:00Z"
}
], - "contactCount": 0
}
], - "preferredMethod": "Email",
- "preferredLanguage": "English"
}, - "parties": {
- "partyId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "partyType": "Person",
- "partyName": "Jane Birkin"
}
}, - "postalAddress": {
- "addressCode": "string",
- "addressBookIndicator": "string",
- "addressType": "Postal",
- "addressPurpose": "Billing",
- "primaryIndicator": true,
- "careOf": "C/O Company Name",
- "department": "A",
- "subDepartment": "B",
- "streetName": "First Street",
- "firstCrossStreetName": "string",
- "secondCrossStreetName": "Second Street",
- "buildingNumber": "11407",
- "buildingName": "Tall Tower",
- "floor": "20",
- "postBox": "MY779",
- "room": "22",
- "postCode": "97062-6884",
- "carrierRoute": "C001",
- "censusTract": "12345",
- "censusBlock": "1234",
- "cBSACode": "49780",
- "cBSAType": "MSA",
- "foreignIndicator": true,
- "townName": "San Diego",
- "townLocationName": "Clackamas",
- "districtName": "Columbia",
- "countyName": "Cook",
- "countrySubDivision": "Oregon",
- "countrySubDivisionCode": "AR-B",
- "country": "US",
- "addressLine": [
- "11407 Sw Amu st, Suite MY777"
], - "temporaryIndicator": true,
- "period": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
]
}, - "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "status": "Secured",
- "statusDate": "2022-04-17T08:00:00Z",
- "descriptionLines": [
- "This is a description."
], - "collateralOwnershipId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002"
}, - "contact": {
- "structuredName": {
- "firstName": "Mary",
- "middleName": "Joe",
- "lastName": "Smith",
- "middleInitial": "J.",
- "suffix": "PhD",
- "prefix": "Dr."
}, - "name": "Jane Birkin",
- "firstContactDate": "2022-04-17T08:00:00Z",
- "lastContactDate": "2022-04-17T08:00:00Z",
- "postalAddresses": [
- {
- "addressCode": "string",
- "addressBookIndicator": "string",
- "addressType": "Postal",
- "addressPurpose": "Billing",
- "primaryIndicator": true,
- "careOf": "C/O Company Name",
- "department": "A",
- "subDepartment": "B",
- "streetName": "First Street",
- "firstCrossStreetName": "string",
- "secondCrossStreetName": "Second Street",
- "buildingNumber": "11407",
- "buildingName": "Tall Tower",
- "floor": "20",
- "postBox": "MY779",
- "room": "22",
- "postCode": "97062-6884",
- "carrierRoute": "C001",
- "censusTract": "12345",
- "censusBlock": "1234",
- "cBSACode": "49780",
- "cBSAType": "MSA",
- "foreignIndicator": true,
- "townName": "San Diego",
- "townLocationName": "Clackamas",
- "districtName": "Columbia",
- "countyName": "Cook",
- "countrySubDivision": "Oregon",
- "countrySubDivisionCode": "AR-B",
- "country": "US",
- "addressLine": [
- "11407 Sw Amu st, Suite MY777"
], - "temporaryIndicator": true,
- "period": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
]
}
], - "phones": [
- {
- "number": "+1-555-1234567",
- "extension": "strin",
- "country": "str",
- "phoneType": "string",
- "phonePurpose": "string",
- "foreignIndicator": true,
- "primaryIndicator": true,
- "preferredHourOfDay": {
- "hour": "12",
- "timeZone": "Pacific",
- "timeOfTheDay": "string"
}, - "comment": "This is a description.",
- "period": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "lastUpdatedDate": "2022-04-17T08:00:00Z"
}
], - "emails": [
- {
- "emailAddress": "string",
- "emailPurpose": "Statements",
- "primaryIndicator": true,
- "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "lastUpdatedDate": "2022-04-17T08:00:00Z"
}
], - "jobTitle": "Head of Documentation",
- "department": "Sales",
- "preferredMethod": "Email",
- "preferredLanguage": "English"
}, - "renewal": {
- "renewalType": "string",
- "frequency": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "rate": "25",
- "productId": "PD_CA_0002",
- "graceDays": 0,
- "gracePeriodIndicator": true,
- "lastRenewalDate": "2022-04-17T08:00:00Z"
}, - "servicerAlerts": [
- {
- "alertName": "CreditBureauAlert",
- "alertType": "Warning",
- "alertCode": "string",
- "message": "This is a description.",
- "lastAlertDate": "2022-04-17"
}
], - "history": {
- "originalOpenDate": "2022-04-17",
- "originalMaturityDate": "2022-04-17",
- "lastMaturedDate": "2022-04-17"
}, - "status": {
- "statusName": "Active",
- "statusDateAndTime": "2022-04-17T08:00:00Z",
- "reason": "BlockedAccount",
- "reasonDescription": "This is a description.",
- "details": [
- {
- "statusType": "RegulationDD",
- "statusName": "Active",
- "dateAndTime": "2022-04-17T08:00:00Z",
- "reasonComment": "This is a description.",
- "statusReason": "RegulationDD"
}
], - "processEvents": [
- {
- "name": "string",
- "description": "This is a Title.",
- "spotDates": [
- {
- "name": "Expiration",
- "date": "2022-04-17T08:00:00Z"
}
], - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
], - "openDate": "2022-04-17",
- "closeDate": "2022-04-17",
- "externalAccountIndicator": true,
- "collateralIndicator": true,
- "negotiableIndicator": true,
- "closeOption": "string",
- "profitabilityAnalysisStatus": "string",
- "nonSufficientFundsInstruction": "string",
- "nonSufficientFunds": "string"
}, - "supplementaryData": { },
- "comments": [
- {
- "name": "string",
- "text": "This is a description."
}
], - "profile": {
- "profileType": "Personal",
- "riskLevel": "Permanent",
- "qualityScore": "string",
- "riskMeasures": [
- {
- "name": "StandardAndPoors",
- "level": "Permanent",
- "date": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
], - "creditRankingScales": [
- {
- "name": "StandardAndPoors",
- "score": "AAA",
- "date": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
], - "bankruptcy": {
- "chapter": "11",
- "status": "Petition",
- "statementOption": "RegularBillingStatement"
}, - "paymentHistoryFrequency": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "paymentHistoryOption": "NotRecalculate"
}, - "ammountCalculationDate": "2022-04-17T08:00:00Z",
- "transactionDates": [
- {
- "name": "Expiration",
- "date": "2022-04-17T08:00:00Z"
}
], - "balances": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "balanceName": "Available",
- "amount": "100",
- "count": 0,
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
], - "plasticCount": 0,
- "cards": [
- {
- "cardId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "cardHolderName": "Jane Birkin",
- "cardHolderType": "Primary"
}
], - "accountId": "033-DDA-123456",
- "standingOrders": [
- {
- "paymentType": "OnUs",
- "standingOrderType": "OneTime",
- "amountType": "OneTime",
- "recurrenceDateType": "OneTime",
- "orderSequence": 1,
- "frequency": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "eventDescription": "This is a description.",
- "timeOfDay": {
- "hour": "12",
- "timeZone": "Pacific",
- "timeOfTheDay": "string"
}, - "paymentInstruction": {
- "identifiers": [
- {
- "number": "string",
- "schemeName": "UETR",
- "issuer": "Banc of California"
}
], - "paymentMethod": "CreditTransfer",
- "paymentType": "OnUs",
- "amount": "100",
- "taxAmount": "100",
- "creditorAccountId": "033-DDA-123456",
- "paymentProcessing": {
- "instructionPriority": "123456789",
- "serviceLevel": "BookTransaction",
- "clearingChannel": "ACH",
- "localInstrument": "CCD",
- "categoryPurpose": "SalaryPayment"
}, - "chargeBearerType": "Shared",
- "creditor": {
- "name": "Jane Birkin",
- "account": {
- "name": "Hermes PD_CA 0002",
- "currency": "USD",
- "accountBranchId": "SEA_1",
- "accountNumber": "012345678",
- "accountType": "Checking",
- "routingNumber": "012345678",
- "identifiers": [
- {
- "number": "string",
- "schemeName": "BBANIdentifier",
- "issuer": "string"
}
]
}, - "postalAddress": {
- "addressCode": "string",
- "addressBookIndicator": "string",
- "addressType": "Postal",
- "addressPurpose": "Billing",
- "primaryIndicator": true,
- "careOf": "C/O Company Name",
- "department": "A",
- "subDepartment": "B",
- "streetName": "First Street",
- "firstCrossStreetName": "string",
- "secondCrossStreetName": "Second Street",
- "buildingNumber": "11407",
- "buildingName": "Tall Tower",
- "floor": "20",
- "postBox": "MY779",
- "room": "22",
- "postCode": "97062-6884",
- "carrierRoute": "C001",
- "censusTract": "12345",
- "censusBlock": "1234",
- "cBSACode": "49780",
- "cBSAType": "MSA",
- "foreignIndicator": true,
- "townName": "San Diego",
- "townLocationName": "Clackamas",
- "districtName": "Columbia",
- "countyName": "Cook",
- "countrySubDivision": "Oregon",
- "countrySubDivisionCode": "AR-B",
- "country": "US",
- "addressLine": [
- "11407 Sw Amu st, Suite MY777"
], - "temporaryIndicator": true,
- "period": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
]
}, - "agent": {
- "identifiers": [
- {
- "number": "123-45-6789",
- "issuer": "UnitedStates",
- "country": "US",
- "countrySubdivisionCode": "AR-B",
- "issueDate": "2022-04-17",
- "applyDate": "2022-04-17",
- "expirationDate": "2022-04-17",
- "verificationDate": "2022-04-17",
- "foreingIDIndicator": true,
- "taxIDIndicator": true,
- "displayOption": "string",
- "schemeName": "TaxIdentificationNumber"
}
], - "clearingSystemMemberIdentification": "UnitedStatesRoutingNumberFedwireNACHA",
- "memberIdentification": "string",
- "name": "string",
- "postalAddress": {
- "addressCode": "string",
- "addressBookIndicator": "string",
- "addressType": "Postal",
- "addressPurpose": "Billing",
- "primaryIndicator": true,
- "careOf": "C/O Company Name",
- "department": "A",
- "subDepartment": "B",
- "streetName": "First Street",
- "firstCrossStreetName": "string",
- "secondCrossStreetName": "Second Street",
- "buildingNumber": "11407",
- "buildingName": "Tall Tower",
- "floor": "20",
- "postBox": "MY779",
- "room": "22",
- "postCode": "97062-6884",
- "carrierRoute": "C001",
- "censusTract": "12345",
- "censusBlock": "1234",
- "cBSACode": "49780",
- "cBSAType": "MSA",
- "foreignIndicator": true,
- "townName": "San Diego",
- "townLocationName": "Clackamas",
- "districtName": "Columbia",
- "countyName": "Cook",
- "countrySubDivision": "Oregon",
- "countrySubDivisionCode": "AR-B",
- "country": "US",
- "addressLine": [
- "11407 Sw Amu st, Suite MY777"
], - "temporaryIndicator": true,
- "period": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
]
}
}, - "placeAndDateOfBirth": {
- "countrySubdivision": "Oregon",
- "townName": "San Diego",
- "country": "US",
- "birthDate": "2022-04-17"
}, - "contact": {
- "contactMethods": [
- {
- "channelType": "Email",
- "identification": "011-02010020202"
}
], - "preferredMethod": "Email",
- "preferredLanguage": "English"
}, - "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "TaxIdentificationNumber",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "countryOfResidence": "US"
}
}, - "lastPaymentDate": "2022-04-17T08:00:00Z",
- "failedCount": 0,
- "authorizationChannel": "Email",
- "paymentMethod": "CreditTransfer",
- "convenienceFeeRefundAmount": "100",
- "enableIndicator": true,
- "status": "Sent",
- "statusReasonDescription": "This is a description.",
- "statusReason": "BlockedAccount",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "standingOrderId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "statusDateAndTime": "2022-04-17T08:00:00Z",
- "cancellationReason": "This is a description."
}
], - "audit": {
- "status": "string",
- "creationDate": "2022-04-17",
- "lastModificacionChannel": "Email",
- "lastModificationDate": "2022-04-17",
- "channels": [
- {
- "lastActivityDate": "2022-04-17",
- "name": "Email",
- "activityType": "string",
- "amount": "100"
}
]
}
}
Updates an Account
Use the JSON Merge Patch standard https://tools.ietf.org/html/rfc7396
Authorizations:
path Parameters
accountId required | string (AccountId) [ 1 .. 36 ] characters Example: 033-DDA-123456 Account Identification |
header Parameters
servicerId | string (Id) [ 1 .. 36 ] characters Example: 5fb9d4d6-1a3c-11ed-861d-0242ac120002 Account Servicer Identification (Bank) |
servicerBranchId | string (ServicerBranchId) [ 1 .. 36 ] characters Example: SEA_1 Identification of the account servicer institution at branch level or center level. |
Core-Validation-Mode | string <ENFORCING|PERMISSIVE|DISABLED> Indicates how the API validates requests against the core validation request policy. ENFORCING: The API validates all requests against the core validation request policy. The API only sends requests that pass validation to the back-end core service. PERMISSIVE: The API validates all requests against the validation request policy. The API sends all requests to the back-end service, regardless of whether they pass or fail the core validation. DISABLED: The API does not validate any requests against the validation request policy. The API gateway sends all requests to the core back-end service. |
Request Body schema: application/merge-patch+json
Responses
Request samples
- Payload
{ }
Response samples
- 200
- 400
- 404
- 500
{- "accountBranchId": "SEA_1",
- "accountNumber": "012345678",
- "accountType": "Checking",
- "routingNumbers": [
- {
- "number": "012345678",
- "routingNumberType": "ACH"
}
], - "identifiers": [
- {
- "number": "string",
- "schemeName": "BBANIdentifier",
- "issuer": "string"
}
], - "securedIndicator": true,
- "securedType": "Collateral",
- "payment": {
- "numberOfPayments": 0,
- "next": {
- "domain": "Payments",
- "family": "CustomerCardTransactions",
- "subFamily": "CreditCardPayment",
- "codes": [
- {
- "codeType": "DetailBAI",
- "name": "string",
- "value": "195",
- "description": "This is a Title."
}
], - "repaymentScheduleId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "amount": "100",
- "minimumDueAmount": "100",
- "expectedDate": "2022-04-17",
- "dueDate": "2022-04-17",
- "repaymentType": "Principal",
- "identifiers": [
- {
- "number": "string",
- "schemeName": "UETR",
- "issuer": "Banc of California"
}
], - "balances": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "balanceName": "Available",
- "amount": "100",
- "count": 0,
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
]
}, - "last": {
- "domain": "Payments",
- "family": "CustomerCardTransactions",
- "subFamily": "CreditCardPayment",
- "codes": [
- {
- "codeType": "DetailBAI",
- "name": "string",
- "value": "195",
- "description": "This is a Title."
}
], - "repaymentScheduleId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "amount": "100",
- "minimumDueAmount": "100",
- "expectedDate": "2022-04-17",
- "dueDate": "2022-04-17",
- "repaymentType": "Principal",
- "identifiers": [
- {
- "number": "string",
- "schemeName": "UETR",
- "issuer": "Banc of California"
}
], - "balances": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "balanceName": "Available",
- "amount": "100",
- "count": 0,
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
], - "paymentId": "0dd926fe-1ca2-11ed-861d-0242ac120002",
- "reversalIndicator": true,
- "remittanceInformation": {
- "remittanceNumber": "string",
- "documentType": "string"
}, - "valueDate": "2022-04-17T08:00:00Z",
- "bookingDate": "2022-04-17T08:00:00Z",
- "charges": [
- {
- "name": "CardLatePayment",
- "description": "This is a description.",
- "amount": "100",
- "adjustment": "100"
}
], - "interests": [
- {
- "name": "Deposit",
- "amount": "100"
}
], - "paymentDate": "2022-04-17",
- "cycleDate": "2022-04-17",
- "paymentReason": "CashManagementTransfer",
- "paymentName": "string",
- "delinquentDays": 0
}, - "payments": [
- {
- "domain": "Payments",
- "family": "CustomerCardTransactions",
- "subFamily": "CreditCardPayment",
- "codes": [
- {
- "codeType": "DetailBAI",
- "name": "string",
- "value": "195",
- "description": "This is a Title."
}
], - "repaymentScheduleId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "amount": "100",
- "minimumDueAmount": "100",
- "expectedDate": "2022-04-17",
- "dueDate": "2022-04-17",
- "repaymentType": "Principal",
- "identifiers": [
- {
- "number": "string",
- "schemeName": "UETR",
- "issuer": "Banc of California"
}
], - "balances": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "balanceName": "Available",
- "amount": "100",
- "count": 0,
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
], - "paymentId": "0dd926fe-1ca2-11ed-861d-0242ac120002",
- "reversalIndicator": true,
- "remittanceInformation": {
- "remittanceNumber": "string",
- "documentType": "string"
}, - "valueDate": "2022-04-17T08:00:00Z",
- "bookingDate": "2022-04-17T08:00:00Z",
- "charges": [
- {
- "name": "CardLatePayment",
- "description": "This is a description.",
- "amount": "100",
- "adjustment": "100"
}
], - "interests": [
- {
- "name": "Deposit",
- "amount": "100"
}
], - "paymentDate": "2022-04-17",
- "cycleDate": "2022-04-17",
- "paymentReason": "CashManagementTransfer",
- "paymentName": "string",
- "delinquentDays": 0
}
], - "frequency": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "interestFrequency": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "draftDayAdjuster": 30,
- "automaticIndicator": true,
- "paymentType": "OnUs",
- "firstPaymentDate": "2022-04-17",
- "bill": {
- "billingDay": 30,
- "rebillStatus": "RebillRequest",
- "rebillInterestIndicator": true,
- "leadDays": 0,
- "interestFromDate": "2022-04-17",
- "interestToDate": "2022-04-17",
- "balances": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "balanceName": "Available",
- "amount": "100",
- "count": 0,
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
]
}
}, - "payout": {
- "frequency": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "paymentType": "Compound",
- "paymentTypeOptions": [
- "Primary"
], - "paymentName": "string",
- "accountId": "033-DDA-123456",
- "referenceNumber": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "paymentDate": "2022-04-17",
- "lastPaid": "100",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "payoutType": "string",
- "payoutName": "ClubPay",
- "payoutOption": "string",
- "amount": "100",
- "enableIndicator": true,
- "payoutsNumber": 0,
- "surrenderAmount": "100",
- "changePercentage": "25",
- "changeAmount": "100",
- "temporalPayoutDuration": {
- "unit": "Months",
- "value": 999
}
}, - "ownershipType": "SingleOwnerAccount",
- "balanceType": "Asset",
- "productId": "PD_CA_0002",
- "name": "Hermes PD_CA 0002",
- "accountPurpose": "This is a description.",
- "currency": "USD",
- "initialAmount": "100",
- "depositDate": "2022-04-17",
- "contract": {
- "documentId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "documentReference": "string",
- "format": "PDF",
- "title": "This is a Title.",
- "version": "string",
- "signOffDate": "2022-04-17",
- "issueDate": "2022-04-17",
- "purpose": "string",
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "jurisdiction": {
- "countrySubdivision": "Oregon",
- "townName": "San Diego",
- "country": "US"
}, - "contact": {
- "structuredName": {
- "firstName": "Mary",
- "middleName": "Joe",
- "lastName": "Smith",
- "middleInitial": "J.",
- "suffix": "PhD",
- "prefix": "Dr."
}, - "name": "Jane Birkin",
- "firstContactDate": "2022-04-17T08:00:00Z",
- "lastContactDate": "2022-04-17T08:00:00Z",
- "phones": [
- {
- "number": "+1-555-1234567",
- "extension": "strin",
- "country": "str",
- "phoneType": "string",
- "phonePurpose": "string",
- "foreignIndicator": true,
- "primaryIndicator": true,
- "preferredHourOfDay": {
- "hour": "12",
- "timeZone": "Pacific",
- "timeOfTheDay": "string"
}, - "comment": "This is a description.",
- "period": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "lastUpdatedDate": "2022-04-17T08:00:00Z"
}
], - "emails": [
- {
- "emailAddress": "string",
- "emailPurpose": "Statements",
- "primaryIndicator": true,
- "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "lastUpdatedDate": "2022-04-17T08:00:00Z"
}
], - "jobTitle": "Head of Documentation",
- "department": "Sales",
- "communicationChannels": [
- {
- "channel": "Email",
- "channelIdentification": "011-02010020202",
- "channelPurpose": "PrivacyNotices",
- "codeWord": "string",
- "alertIndicator": null,
- "personId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "status": "Warning",
- "primaryIndicator": true,
- "leadTime": {
- "unit": "Months",
- "value": 999
}, - "alertText": "This is a description.",
- "contactDates": [
- {
- "name": "Expiration",
- "date": "2022-04-17T08:00:00Z"
}
], - "contactCount": 0
}
], - "preferredMethod": "Email",
- "preferredLanguage": "English"
}, - "parties": {
- "partyId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "partyType": "Person",
- "partyName": "Jane Birkin"
}, - "status": "Active",
- "targetClosingDate": "2022-04-17",
- "targetGoLiveDate": "2022-04-17",
- "masterAgreement": {
- "accountId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "availableCredit": "100",
- "documentId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "documentReference": "string",
- "format": "PDF",
- "title": "This is a Title.",
- "version": "string",
- "signOffDate": "2022-04-17",
- "issueDate": "2022-04-17",
- "purpose": "string"
}, - "term": {
- "duration": {
- "unit": "Months",
- "value": 999
}, - "timesExtended": 100,
- "timesRenewed": 100
}, - "premium": "100",
- "coverageAmount": "100"
}, - "parties": [
- {
- "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "name": "Jane Birkin",
- "nameTemplateId": "1",
- "shortName": "Jane",
- "placeAndDateOfBirth": {
- "countrySubdivision": "Oregon",
- "townName": "San Diego",
- "country": "US",
- "birthDate": "2022-04-17"
}, - "gender": "Female",
- "status": "GoodStanding",
- "statusDateAndTime": "2022-04-17T08:00:00Z",
- "coveredByMilitaryLendingActIndicator": true,
- "militaryMemberIndicator": true,
- "militaryPeriod": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "audit": {
- "status": "string",
- "creationDate": "2022-04-17",
- "lastModificacionChannel": "Email",
- "lastModificationDate": "2022-04-17",
- "channels": [
- {
- "lastActivityDate": "2022-04-17",
- "name": "Email",
- "activityType": "string",
- "amount": "100"
}
]
}, - "postalAddresses": {
- "addressCode": "string",
- "addressBookIndicator": "string",
- "addressType": "Postal",
- "addressPurpose": "Billing",
- "primaryIndicator": true,
- "careOf": "C/O Company Name",
- "department": "A",
- "subDepartment": "B",
- "streetName": "First Street",
- "firstCrossStreetName": "string",
- "secondCrossStreetName": "Second Street",
- "buildingNumber": "11407",
- "buildingName": "Tall Tower",
- "floor": "20",
- "postBox": "MY779",
- "room": "22",
- "postCode": "97062-6884",
- "carrierRoute": "C001",
- "censusTract": "12345",
- "censusBlock": "1234",
- "cBSACode": "49780",
- "cBSAType": "MSA",
- "foreignIndicator": true,
- "townName": "San Diego",
- "townLocationName": "Clackamas",
- "districtName": "Columbia",
- "countyName": "Cook",
- "countrySubDivision": "Oregon",
- "countrySubDivisionCode": "AR-B",
- "country": "US",
- "addressLine": [
- "11407 Sw Amu st, Suite MY777"
], - "temporaryIndicator": true,
- "period": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
]
}, - "structuredName": {
- "firstName": "Mary",
- "middleName": "Joe",
- "lastName": "Smith",
- "middleInitial": "J.",
- "suffix": "PhD",
- "prefix": "Dr."
}, - "phones": [
- {
- "number": "+1-555-1234567",
- "extension": "strin",
- "country": "str",
- "phoneType": "string",
- "phonePurpose": "string",
- "foreignIndicator": true,
- "primaryIndicator": true,
- "preferredHourOfDay": {
- "hour": "12",
- "timeZone": "Pacific",
- "timeOfTheDay": "string"
}, - "comment": "This is a description.",
- "period": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "lastUpdatedDate": "2022-04-17T08:00:00Z"
}
], - "emails": [
- {
- "emailAddress": "string",
- "emailPurpose": "Statements",
- "primaryIndicator": true,
- "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "lastUpdatedDate": "2022-04-17T08:00:00Z"
}
], - "organizationType": "Corporation",
- "customerType": "Consumer",
- "taxReportingIndicator": true,
- "taxStatus": "Exempt",
- "cards": [
- {
- "cardId": "0dd926fe-1ca2-11ed-861d-0242ac120002",
- "cardHolder": {
- "personId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "identifiers": [
- {
- "schemeName": "SocialSecurityNumber",
- "number": "123-45-6789",
- "issuer": "Baltimore",
- "country": "US",
- "countrySubdivisionCode": "AR-B",
- "issueDate": "2022-04-17",
- "applyDate": "2022-04-17",
- "expirationDate": "2022-04-17",
- "verificationDate": "2022-04-17",
- "foreingIDIndicator": true,
- "taxIDIndicator": true,
- "displayOption": "string"
}
], - "name": "Jane Birkin",
- "shortName": "Jane",
- "placeAndDateOfBirth": {
- "countrySubdivision": "Oregon",
- "townName": "San Diego",
- "country": "US",
- "birthDate": "2022-04-17"
}, - "gender": "Female",
- "status": "GoodStanding",
- "coveredByMilitaryLendingActIndicator": true,
- "militaryMemberIndicator": true,
- "militaryPeriod": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "audit": {
- "status": "string",
- "creationDate": "2022-04-17",
- "lastModificacionChannel": "Email",
- "lastModificationDate": "2022-04-17",
- "channels": [
- {
- "lastActivityDate": "2022-04-17",
- "name": "Email",
- "activityType": "string",
- "amount": "100"
}
]
}, - "postalAddresses": [
- {
- "addressCode": "string",
- "addressBookIndicator": "string",
- "addressType": "Postal",
- "addressPurpose": "Billing",
- "primaryIndicator": true,
- "careOf": "C/O Company Name",
- "department": "A",
- "subDepartment": "B",
- "streetName": "First Street",
- "firstCrossStreetName": "string",
- "secondCrossStreetName": "Second Street",
- "buildingNumber": "11407",
- "buildingName": "Tall Tower",
- "floor": "20",
- "postBox": "MY779",
- "room": "22",
- "postCode": "97062-6884",
- "carrierRoute": "C001",
- "censusTract": "12345",
- "censusBlock": "1234",
- "cBSACode": "49780",
- "cBSAType": "MSA",
- "foreignIndicator": true,
- "townName": "San Diego",
- "townLocationName": "Clackamas",
- "districtName": "Columbia",
- "countyName": "Cook",
- "countrySubDivision": "Oregon",
- "countrySubDivisionCode": "AR-B",
- "country": "US",
- "addressLine": [
- "11407 Sw Amu st, Suite MY777"
], - "temporaryIndicator": true,
- "period": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "codes": [
- {
- "name": null,
- "value": null,
- "description": null
}
], - "identifiers": [
- {
- "number": null,
- "schemeName": null,
- "issuer": null,
- "issueDate": null,
- "expirationDate": null
}
]
}
], - "structuredName": {
- "firstName": "Mary",
- "middleName": "Joe",
- "lastName": "Smith",
- "middleInitial": "J.",
- "suffix": "PhD",
- "prefix": "Dr."
}, - "phones": [
- {
- "number": "+1-555-1234567",
- "extension": "strin",
- "country": "str",
- "phoneType": "string",
- "phonePurpose": "string",
- "foreignIndicator": true,
- "primaryIndicator": true,
- "preferredHourOfDay": {
- "hour": "12",
- "timeZone": "Pacific",
- "timeOfTheDay": "string"
}, - "comment": "This is a description.",
- "period": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "codes": [
- {
- "name": null,
- "value": null,
- "description": null
}
], - "identifiers": [
- {
- "number": null,
- "schemeName": null,
- "issuer": null,
- "issueDate": null,
- "expirationDate": null
}
], - "lastUpdatedDate": "2022-04-17T08:00:00Z"
}
], - "emails": [
- {
- "emailAddress": "string",
- "emailPurpose": "Statements",
- "primaryIndicator": true,
- "identifiers": [
- {
- "number": null,
- "schemeName": null,
- "issuer": null,
- "issueDate": null,
- "expirationDate": null
}
], - "lastUpdatedDate": "2022-04-17T08:00:00Z"
}
], - "employeeIndicator": true
}, - "identifiers": [
- {
- "number": "string",
- "schemeName": "MemberNumber",
- "issuer": "string"
}
], - "productId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "number": "1234567890123456789",
- "cardHolderType": "Primary",
- "fundingSourceType": "Credit",
- "businessIndicator": true,
- "cardBranchId": "SEA_1",
- "startDate": "2022-04-17",
- "expiryDate": "2022-12",
- "relatedAccounts": [
- {
- "accountRelationType": "Child",
- "accountId": "033-DDA-123456",
- "accountNumber": "012345678",
- "accountType": "Checking",
- "name": "Hermes PD_CA 0002",
- "balances": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "balanceName": "Available",
- "amount": "100",
- "count": 0,
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z",
- "codes": [
- null
]
}
]
}
], - "status": "Active",
- "statusDate": "2022-04-17T08:00:00Z",
- "statusReasons": [
- "Active"
], - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
], - "balances": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "balanceName": "Available",
- "amount": "100",
- "count": 0,
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
], - "spotDates": [
- {
- "name": "Expiration",
- "date": "2022-04-17T08:00:00Z"
}
], - "partyId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "partyType": "Person",
- "partyAccountRole": "AccountOwner",
- "partyAccountRoleCode": "50",
- "beneficiaryPercentage": "25",
- "accountOwnerRelation": "PrimaryServicerOfficer",
- "restrictions": [
- {
- "name": "WireTransferIn",
- "restrictionPurpose": "This is a description.",
- "enableIndicator": true,
- "disableConditions": [
- "LessThanMinAmount"
], - "validFrom": "2022-04-17",
- "validUntil": "2022-04-17",
- "status": "Pending"
}
]
}
], - "maturityDate": "2022-04-17",
- "relatedAccounts": [
- {
- "accountRelationType": "Child",
- "accountId": "033-DDA-123456",
- "accountNumber": "012345678",
- "accountType": "Checking",
- "name": "Hermes PD_CA 0002",
- "balances": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "balanceName": "Available",
- "amount": "100",
- "count": 0,
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
]
}
], - "referenceAccount": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "pastDates": [
- {
- "name": "Expiration",
- "date": "2022-04-17T08:00:00Z"
}
], - "projectedDates": [
- {
- "name": "Expiration",
- "date": "2022-04-17T08:00:00Z"
}
], - "restrictions": [
- {
- "name": "WireTransferIn",
- "restrictionPurpose": "This is a description.",
- "enableIndicator": true,
- "disableConditions": [
- "LessThanMinAmount"
], - "validFrom": "2022-04-17",
- "validUntil": "2022-04-17",
- "status": "Pending"
}
], - "limits": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "name": "CreditLimit",
- "limitType": "DirectDebit",
- "channelType": "string",
- "amount": "100",
- "currency": "USD",
- "number": 0,
- "enableIndicator": true,
- "feesConsentIndicator": true,
- "percentageIndicator": true,
- "percentage": "25",
- "temporaryIndicator": true,
- "validityPeriod": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "periodicity": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "usedAmount": "100",
- "usedNumber": 0,
- "usedPercentage": "25",
- "status": "Requested",
- "statusDateAndtime": "2022-04-17T08:00:00Z",
- "history": {
- "originalAmount": "100",
- "originalLimitType": "DirectDebit",
- "details": [
- {
- "amount": "100",
- "enabledDate": "2022-04-17T08:00:00Z",
- "disableDate": "2022-04-17T08:00:00Z"
}
]
}, - "balances": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "balanceName": "Available",
- "amount": "100",
- "count": 0,
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
], - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "accessConditions": [
- "LessThanMinAmount"
], - "notificationOptions": [
- "Exception"
], - "payments": [
- {
- "frequency": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "paymentType": "Compound",
- "paymentTypeOptions": [
- "Primary"
], - "paymentName": "string",
- "accountId": "033-DDA-123456",
- "referenceNumber": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "paymentDate": "2022-04-17",
- "lastPaid": "100",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
]
}
], - "statement": {
- "frequency": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "communicationMethod": "Email",
- "format": "PDF",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "templateCode": "1",
- "lastStatementPeriod": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string"
}, - "nextStatementPeriod": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string"
}, - "lastStatementDate": "2022-04-17",
- "previousStatementDate": "2022-04-17",
- "lastRegularStatementDate": "2022-04-17",
- "truncationOptions": [
- "ItemsIncluded"
], - "accountNameIndicator": true,
- "balances": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "balanceName": "Available",
- "amount": "100",
- "count": 0,
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
], - "preferredLanguage": "English",
- "combineType": "SavingsSatement",
- "category": "BalanceSheet",
- "subcategory": "Cash",
- "profitabilityModelId": "1",
- "lastIRAStatementDate": "2022-04-17"
}, - "interests": [
- {
- "name": "Deposit",
- "interestCode": "string",
- "dayCountBasis": "Actual360",
- "calculationMethodOption": "LastInterest",
- "accruedDate": "2022-04-17",
- "nextInterestDate": "2022-04-17",
- "lastInterestDate": "2022-04-17",
- "term": {
- "unit": "Months",
- "value": 999
}, - "enableIndicator": true,
- "compoundingMethod": "Deposit",
- "compoundingFrequency": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "calculationFrequency": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "oneDayInterest": "100",
- "payment": {
- "frequency": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "paymentType": "Compound",
- "paymentTypeOptions": [
- "Primary"
], - "paymentName": "string",
- "accountId": "033-DDA-123456",
- "referenceNumber": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "paymentDate": "2022-04-17",
- "lastPaid": "100",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}, - "balances": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "balanceName": "Available",
- "amount": "100",
- "count": 0,
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
], - "renewal": {
- "maturityNoticeOptions": [
- "string"
], - "rateAtMaturityOptions": [
- "string"
], - "changeNoticeOption": "string",
- "noticePrintOptions": [
- "string"
], - "maturityRateDays": 0,
- "maturityRate": "25",
- "renewalType": "string",
- "rateFrequency": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "term": {
- "unit": "Months",
- "value": 999
}, - "productId": "PD_CA_0002"
}, - "cycle": {
- "firstDateRate": "25",
- "daysProcessed": 0,
- "totalDays": 0,
- "balances": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "balanceName": "Available",
- "amount": "100",
- "count": 0,
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
]
}, - "lastCalculus": "100",
- "reportingIndicator": true,
- "reportingOptions": [
- "Deposit"
], - "form": {
- "formName": "W-8",
- "taxRate": "100",
- "onFileIndicator": true,
- "taxStatus": "Exempt",
- "certificationDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}, - "annualPercentageYieldFrequency": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "annualPercentageYield": "100",
- "daysSinceLastAnniversary": 0,
- "rates": [
- {
- "rateName": "Actual",
- "rateTierName": "Actual",
- "percentage": "25",
- "amount": "100",
- "currency": "USD"
}
], - "rateType": "Fixed",
- "rateTieredType": "Whole",
- "rateAmountType": "Available",
- "pastDueOptions": [
- "string"
], - "variableInterests": [
- {
- "leadDays": 30,
- "nextChangeDate": "2022-04-17",
- "lastChangeDate": "2022-04-17",
- "changes": [
- {
- "referenceRateName": "string",
- "rateType": "Fixed",
- "calculationMethod": "PointSpread",
- "spread": "25",
- "basisPointSpread": 0,
- "pointSpread": "25",
- "productId": "PD_CA_0002",
- "effectiveDate": "2022-04-17T08:00:00Z",
- "frequency": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "increaseOnlyIndicator": true,
- "ceilingRate": "25",
- "floorRate": "25"
}
], - "referenceRateName": "string",
- "rateType": "Fixed",
- "calculationMethod": "PointSpread",
- "spread": "25",
- "basisPointSpread": 0,
- "pointSpread": "25",
- "productId": "PD_CA_0002",
- "effectiveDate": "2022-04-17T08:00:00Z",
- "frequency": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "increaseOnlyIndicator": true,
- "ceilingRate": "25",
- "floorRate": "25"
}
]
}
], - "charges": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "chargeId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "name": "CardLatePayment",
- "status": "Charged",
- "amount": "100",
- "currency": "USD",
- "rate": "25",
- "chargeType": "ManagementFee",
- "exemptIndicator": true,
- "exemptPeriodsNumber": 0,
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "calculationMethodCode": "string",
- "calculationMethodOptions": [
- "string"
], - "options": [
- "NSFDefault"
], - "calculationBasis": "Monthly",
- "bearerType": "Shared",
- "maximumAmount": "100",
- "maximumNumber": 0,
- "minimumAmount": "100",
- "enableIndicator": true,
- "relatedInterest": {
- "name": "Deposit",
- "code": "string",
- "enableIndicator": true,
- "dayCountBasis": "Actual360",
- "calculationMethodOption": "LastInterest",
- "nextInterestDate": "2022-04-17",
- "term": {
- "unit": "Months",
- "value": 999
}, - "calculationFrequency": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "balances": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "balanceName": "Available",
- "amount": "100",
- "count": 0,
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
], - "rateName": "Actual",
- "rateTierName": "Actual",
- "percentage": "25",
- "amount": "100",
- "currency": "USD"
}, - "debitIndicator": true,
- "payments": [
- {
- "frequency": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "paymentType": "Compound",
- "paymentTypeOptions": [
- "Primary"
], - "paymentName": "string",
- "accountId": "033-DDA-123456",
- "referenceNumber": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "paymentDate": "2022-04-17",
- "lastPaid": "100",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
], - "periodicity": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "balances": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "balanceName": "Available",
- "amount": "100",
- "count": 0,
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
], - "description": "This is a description."
}
], - "taxes": [
- {
- "taxType": "TaxCredit",
- "name": "Sales",
- "rate": "25",
- "debitIndicator": true,
- "taxReportingIndicator": true,
- "balances": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "balanceName": "Available",
- "amount": "100",
- "count": 0,
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
]
}
], - "communicationChannels": [
- {
- "channel": "Email",
- "channelIdentification": "011-02010020202",
- "channelPurpose": "PrivacyNotices",
- "codeWord": "string",
- "alertIndicator": null,
- "personId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "status": "Warning",
- "primaryIndicator": true,
- "leadTime": {
- "unit": "Months",
- "value": 999
}, - "alertText": "This is a description.",
- "contactDates": [
- {
- "name": "Expiration",
- "date": "2022-04-17T08:00:00Z"
}
], - "contactCount": 0
}
], - "relationshipId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195"
}
], - "print": {
- "accountTitle": "This is a Title.",
- "accountTitleOption": "string",
- "checkNameOption": "string",
- "balanceOnReceiptOverride": "string",
- "nameIndicator": true,
- "handlingLevels": [
- "string"
], - "printOptions": [
- {
- "name": "string",
- "options": [
- "string"
]
}
]
}, - "bill": {
- "billingDay": 30,
- "billOption": "Individual",
- "balances": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "balanceName": "Available",
- "amount": "100",
- "count": 0,
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
]
}, - "collateral": {
- "collateralId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "value": "100",
- "ineligibleAmount": "100",
- "ceilingAmount": "100",
- "netAppraisedValue": "100",
- "lastAppraisedDate": "2022-04-17T08:00:00Z",
- "lastReviewDate": "2022-04-17T08:00:00Z",
- "nextReviewDate": "2022-04-17T08:00:00Z",
- "purchasePrice": "100",
- "collateralType": "string",
- "disposalCostPercentage": "25",
- "maximumLoanAmountPercentage": "25",
- "marketMarginPercentage": "25",
- "underwritingRatioFormulas": [
- {
- "name": "string",
- "ratio": "100"
}
], - "liens": [
- {
- "name": "string",
- "amount": "100"
}
], - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "numberOfUnits": 0,
- "contract": {
- "documentId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "documentReference": "string",
- "format": "PDF",
- "title": "This is a Title.",
- "version": "string",
- "signOffDate": "2022-04-17",
- "issueDate": "2022-04-17",
- "purpose": "string",
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "jurisdiction": {
- "countrySubdivision": "Oregon",
- "townName": "San Diego",
- "country": "US"
}, - "contact": {
- "structuredName": {
- "firstName": "Mary",
- "middleName": "Joe",
- "lastName": "Smith",
- "middleInitial": "J.",
- "suffix": "PhD",
- "prefix": "Dr."
}, - "name": "Jane Birkin",
- "firstContactDate": "2022-04-17T08:00:00Z",
- "lastContactDate": "2022-04-17T08:00:00Z",
- "phones": [
- {
- "number": "+1-555-1234567",
- "extension": "strin",
- "country": "str",
- "phoneType": "string",
- "phonePurpose": "string",
- "foreignIndicator": true,
- "primaryIndicator": true,
- "preferredHourOfDay": {
- "hour": "12",
- "timeZone": "Pacific",
- "timeOfTheDay": "string"
}, - "comment": "This is a description.",
- "period": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "lastUpdatedDate": "2022-04-17T08:00:00Z"
}
], - "emails": [
- {
- "emailAddress": "string",
- "emailPurpose": "Statements",
- "primaryIndicator": true,
- "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "lastUpdatedDate": "2022-04-17T08:00:00Z"
}
], - "jobTitle": "Head of Documentation",
- "department": "Sales",
- "communicationChannels": [
- {
- "channel": "Email",
- "channelIdentification": "011-02010020202",
- "channelPurpose": "PrivacyNotices",
- "codeWord": "string",
- "alertIndicator": null,
- "personId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "status": "Warning",
- "primaryIndicator": true,
- "leadTime": {
- "unit": "Months",
- "value": 999
}, - "alertText": "This is a description.",
- "contactDates": [
- {
- "name": "Expiration",
- "date": "2022-04-17T08:00:00Z"
}
], - "contactCount": 0
}
], - "preferredMethod": "Email",
- "preferredLanguage": "English"
}, - "parties": {
- "partyId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "partyType": "Person",
- "partyName": "Jane Birkin"
}
}, - "postalAddress": {
- "addressCode": "string",
- "addressBookIndicator": "string",
- "addressType": "Postal",
- "addressPurpose": "Billing",
- "primaryIndicator": true,
- "careOf": "C/O Company Name",
- "department": "A",
- "subDepartment": "B",
- "streetName": "First Street",
- "firstCrossStreetName": "string",
- "secondCrossStreetName": "Second Street",
- "buildingNumber": "11407",
- "buildingName": "Tall Tower",
- "floor": "20",
- "postBox": "MY779",
- "room": "22",
- "postCode": "97062-6884",
- "carrierRoute": "C001",
- "censusTract": "12345",
- "censusBlock": "1234",
- "cBSACode": "49780",
- "cBSAType": "MSA",
- "foreignIndicator": true,
- "townName": "San Diego",
- "townLocationName": "Clackamas",
- "districtName": "Columbia",
- "countyName": "Cook",
- "countrySubDivision": "Oregon",
- "countrySubDivisionCode": "AR-B",
- "country": "US",
- "addressLine": [
- "11407 Sw Amu st, Suite MY777"
], - "temporaryIndicator": true,
- "period": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
]
}, - "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "status": "Secured",
- "statusDate": "2022-04-17T08:00:00Z",
- "descriptionLines": [
- "This is a description."
], - "collateralOwnershipId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002"
}, - "contact": {
- "structuredName": {
- "firstName": "Mary",
- "middleName": "Joe",
- "lastName": "Smith",
- "middleInitial": "J.",
- "suffix": "PhD",
- "prefix": "Dr."
}, - "name": "Jane Birkin",
- "firstContactDate": "2022-04-17T08:00:00Z",
- "lastContactDate": "2022-04-17T08:00:00Z",
- "postalAddresses": [
- {
- "addressCode": "string",
- "addressBookIndicator": "string",
- "addressType": "Postal",
- "addressPurpose": "Billing",
- "primaryIndicator": true,
- "careOf": "C/O Company Name",
- "department": "A",
- "subDepartment": "B",
- "streetName": "First Street",
- "firstCrossStreetName": "string",
- "secondCrossStreetName": "Second Street",
- "buildingNumber": "11407",
- "buildingName": "Tall Tower",
- "floor": "20",
- "postBox": "MY779",
- "room": "22",
- "postCode": "97062-6884",
- "carrierRoute": "C001",
- "censusTract": "12345",
- "censusBlock": "1234",
- "cBSACode": "49780",
- "cBSAType": "MSA",
- "foreignIndicator": true,
- "townName": "San Diego",
- "townLocationName": "Clackamas",
- "districtName": "Columbia",
- "countyName": "Cook",
- "countrySubDivision": "Oregon",
- "countrySubDivisionCode": "AR-B",
- "country": "US",
- "addressLine": [
- "11407 Sw Amu st, Suite MY777"
], - "temporaryIndicator": true,
- "period": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
]
}
], - "phones": [
- {
- "number": "+1-555-1234567",
- "extension": "strin",
- "country": "str",
- "phoneType": "string",
- "phonePurpose": "string",
- "foreignIndicator": true,
- "primaryIndicator": true,
- "preferredHourOfDay": {
- "hour": "12",
- "timeZone": "Pacific",
- "timeOfTheDay": "string"
}, - "comment": "This is a description.",
- "period": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "lastUpdatedDate": "2022-04-17T08:00:00Z"
}
], - "emails": [
- {
- "emailAddress": "string",
- "emailPurpose": "Statements",
- "primaryIndicator": true,
- "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "lastUpdatedDate": "2022-04-17T08:00:00Z"
}
], - "jobTitle": "Head of Documentation",
- "department": "Sales",
- "preferredMethod": "Email",
- "preferredLanguage": "English"
}, - "renewal": {
- "renewalType": "string",
- "frequency": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "rate": "25",
- "productId": "PD_CA_0002",
- "graceDays": 0,
- "gracePeriodIndicator": true,
- "lastRenewalDate": "2022-04-17T08:00:00Z"
}, - "servicerAlerts": [
- {
- "alertName": "CreditBureauAlert",
- "alertType": "Warning",
- "alertCode": "string",
- "message": "This is a description.",
- "lastAlertDate": "2022-04-17"
}
], - "history": {
- "originalOpenDate": "2022-04-17",
- "originalMaturityDate": "2022-04-17",
- "lastMaturedDate": "2022-04-17"
}, - "status": {
- "statusName": "Active",
- "statusDateAndTime": "2022-04-17T08:00:00Z",
- "reason": "BlockedAccount",
- "reasonDescription": "This is a description.",
- "details": [
- {
- "statusType": "RegulationDD",
- "statusName": "Active",
- "dateAndTime": "2022-04-17T08:00:00Z",
- "reasonComment": "This is a description.",
- "statusReason": "RegulationDD"
}
], - "processEvents": [
- {
- "name": "string",
- "description": "This is a Title.",
- "spotDates": [
- {
- "name": "Expiration",
- "date": "2022-04-17T08:00:00Z"
}
], - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
], - "openDate": "2022-04-17",
- "closeDate": "2022-04-17",
- "externalAccountIndicator": true,
- "collateralIndicator": true,
- "negotiableIndicator": true,
- "closeOption": "string",
- "profitabilityAnalysisStatus": "string",
- "nonSufficientFundsInstruction": "string",
- "nonSufficientFunds": "string"
}, - "supplementaryData": { },
- "comments": [
- {
- "name": "string",
- "text": "This is a description."
}
], - "profile": {
- "profileType": "Personal",
- "riskLevel": "Permanent",
- "qualityScore": "string",
- "riskMeasures": [
- {
- "name": "StandardAndPoors",
- "level": "Permanent",
- "date": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
], - "creditRankingScales": [
- {
- "name": "StandardAndPoors",
- "score": "AAA",
- "date": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
], - "bankruptcy": {
- "chapter": "11",
- "status": "Petition",
- "statementOption": "RegularBillingStatement"
}, - "paymentHistoryFrequency": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "paymentHistoryOption": "NotRecalculate"
}, - "ammountCalculationDate": "2022-04-17T08:00:00Z",
- "transactionDates": [
- {
- "name": "Expiration",
- "date": "2022-04-17T08:00:00Z"
}
], - "balances": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "balanceName": "Available",
- "amount": "100",
- "count": 0,
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
], - "plasticCount": 0,
- "cards": [
- {
- "cardId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "cardHolderName": "Jane Birkin",
- "cardHolderType": "Primary"
}
], - "accountId": "033-DDA-123456",
- "standingOrders": [
- {
- "paymentType": "OnUs",
- "standingOrderType": "OneTime",
- "amountType": "OneTime",
- "recurrenceDateType": "OneTime",
- "orderSequence": 1,
- "frequency": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "eventDescription": "This is a description.",
- "timeOfDay": {
- "hour": "12",
- "timeZone": "Pacific",
- "timeOfTheDay": "string"
}, - "paymentInstruction": {
- "identifiers": [
- {
- "number": "string",
- "schemeName": "UETR",
- "issuer": "Banc of California"
}
], - "paymentMethod": "CreditTransfer",
- "paymentType": "OnUs",
- "amount": "100",
- "taxAmount": "100",
- "creditorAccountId": "033-DDA-123456",
- "paymentProcessing": {
- "instructionPriority": "123456789",
- "serviceLevel": "BookTransaction",
- "clearingChannel": "ACH",
- "localInstrument": "CCD",
- "categoryPurpose": "SalaryPayment"
}, - "chargeBearerType": "Shared",
- "creditor": {
- "name": "Jane Birkin",
- "account": {
- "name": "Hermes PD_CA 0002",
- "currency": "USD",
- "accountBranchId": "SEA_1",
- "accountNumber": "012345678",
- "accountType": "Checking",
- "routingNumber": "012345678",
- "identifiers": [
- {
- "number": "string",
- "schemeName": "BBANIdentifier",
- "issuer": "string"
}
]
}, - "postalAddress": {
- "addressCode": "string",
- "addressBookIndicator": "string",
- "addressType": "Postal",
- "addressPurpose": "Billing",
- "primaryIndicator": true,
- "careOf": "C/O Company Name",
- "department": "A",
- "subDepartment": "B",
- "streetName": "First Street",
- "firstCrossStreetName": "string",
- "secondCrossStreetName": "Second Street",
- "buildingNumber": "11407",
- "buildingName": "Tall Tower",
- "floor": "20",
- "postBox": "MY779",
- "room": "22",
- "postCode": "97062-6884",
- "carrierRoute": "C001",
- "censusTract": "12345",
- "censusBlock": "1234",
- "cBSACode": "49780",
- "cBSAType": "MSA",
- "foreignIndicator": true,
- "townName": "San Diego",
- "townLocationName": "Clackamas",
- "districtName": "Columbia",
- "countyName": "Cook",
- "countrySubDivision": "Oregon",
- "countrySubDivisionCode": "AR-B",
- "country": "US",
- "addressLine": [
- "11407 Sw Amu st, Suite MY777"
], - "temporaryIndicator": true,
- "period": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
]
}, - "agent": {
- "identifiers": [
- {
- "number": "123-45-6789",
- "issuer": "UnitedStates",
- "country": "US",
- "countrySubdivisionCode": "AR-B",
- "issueDate": "2022-04-17",
- "applyDate": "2022-04-17",
- "expirationDate": "2022-04-17",
- "verificationDate": "2022-04-17",
- "foreingIDIndicator": true,
- "taxIDIndicator": true,
- "displayOption": "string",
- "schemeName": "TaxIdentificationNumber"
}
], - "clearingSystemMemberIdentification": "UnitedStatesRoutingNumberFedwireNACHA",
- "memberIdentification": "string",
- "name": "string",
- "postalAddress": {
- "addressCode": "string",
- "addressBookIndicator": "string",
- "addressType": "Postal",
- "addressPurpose": "Billing",
- "primaryIndicator": true,
- "careOf": "C/O Company Name",
- "department": "A",
- "subDepartment": "B",
- "streetName": "First Street",
- "firstCrossStreetName": "string",
- "secondCrossStreetName": "Second Street",
- "buildingNumber": "11407",
- "buildingName": "Tall Tower",
- "floor": "20",
- "postBox": "MY779",
- "room": "22",
- "postCode": "97062-6884",
- "carrierRoute": "C001",
- "censusTract": "12345",
- "censusBlock": "1234",
- "cBSACode": "49780",
- "cBSAType": "MSA",
- "foreignIndicator": true,
- "townName": "San Diego",
- "townLocationName": "Clackamas",
- "districtName": "Columbia",
- "countyName": "Cook",
- "countrySubDivision": "Oregon",
- "countrySubDivisionCode": "AR-B",
- "country": "US",
- "addressLine": [
- "11407 Sw Amu st, Suite MY777"
], - "temporaryIndicator": true,
- "period": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
]
}
}, - "placeAndDateOfBirth": {
- "countrySubdivision": "Oregon",
- "townName": "San Diego",
- "country": "US",
- "birthDate": "2022-04-17"
}, - "contact": {
- "contactMethods": [
- {
- "channelType": "Email",
- "identification": "011-02010020202"
}
], - "preferredMethod": "Email",
- "preferredLanguage": "English"
}, - "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "TaxIdentificationNumber",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "countryOfResidence": "US"
}
}, - "lastPaymentDate": "2022-04-17T08:00:00Z",
- "failedCount": 0,
- "authorizationChannel": "Email",
- "paymentMethod": "CreditTransfer",
- "convenienceFeeRefundAmount": "100",
- "enableIndicator": true,
- "status": "Sent",
- "statusReasonDescription": "This is a description.",
- "statusReason": "BlockedAccount",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "standingOrderId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "statusDateAndTime": "2022-04-17T08:00:00Z",
- "cancellationReason": "This is a description."
}
], - "audit": {
- "status": "string",
- "creationDate": "2022-04-17",
- "lastModificacionChannel": "Email",
- "lastModificationDate": "2022-04-17",
- "channels": [
- {
- "lastActivityDate": "2022-04-17",
- "name": "Email",
- "activityType": "string",
- "amount": "100"
}
]
}
}
Retrieves Account Balances
Authorizations:
path Parameters
accountId required | string (AccountId) [ 1 .. 36 ] characters Example: 033-DDA-123456 Account Identification |
header Parameters
servicerId | string (Id) [ 1 .. 36 ] characters Example: 5fb9d4d6-1a3c-11ed-861d-0242ac120002 Account Servicer Identification (Bank) |
servicerBranchId | string (ServicerBranchId) [ 1 .. 36 ] characters Example: SEA_1 Identification of the account servicer institution at branch level or center level. |
Responses
Response samples
- 200
- 400
- 404
- 500
{- "accountId": "033-DDA-123456",
- "accountNumber": "012345678",
- "accountType": "Checking",
- "ownershipType": "SingleOwnerAccount",
- "balances": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "balanceName": "Available",
- "amount": "100",
- "count": 0,
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
]
}
Retrieves Account Identifiers
Authorizations:
path Parameters
accountId required | string (AccountId) [ 1 .. 36 ] characters Example: 033-DDA-123456 Account Identification |
header Parameters
servicerId | string (Id) [ 1 .. 36 ] characters Example: 5fb9d4d6-1a3c-11ed-861d-0242ac120002 Account Servicer Identification (Bank) |
Responses
Response samples
- 200
- 400
- 404
- 500
{- "accountBranchId": "SEA_1",
- "accountNumber": "012345678",
- "accountType": "Checking",
- "routingNumbers": [
- {
- "number": "012345678",
- "routingNumberType": "ACH"
}
], - "identifiers": [
- {
- "number": "string",
- "schemeName": "BBANIdentifier",
- "issuer": "string"
}
], - "accountId": "033-DDA-123456",
- "ownershipType": "SingleOwnerAccount"
}
Retrieves Account Parties
Authorizations:
path Parameters
accountId required | string (AccountId) [ 1 .. 36 ] characters Example: 033-DDA-123456 Account Identification |
header Parameters
servicerId | string (Id) [ 1 .. 36 ] characters Example: 5fb9d4d6-1a3c-11ed-861d-0242ac120002 Account Servicer Identification (Bank) |
servicerBranchId | string (ServicerBranchId) [ 1 .. 36 ] characters Example: SEA_1 Identification of the account servicer institution at branch level or center level. |
Responses
Response samples
- 200
- 400
- 404
- 500
{- "accountId": "033-DDA-123456",
- "accountNumber": "012345678",
- "accountType": "Checking",
- "ownershipType": "SingleOwnerAccount",
- "parties": [
- {
- "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "name": "Jane Birkin",
- "nameTemplateId": "1",
- "shortName": "Jane",
- "placeAndDateOfBirth": {
- "countrySubdivision": "Oregon",
- "townName": "San Diego",
- "country": "US",
- "birthDate": "2022-04-17"
}, - "gender": "Female",
- "status": "GoodStanding",
- "statusDateAndTime": "2022-04-17T08:00:00Z",
- "coveredByMilitaryLendingActIndicator": true,
- "militaryMemberIndicator": true,
- "militaryPeriod": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "audit": {
- "status": "string",
- "creationDate": "2022-04-17",
- "lastModificacionChannel": "Email",
- "lastModificationDate": "2022-04-17",
- "channels": [
- {
- "lastActivityDate": "2022-04-17",
- "name": "Email",
- "activityType": "string",
- "amount": "100"
}
]
}, - "postalAddresses": {
- "addressCode": "string",
- "addressBookIndicator": "string",
- "addressType": "Postal",
- "addressPurpose": "Billing",
- "primaryIndicator": true,
- "careOf": "C/O Company Name",
- "department": "A",
- "subDepartment": "B",
- "streetName": "First Street",
- "firstCrossStreetName": "string",
- "secondCrossStreetName": "Second Street",
- "buildingNumber": "11407",
- "buildingName": "Tall Tower",
- "floor": "20",
- "postBox": "MY779",
- "room": "22",
- "postCode": "97062-6884",
- "carrierRoute": "C001",
- "censusTract": "12345",
- "censusBlock": "1234",
- "cBSACode": "49780",
- "cBSAType": "MSA",
- "foreignIndicator": true,
- "townName": "San Diego",
- "townLocationName": "Clackamas",
- "districtName": "Columbia",
- "countyName": "Cook",
- "countrySubDivision": "Oregon",
- "countrySubDivisionCode": "AR-B",
- "country": "US",
- "addressLine": [
- "11407 Sw Amu st, Suite MY777"
], - "temporaryIndicator": true,
- "period": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
]
}, - "structuredName": {
- "firstName": "Mary",
- "middleName": "Joe",
- "lastName": "Smith",
- "middleInitial": "J.",
- "suffix": "PhD",
- "prefix": "Dr."
}, - "phones": [
- {
- "number": "+1-555-1234567",
- "extension": "strin",
- "country": "str",
- "phoneType": "string",
- "phonePurpose": "string",
- "foreignIndicator": true,
- "primaryIndicator": true,
- "preferredHourOfDay": {
- "hour": "12",
- "timeZone": "Pacific",
- "timeOfTheDay": "string"
}, - "comment": "This is a description.",
- "period": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "lastUpdatedDate": "2022-04-17T08:00:00Z"
}
], - "emails": [
- {
- "emailAddress": "string",
- "emailPurpose": "Statements",
- "primaryIndicator": true,
- "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "lastUpdatedDate": "2022-04-17T08:00:00Z"
}
], - "organizationType": "Corporation",
- "customerType": "Consumer",
- "taxReportingIndicator": true,
- "taxStatus": "Exempt",
- "cards": [
- {
- "cardId": "0dd926fe-1ca2-11ed-861d-0242ac120002",
- "cardHolder": {
- "personId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "identifiers": [
- {
- "schemeName": "SocialSecurityNumber",
- "number": "123-45-6789",
- "issuer": "Baltimore",
- "country": "US",
- "countrySubdivisionCode": "AR-B",
- "issueDate": "2022-04-17",
- "applyDate": "2022-04-17",
- "expirationDate": "2022-04-17",
- "verificationDate": "2022-04-17",
- "foreingIDIndicator": true,
- "taxIDIndicator": true,
- "displayOption": "string"
}
], - "name": "Jane Birkin",
- "shortName": "Jane",
- "placeAndDateOfBirth": {
- "countrySubdivision": "Oregon",
- "townName": "San Diego",
- "country": "US",
- "birthDate": "2022-04-17"
}, - "gender": "Female",
- "status": "GoodStanding",
- "coveredByMilitaryLendingActIndicator": true,
- "militaryMemberIndicator": true,
- "militaryPeriod": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "audit": {
- "status": "string",
- "creationDate": "2022-04-17",
- "lastModificacionChannel": "Email",
- "lastModificationDate": "2022-04-17",
- "channels": [
- {
- "lastActivityDate": "2022-04-17",
- "name": "Email",
- "activityType": "string",
- "amount": "100"
}
]
}, - "postalAddresses": [
- {
- "addressCode": "string",
- "addressBookIndicator": "string",
- "addressType": "Postal",
- "addressPurpose": "Billing",
- "primaryIndicator": true,
- "careOf": "C/O Company Name",
- "department": "A",
- "subDepartment": "B",
- "streetName": "First Street",
- "firstCrossStreetName": "string",
- "secondCrossStreetName": "Second Street",
- "buildingNumber": "11407",
- "buildingName": "Tall Tower",
- "floor": "20",
- "postBox": "MY779",
- "room": "22",
- "postCode": "97062-6884",
- "carrierRoute": "C001",
- "censusTract": "12345",
- "censusBlock": "1234",
- "cBSACode": "49780",
- "cBSAType": "MSA",
- "foreignIndicator": true,
- "townName": "San Diego",
- "townLocationName": "Clackamas",
- "districtName": "Columbia",
- "countyName": "Cook",
- "countrySubDivision": "Oregon",
- "countrySubDivisionCode": "AR-B",
- "country": "US",
- "addressLine": [
- "11407 Sw Amu st, Suite MY777"
], - "temporaryIndicator": true,
- "period": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "codes": [
- {
- "name": null,
- "value": null,
- "description": null
}
], - "identifiers": [
- {
- "number": null,
- "schemeName": null,
- "issuer": null,
- "issueDate": null,
- "expirationDate": null
}
]
}
], - "structuredName": {
- "firstName": "Mary",
- "middleName": "Joe",
- "lastName": "Smith",
- "middleInitial": "J.",
- "suffix": "PhD",
- "prefix": "Dr."
}, - "phones": [
- {
- "number": "+1-555-1234567",
- "extension": "strin",
- "country": "str",
- "phoneType": "string",
- "phonePurpose": "string",
- "foreignIndicator": true,
- "primaryIndicator": true,
- "preferredHourOfDay": {
- "hour": "12",
- "timeZone": "Pacific",
- "timeOfTheDay": "string"
}, - "comment": "This is a description.",
- "period": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "codes": [
- {
- "name": null,
- "value": null,
- "description": null
}
], - "identifiers": [
- {
- "number": null,
- "schemeName": null,
- "issuer": null,
- "issueDate": null,
- "expirationDate": null
}
], - "lastUpdatedDate": "2022-04-17T08:00:00Z"
}
], - "emails": [
- {
- "emailAddress": "string",
- "emailPurpose": "Statements",
- "primaryIndicator": true,
- "identifiers": [
- {
- "number": null,
- "schemeName": null,
- "issuer": null,
- "issueDate": null,
- "expirationDate": null
}
], - "lastUpdatedDate": "2022-04-17T08:00:00Z"
}
], - "employeeIndicator": true
}, - "identifiers": [
- {
- "number": "string",
- "schemeName": "MemberNumber",
- "issuer": "string"
}
], - "productId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "number": "1234567890123456789",
- "cardHolderType": "Primary",
- "fundingSourceType": "Credit",
- "businessIndicator": true,
- "cardBranchId": "SEA_1",
- "startDate": "2022-04-17",
- "expiryDate": "2022-12",
- "relatedAccounts": [
- {
- "accountRelationType": "Child",
- "accountId": "033-DDA-123456",
- "accountNumber": "012345678",
- "accountType": "Checking",
- "name": "Hermes PD_CA 0002",
- "balances": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "balanceName": "Available",
- "amount": "100",
- "count": 0,
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z",
- "codes": [
- null
]
}
]
}
], - "status": "Active",
- "statusDate": "2022-04-17T08:00:00Z",
- "statusReasons": [
- "Active"
], - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
], - "balances": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "balanceName": "Available",
- "amount": "100",
- "count": 0,
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
], - "spotDates": [
- {
- "name": "Expiration",
- "date": "2022-04-17T08:00:00Z"
}
], - "partyId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "partyType": "Person",
- "partyAccountRole": "AccountOwner",
- "partyAccountRoleCode": "50",
- "beneficiaryPercentage": "25",
- "accountOwnerRelation": "PrimaryServicerOfficer",
- "restrictions": [
- {
- "name": "WireTransferIn",
- "restrictionPurpose": "This is a description.",
- "enableIndicator": true,
- "disableConditions": [
- "LessThanMinAmount"
], - "validFrom": "2022-04-17",
- "validUntil": "2022-04-17",
- "status": "Pending"
}
]
}
]
}
Retrieves Account Owners
Authorizations:
path Parameters
accountId required | string (AccountId) [ 1 .. 36 ] characters Example: 033-DDA-123456 Account Identification |
header Parameters
servicerId | string (Id) [ 1 .. 36 ] characters Example: 5fb9d4d6-1a3c-11ed-861d-0242ac120002 Account Servicer Identification (Bank) |
servicerBranchId | string (ServicerBranchId) [ 1 .. 36 ] characters Example: SEA_1 Identification of the account servicer institution at branch level or center level. |
Responses
Response samples
- 200
- 400
- 404
- 500
{- "accountId": "033-DDA-123456",
- "accountNumber": "012345678",
- "accountType": "Checking",
- "ownershipType": "SingleOwnerAccount",
- "owners": [
- {
- "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "name": "Jane Birkin",
- "nameTemplateId": "1",
- "shortName": "Jane",
- "placeAndDateOfBirth": {
- "countrySubdivision": "Oregon",
- "townName": "San Diego",
- "country": "US",
- "birthDate": "2022-04-17"
}, - "gender": "Female",
- "status": "GoodStanding",
- "statusDateAndTime": "2022-04-17T08:00:00Z",
- "coveredByMilitaryLendingActIndicator": true,
- "militaryMemberIndicator": true,
- "militaryPeriod": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "audit": {
- "status": "string",
- "creationDate": "2022-04-17",
- "lastModificacionChannel": "Email",
- "lastModificationDate": "2022-04-17",
- "channels": [
- {
- "lastActivityDate": "2022-04-17",
- "name": "Email",
- "activityType": "string",
- "amount": "100"
}
]
}, - "postalAddresses": {
- "addressCode": "string",
- "addressBookIndicator": "string",
- "addressType": "Postal",
- "addressPurpose": "Billing",
- "primaryIndicator": true,
- "careOf": "C/O Company Name",
- "department": "A",
- "subDepartment": "B",
- "streetName": "First Street",
- "firstCrossStreetName": "string",
- "secondCrossStreetName": "Second Street",
- "buildingNumber": "11407",
- "buildingName": "Tall Tower",
- "floor": "20",
- "postBox": "MY779",
- "room": "22",
- "postCode": "97062-6884",
- "carrierRoute": "C001",
- "censusTract": "12345",
- "censusBlock": "1234",
- "cBSACode": "49780",
- "cBSAType": "MSA",
- "foreignIndicator": true,
- "townName": "San Diego",
- "townLocationName": "Clackamas",
- "districtName": "Columbia",
- "countyName": "Cook",
- "countrySubDivision": "Oregon",
- "countrySubDivisionCode": "AR-B",
- "country": "US",
- "addressLine": [
- "11407 Sw Amu st, Suite MY777"
], - "temporaryIndicator": true,
- "period": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
]
}, - "structuredName": {
- "firstName": "Mary",
- "middleName": "Joe",
- "lastName": "Smith",
- "middleInitial": "J.",
- "suffix": "PhD",
- "prefix": "Dr."
}, - "phones": [
- {
- "number": "+1-555-1234567",
- "extension": "strin",
- "country": "str",
- "phoneType": "string",
- "phonePurpose": "string",
- "foreignIndicator": true,
- "primaryIndicator": true,
- "preferredHourOfDay": {
- "hour": "12",
- "timeZone": "Pacific",
- "timeOfTheDay": "string"
}, - "comment": "This is a description.",
- "period": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "lastUpdatedDate": "2022-04-17T08:00:00Z"
}
], - "emails": [
- {
- "emailAddress": "string",
- "emailPurpose": "Statements",
- "primaryIndicator": true,
- "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "lastUpdatedDate": "2022-04-17T08:00:00Z"
}
], - "organizationType": "Corporation",
- "customerType": "Consumer",
- "taxReportingIndicator": true,
- "taxStatus": "Exempt",
- "cards": [
- {
- "cardId": "0dd926fe-1ca2-11ed-861d-0242ac120002",
- "cardHolder": {
- "personId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "identifiers": [
- {
- "schemeName": "SocialSecurityNumber",
- "number": "123-45-6789",
- "issuer": "Baltimore",
- "country": "US",
- "countrySubdivisionCode": "AR-B",
- "issueDate": "2022-04-17",
- "applyDate": "2022-04-17",
- "expirationDate": "2022-04-17",
- "verificationDate": "2022-04-17",
- "foreingIDIndicator": true,
- "taxIDIndicator": true,
- "displayOption": "string"
}
], - "name": "Jane Birkin",
- "shortName": "Jane",
- "placeAndDateOfBirth": {
- "countrySubdivision": "Oregon",
- "townName": "San Diego",
- "country": "US",
- "birthDate": "2022-04-17"
}, - "gender": "Female",
- "status": "GoodStanding",
- "coveredByMilitaryLendingActIndicator": true,
- "militaryMemberIndicator": true,
- "militaryPeriod": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "audit": {
- "status": "string",
- "creationDate": "2022-04-17",
- "lastModificacionChannel": "Email",
- "lastModificationDate": "2022-04-17",
- "channels": [
- {
- "lastActivityDate": "2022-04-17",
- "name": "Email",
- "activityType": "string",
- "amount": "100"
}
]
}, - "postalAddresses": [
- {
- "addressCode": "string",
- "addressBookIndicator": "string",
- "addressType": "Postal",
- "addressPurpose": "Billing",
- "primaryIndicator": true,
- "careOf": "C/O Company Name",
- "department": "A",
- "subDepartment": "B",
- "streetName": "First Street",
- "firstCrossStreetName": "string",
- "secondCrossStreetName": "Second Street",
- "buildingNumber": "11407",
- "buildingName": "Tall Tower",
- "floor": "20",
- "postBox": "MY779",
- "room": "22",
- "postCode": "97062-6884",
- "carrierRoute": "C001",
- "censusTract": "12345",
- "censusBlock": "1234",
- "cBSACode": "49780",
- "cBSAType": "MSA",
- "foreignIndicator": true,
- "townName": "San Diego",
- "townLocationName": "Clackamas",
- "districtName": "Columbia",
- "countyName": "Cook",
- "countrySubDivision": "Oregon",
- "countrySubDivisionCode": "AR-B",
- "country": "US",
- "addressLine": [
- "11407 Sw Amu st, Suite MY777"
], - "temporaryIndicator": true,
- "period": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "codes": [
- {
- "name": null,
- "value": null,
- "description": null
}
], - "identifiers": [
- {
- "number": null,
- "schemeName": null,
- "issuer": null,
- "issueDate": null,
- "expirationDate": null
}
]
}
], - "structuredName": {
- "firstName": "Mary",
- "middleName": "Joe",
- "lastName": "Smith",
- "middleInitial": "J.",
- "suffix": "PhD",
- "prefix": "Dr."
}, - "phones": [
- {
- "number": "+1-555-1234567",
- "extension": "strin",
- "country": "str",
- "phoneType": "string",
- "phonePurpose": "string",
- "foreignIndicator": true,
- "primaryIndicator": true,
- "preferredHourOfDay": {
- "hour": "12",
- "timeZone": "Pacific",
- "timeOfTheDay": "string"
}, - "comment": "This is a description.",
- "period": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "codes": [
- {
- "name": null,
- "value": null,
- "description": null
}
], - "identifiers": [
- {
- "number": null,
- "schemeName": null,
- "issuer": null,
- "issueDate": null,
- "expirationDate": null
}
], - "lastUpdatedDate": "2022-04-17T08:00:00Z"
}
], - "emails": [
- {
- "emailAddress": "string",
- "emailPurpose": "Statements",
- "primaryIndicator": true,
- "identifiers": [
- {
- "number": null,
- "schemeName": null,
- "issuer": null,
- "issueDate": null,
- "expirationDate": null
}
], - "lastUpdatedDate": "2022-04-17T08:00:00Z"
}
], - "employeeIndicator": true
}, - "identifiers": [
- {
- "number": "string",
- "schemeName": "MemberNumber",
- "issuer": "string"
}
], - "productId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "number": "1234567890123456789",
- "cardHolderType": "Primary",
- "fundingSourceType": "Credit",
- "businessIndicator": true,
- "cardBranchId": "SEA_1",
- "startDate": "2022-04-17",
- "expiryDate": "2022-12",
- "relatedAccounts": [
- {
- "accountRelationType": "Child",
- "accountId": "033-DDA-123456",
- "accountNumber": "012345678",
- "accountType": "Checking",
- "name": "Hermes PD_CA 0002",
- "balances": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "balanceName": "Available",
- "amount": "100",
- "count": 0,
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z",
- "codes": [
- null
]
}
]
}
], - "status": "Active",
- "statusDate": "2022-04-17T08:00:00Z",
- "statusReasons": [
- "Active"
], - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
], - "balances": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "balanceName": "Available",
- "amount": "100",
- "count": 0,
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
], - "spotDates": [
- {
- "name": "Expiration",
- "date": "2022-04-17T08:00:00Z"
}
], - "partyId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "partyType": "Person",
- "partyAccountRole": "AccountOwner",
- "partyAccountRoleCode": "50",
- "beneficiaryPercentage": "25",
- "accountOwnerRelation": "PrimaryServicerOfficer",
- "restrictions": [
- {
- "name": "WireTransferIn",
- "restrictionPurpose": "This is a description.",
- "enableIndicator": true,
- "disableConditions": [
- "LessThanMinAmount"
], - "validFrom": "2022-04-17",
- "validUntil": "2022-04-17",
- "status": "Pending"
}
]
}
]
}
Retrieves Person Accounts
Authorizations:
path Parameters
personId required | string (Id) [ 1 .. 36 ] characters Example: 5fb9d4d6-1a3c-11ed-861d-0242ac120002 Person Identification |
header Parameters
servicerId | string (Id) [ 1 .. 36 ] characters Example: 5fb9d4d6-1a3c-11ed-861d-0242ac120002 Account Servicer Identification (Bank) |
servicerBranchId | string (ServicerBranchId) [ 1 .. 36 ] characters Example: SEA_1 Identification of the account servicer institution at branch level or center level. |
Responses
Response samples
- 200
- 400
- 404
- 500
{- "personId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "personName": "Jane Birkin",
- "accounts": [
- {
- "accountId": "033-DDA-123456",
- "accountNumber": "012345678",
- "accountBranchCode": "SEA_1",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "identifiers": [
- {
- "number": "string",
- "schemeName": "BBANIdentifier",
- "issuer": "string"
}
], - "accountType": "Checking",
- "ownershipType": "SingleOwnerAccount",
- "name": "Hermes PD_CA 0002",
- "accountPurpose": "This is a description.",
- "currency": "USD",
- "status": "Active",
- "parties": [
- {
- "partyId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "partyType": "Person",
- "partyAccountRole": "AccountOwner",
- "partyAccountRoleCode": "50",
- "partyName": "Jane Birkin",
- "employeeIndicator": true
}
], - "relatedAccounts": [
- {
- "accountRelationType": "Child",
- "accountId": "033-DDA-123456",
- "accountNumber": "012345678",
- "accountType": "Checking",
- "name": "Hermes PD_CA 0002",
- "balances": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "balanceName": "Available",
- "amount": "100",
- "count": 0,
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
]
}
], - "balances": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "balanceName": "Available",
- "amount": "100",
- "count": 0,
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
], - "audit": {
- "status": "string",
- "creationDate": "2022-04-17",
- "lastModificacionChannel": "Email",
- "lastModificationDate": "2022-04-17",
- "channels": [
- {
- "lastActivityDate": "2022-04-17",
- "name": "Email",
- "activityType": "string",
- "amount": "100"
}
]
}
}
]
}
Retrieves Organization Accounts
Authorizations:
path Parameters
organizationId required | string (Id) [ 1 .. 36 ] characters Example: 5fb9d4d6-1a3c-11ed-861d-0242ac120002 Organization Identification |
header Parameters
servicerId | string (Id) [ 1 .. 36 ] characters Example: 5fb9d4d6-1a3c-11ed-861d-0242ac120002 Account Servicer Identification (Bank) |
servicerBranchId | string (ServicerBranchId) [ 1 .. 36 ] characters Example: SEA_1 Identification of the account servicer institution at branch level or center level. |
Responses
Response samples
- 200
- 400
- 404
- 500
{- "organizationId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "organizationName": "Jane Birkin",
- "organizationType": "Corporation",
- "accounts": [
- {
- "accountId": "033-DDA-123456",
- "accountNumber": "012345678",
- "accountBranchCode": "SEA_1",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "identifiers": [
- {
- "number": "string",
- "schemeName": "BBANIdentifier",
- "issuer": "string"
}
], - "accountType": "Checking",
- "ownershipType": "SingleOwnerAccount",
- "name": "Hermes PD_CA 0002",
- "accountPurpose": "This is a description.",
- "currency": "USD",
- "status": "Active",
- "parties": [
- {
- "partyId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "partyType": "Person",
- "partyAccountRole": "AccountOwner",
- "partyAccountRoleCode": "50",
- "partyName": "Jane Birkin",
- "employeeIndicator": true
}
], - "relatedAccounts": [
- {
- "accountRelationType": "Child",
- "accountId": "033-DDA-123456",
- "accountNumber": "012345678",
- "accountType": "Checking",
- "name": "Hermes PD_CA 0002",
- "balances": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "balanceName": "Available",
- "amount": "100",
- "count": 0,
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
]
}
], - "balances": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "balanceName": "Available",
- "amount": "100",
- "count": 0,
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
], - "audit": {
- "status": "string",
- "creationDate": "2022-04-17",
- "lastModificacionChannel": "Email",
- "lastModificationDate": "2022-04-17",
- "channels": [
- {
- "lastActivityDate": "2022-04-17",
- "name": "Email",
- "activityType": "string",
- "amount": "100"
}
]
}
}
]
}
Retrieves a list of persons matching the parameters.
Authorizations:
query Parameters
name.inc | string The person name includes the substring provided. |
lastName.eq | string (PartyName) [ 1 .. 350 ] characters Example: lastName.eq=Jane Birkin Name by which a party is known and which is usually used to identify that party. |
firstName.eq | string (PartyName) [ 1 .. 350 ] characters Example: firstName.eq=Jane Birkin Name by which a party is known and which is usually used to identify that party. |
birthDate.eq | string <date> (Date) Example: birthDate.eq=2022-04-17 A particular point in the progression of time in a calendar year expressed in the YYYY-MM-DD format. |
status.eq | string (PartyStatus) [ 1 .. 35 ] characters Example: status.eq=GoodStanding Specifies the current primary status of a party. Possible values are: GoodStanding, FraudAlert, BadCustomer, Active, Delinquent, Default, HighRisk, UnderReview. Other possible values: PersonalBankruptcy, GrowingConcern, WatchLoan, InReceivership, Chapter11, Liquidation. |
phoneNumber.eq | string (PhoneNumber) ^\+[0-9]{1,3}-[0-9()+\-]{1,30}$ Example: phoneNumber.eq=+1-555-1234567 Any phone number equals to. |
accountNumber.eq | string (AccountNumber) <= 30 characters Example: accountNumber.eq=012345678 The account number or Basic Bank Account Number (BBAN). A Basic Bank Account Number (BBAN) is a bank account number that includes the domestic bank code, branch identifier, and account number. It is a unique identifier for a bank account within a specific country. |
cardNumber.eq | string (PrimaryAccountNumber) [ 1 .. 19 ] characters Example: cardNumber.eq=1234567890123456789 Primary Account Number (PAN) of the card. |
tin.eq | string |
ssn.eq | string Social Security Number |
ssn.last4 | string Social Security Number last four digits. |
email.eq | string Email equals to |
addressLine.inc | string Any address line of any postal address includes substring |
postCode.eq | string Any postal address with post code equals to |
country.eq | string Any postal address with Country code equals to |
countrySubDivision.inc | string Any postal address with country subdivision includes substring |
townName.inc | string Any postal address with town name includes substring |
personId.eq | string (Id) [ 1 .. 36 ] characters Example: personId.eq=5fb9d4d6-1a3c-11ed-861d-0242ac120002 System id equals to |
audit.lastModificationDate.lte | string <date> (Date) Example: audit.lastModificationDate.lte=2022-04-17 A particular point in the progression of time in a calendar year expressed in the YYYY-MM-DD format. |
audit.lastModificationDate.gte | string <date> (Date) Example: audit.lastModificationDate.gte=2022-04-17 A particular point in the progression of time in a calendar year expressed in the YYYY-MM-DD format. |
cardNumber.last4 | string Card Number last four digits. |
accountNumber.last4 | string Account Number last four digits. |
personRole.eq | string Retrieves persons with the rol required. Possible values: CardHolder, Person. |
cursor | string Specifies an opaque string value ( "no meaning" string value) at which start retrieving transactions. For instance, limit=5&cursor=62aef884fbe3470ce7d9a92140b09b17 |
limit | string Specifies the number of resources to return in one request, specified as an integer from 1 to 100. |
header Parameters
servicerId | string (Id) [ 1 .. 36 ] characters Example: 5fb9d4d6-1a3c-11ed-861d-0242ac120002 Account Servicer Identification (Bank) |
servicerBranchId | string (ServicerBranchId) [ 1 .. 36 ] characters Example: SEA_1 Identification of the account servicer institution at branch level or center level. |
Core-Format-Mode | string <CARD_NUMBER_MASKED|CARD_NUMBER_NOT_MASKED|ID_NOT_MASKED|ID_MASKED|NOT_MASKED|MASKED|> Indicates the format of the API Response. CARD_NUMBER_MASKED: Card number masked. CARD_NUMBER_NOT_MASKED: Card number not masked. ID_NOT_MASKED: Identifiers not masked. ID_MASKED: Identifiers masked. NOT_MASKED: All fields not masked. MASKED: All masked. |
Pagination-Cursor required | string Pagination Cursor |
Pagination-Total required | string Total number of resources. |
Responses
Response samples
- 200
- 400
- 500
[- {
- "personId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "identifiers": [
- {
- "schemeName": "SocialSecurityNumber",
- "number": "123-45-6789",
- "issuer": "Baltimore",
- "country": "US",
- "countrySubdivisionCode": "AR-B",
- "issueDate": "2022-04-17",
- "applyDate": "2022-04-17",
- "expirationDate": "2022-04-17",
- "verificationDate": "2022-04-17",
- "foreingIDIndicator": true,
- "taxIDIndicator": true,
- "displayOption": "string"
}
], - "name": "Jane Birkin",
- "shortName": "Jane",
- "placeAndDateOfBirth": {
- "countrySubdivision": "Oregon",
- "townName": "San Diego",
- "country": "US",
- "birthDate": "2022-04-17"
}, - "gender": "Female",
- "status": "GoodStanding",
- "coveredByMilitaryLendingActIndicator": true,
- "militaryMemberIndicator": true,
- "militaryPeriod": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "audit": {
- "status": "string",
- "creationDate": "2022-04-17",
- "lastModificacionChannel": "Email",
- "lastModificationDate": "2022-04-17",
- "channels": [
- {
- "lastActivityDate": "2022-04-17",
- "name": "Email",
- "activityType": "string",
- "amount": "100"
}
]
}, - "postalAddresses": [
- {
- "addressCode": "string",
- "addressBookIndicator": "string",
- "addressType": "Postal",
- "addressPurpose": "Billing",
- "primaryIndicator": true,
- "careOf": "C/O Company Name",
- "department": "A",
- "subDepartment": "B",
- "streetName": "First Street",
- "firstCrossStreetName": "string",
- "secondCrossStreetName": "Second Street",
- "buildingNumber": "11407",
- "buildingName": "Tall Tower",
- "floor": "20",
- "postBox": "MY779",
- "room": "22",
- "postCode": "97062-6884",
- "carrierRoute": "C001",
- "censusTract": "12345",
- "censusBlock": "1234",
- "cBSACode": "49780",
- "cBSAType": "MSA",
- "foreignIndicator": true,
- "townName": "San Diego",
- "townLocationName": "Clackamas",
- "districtName": "Columbia",
- "countyName": "Cook",
- "countrySubDivision": "Oregon",
- "countrySubDivisionCode": "AR-B",
- "country": "US",
- "addressLine": [
- "11407 Sw Amu st, Suite MY777"
], - "temporaryIndicator": true,
- "period": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
]
}
], - "structuredName": {
- "firstName": "Mary",
- "middleName": "Joe",
- "lastName": "Smith",
- "middleInitial": "J.",
- "suffix": "PhD",
- "prefix": "Dr."
}, - "phones": [
- {
- "number": "+1-555-1234567",
- "extension": "strin",
- "country": "str",
- "phoneType": "string",
- "phonePurpose": "string",
- "foreignIndicator": true,
- "primaryIndicator": true,
- "preferredHourOfDay": {
- "hour": "12",
- "timeZone": "Pacific",
- "timeOfTheDay": "string"
}, - "comment": "This is a description.",
- "period": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "lastUpdatedDate": "2022-04-17T08:00:00Z"
}
], - "emails": [
- {
- "emailAddress": "string",
- "emailPurpose": "Statements",
- "primaryIndicator": true,
- "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "lastUpdatedDate": "2022-04-17T08:00:00Z"
}
], - "employeeIndicator": true
}
]
Creates a Person
Authorizations:
header Parameters
idempotencyId | string (Id) [ 1 .. 36 ] characters Example: 5fb9d4d6-1a3c-11ed-861d-0242ac120002 Idempotency identifier used by the client when making repeated calls |
servicerId | string (Id) [ 1 .. 36 ] characters Example: 5fb9d4d6-1a3c-11ed-861d-0242ac120002 Account Servicer Identification (Bank) |
servicerBranchId | string (ServicerBranchId) [ 1 .. 36 ] characters Example: SEA_1 Identification of the account servicer institution at branch level or center level. |
Request Body schema: application/json
uSDocumentedIndicator | boolean | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array of objects (PersonIdentification) | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
name | string (PartyName) [ 1 .. 350 ] characters Example: "Jane Birkin" Name by which a party is known and which is usually used to identify that party. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
shortName | string (PartyShortName) [ 1 .. 35 ] characters Example: "Jane" Short name or nickname by which a party is known and which is usually used to identify that party. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
nameTemplateId | string (NameTemplateId) [ 1 .. 36 ] characters Example: "1" Template used to display the party name. This is an external id provided by the account servicer. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
nameSoundExId | string (SoundExId) [ 1 .. 36 ] characters Example: "1" Identification of a SoundEx method develop for search attribute. SoundEx is a method used to find strings when the sound is known but the precise spelling is not. It searches out words with similar sounds based on phonetic assumptions about how certain letters are pronounced. It can be used to search names in a database, for example, where spellings and pronunciations for similar names may vary. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
partyBranchId | string (ServicerBranchId) [ 1 .. 36 ] characters Example: "SEA_1" Identification of the account servicer institution at branch level or center level. To overlay the codes to produce a unique identifier the following expresion is used: BranchRegionCode-BranchSubdivisionCode. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
customerSinceDate | string <date-time> (DateAndTime) Example: "2022-04-17T08:00:00Z" | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array of objects (Comment) Bank commnents of the party. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array of objects (DetailedRelatedParty) | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array of objects (RelatedAccount) | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array of objects (PostalAddress) | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
relationshipId | string [ 1 .. 36 ] characters Example: "5fb9d4d6-1a3c-11ed-861d-0242ac120002" Customer principal relationship. This entity gives the ability to view a party’s total relationship with the bank. The relationship Id ties multiple parties together. This code is also used to reduce mailing costs during marketing campaigns to avoid sending duplicate materials to parties residing at the same address. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
relationshipLeadIndicator | boolean The relationship lead is often the primary account owner or the party with whom the bank have the most contact. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
residenceType | string [ 1 .. 35 ] characters Example: "Domestic" Specifies the type of residence where the party has its permanent home or principal establishment. Possible ISO Complaian values are: Domestic, Foreign, Mixed | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
object (TaxPartyInformation) Taxation parameters which apply to an individual person or to an organization. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
object (PowerOfAttorney) Document that transfers specific rights from a party to a person. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
supplementaryData | object (SupplementaryData) Additional information that cannot be captured in the structured elements and/or any other specific block. If this information need to be converted in ISO Messages, must be ISO 20022 compliant: it requires development of a compliant message extension model and its components must be registered in the ISO 20022 Data Dictionary. https://www.iso20022.org/catalogue-messages/additional-content-messages/supplementary-data | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
excludeMarketingIndicator | boolean | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
object (Audit) Resource Audit Information. Captures the creation, modification and maintenance details. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array of objects (Restriction) Access and operation restrictions at Party level. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array of objects (GenericCode) Codes to clasify parties. Possible code names: Priority. For Organizations: StandardIndustryClassification, StandardIndustrySubClass AccountingGroup, CurrentRoutingNumber. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
webPage | string^[(http(s)?):\/\/(www\.)?a-zA-Z0-9@:%._\+~#=]... Example: "http://portx.io" Party web page | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
object (PartyPrintOptions) | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array of objects (Product) Products related with the party | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
object (FinancialStatement) Specifies financial statement details. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
object (PlaceAndDateOfBirth) Date and place of birth of a person. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
signature | string <byte> (DigitalSignature) [ 1 .. 13654 ] characters Example: {"0":83,"1":109,"2":70,"3":117,"4":90,"5":83,"6":66,"7":67,"8":97,"9":88,"10":74,"11":114,"12":97,"13":87,"14":52,"15":61} Binary data of 10K maximum, base64 encoded. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
signatureVerificationId | string (SignatureVerificationId) [ 1 .. 36 ] characters Example: "0dd926fe-1ca2-11ed-861d-0242ac120002" This field contains the key of the CISA validation record. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
object (ContactDetails) Specifies the contact details of a person. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
headOfHousehold | boolean Example: true Indicates whether the person pay the costs of supporting a house. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
civilStatus | string (CivilStatus) [ 1 .. 17 ] characters Example: "Single" Specifies the civil status of a person. Possible ISO 20022 compliant values names are: Single, Married, LegallyDivorced, Divorced, Widowed, StableUnion | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
object (StructuredName) The structured name is used to initialize the person name with the format | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
gender | string (Gender) [ 1 .. 36 ] characters Example: "Female" Specifies the gender of the person. Possible Values: Female, Male, NonBinary | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
race | string (Race) [ 1 .. 35 ] characters Example: "Director" Categorization of humans based on shared physical qualities. Possible Values: NativeAmerican, African, Hispanic, White, Asian, NativeHawaiian, NativeAlaskan, Mixed. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
profession | string (Profession) <= 35 characters Example: "Artist" Professional Designation or name of the occupation of a person. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
jobTitle | string (JobTitle) [ 1 .. 35 ] characters Example: "Head of Documentation" Title of the function in an organization. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
educationLevel | string (EducationLevel) [ 1 .. 35 ] characters Example: null Possible education levels: NoFormalEducation, ElementarySchool, MiddleSchool, HighSchool, VocationalSchool, AssociateDegree, BachelorDegree, MasterDegree, DoctorateDegree, ProfessionalDegree, LessThanHighSchool, College | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
residentialStatus | string (ResidentialStatus) [ 1 .. 35 ] characters Example: "Permanent" Residential status of an individual. Possible values: Rents, Owns, Lease. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
immigrationStatus | string (ImmigrationStatus) [ 1 .. 35 ] characters Example: "Permanent" Immigration status of an individual. Possible values: Resident, NonResident, ResidentAlien, NonResidentAlien. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
minorIndicator | boolean (MinorIndicator) Indicates whether the person is a legal minor. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array of objects (Citizenship) | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
countryOfResidence | string (CountryCode) ^([A-Z]{2,2})?$ Example: "US" Country name obtained from the United Nations (ISO 3166, Alpha-2 code). | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
object (PersonProfile) Information to support Know Your Customer (KYC) processes. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Responses
Request samples
- Payload
{- "uSDocumentedIndicator": true,
- "identifiers": [
- {
- "schemeName": "SocialSecurityNumber",
- "number": "123-45-6789",
- "issuer": "Baltimore",
- "country": "US",
- "countrySubdivisionCode": "AR-B",
- "issueDate": "2022-04-17",
- "applyDate": "2022-04-17",
- "expirationDate": "2022-04-17",
- "verificationDate": "2022-04-17",
- "foreingIDIndicator": true,
- "taxIDIndicator": true,
- "displayOption": "string"
}
], - "name": "Jane Birkin",
- "shortName": "Jane",
- "nameTemplateId": "1",
- "nameSoundExId": "1",
- "partyBranchId": "SEA_1",
- "customerSinceDate": "2022-04-17T08:00:00Z",
- "comments": [
- {
- "name": "string",
- "text": "This is a description."
}
], - "relatedParties": [
- {
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "customerType": "Consumer",
- "cards": [
- {
- "cardId": "0dd926fe-1ca2-11ed-861d-0242ac120002",
- "identifiers": [
- {
- "number": "string",
- "schemeName": "MemberNumber",
- "issuer": "string"
}
], - "statusDate": "2022-04-17T08:00:00Z",
- "statusReasons": [
- "Active"
], - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
], - "balances": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "balanceName": "Available",
- "amount": "100",
- "count": 0,
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
], - "spotDates": [
- {
- "name": "Expiration",
- "date": "2022-04-17T08:00:00Z"
}
], - "partyId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "partyType": "Person",
- "partyRelationType": "PrimaryServicerOfficer",
- "effectiveDate": "2022-04-17T08:00:00Z",
- "partyRelationDescription": "This is a description.",
- "ownershipPercentage": "25"
}
], - "relatedAccounts": [
- {
- "accountRelationType": "Child",
- "accountId": "033-DDA-123456"
}
], - "postalAddresses": [
- {
- "addressCode": "string",
- "addressBookIndicator": "string",
- "addressType": "Postal",
- "addressPurpose": "Billing",
- "primaryIndicator": true,
- "careOf": "C/O Company Name",
- "department": "A",
- "subDepartment": "B",
- "streetName": "First Street",
- "firstCrossStreetName": "string",
- "secondCrossStreetName": "Second Street",
- "buildingNumber": "11407",
- "buildingName": "Tall Tower",
- "floor": "20",
- "postBox": "MY779",
- "room": "22",
- "postCode": "97062-6884",
- "carrierRoute": "C001",
- "censusTract": "12345",
- "censusBlock": "1234",
- "cBSACode": "49780",
- "cBSAType": "MSA",
- "foreignIndicator": true,
- "townName": "San Diego",
- "townLocationName": "Clackamas",
- "districtName": "Columbia",
- "countyName": "Cook",
- "countrySubDivision": "Oregon",
- "countrySubDivisionCode": "AR-B",
- "country": "US",
- "addressLine": [
- "11407 Sw Amu st, Suite MY777"
], - "temporaryIndicator": true,
- "period": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
]
}
], - "relationshipId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "relationshipLeadIndicator": true,
- "residenceType": "Domestic",
- "taxInformation": {
- "tIN": "778-62-8144",
- "taxIdType": "SocialSecurityNumber",
- "financialReportingIndicator": true,
- "taxReportingIndicator": true,
- "interestReportingIndicator": true,
- "tINStatus": "Valid",
- "tINVerification": {
- "verificationAttemps": 1,
- "bNoticeDates": [
- "2022-04-17"
], - "tINResultCode": "str",
- "verificationDate": "2022-04-17",
- "applicationDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}, - "taxStatus": "Exempt",
- "exemptionCode": "0",
- "exemptionReason": "This is a description.",
- "forms": [
- {
- "formName": "W-8",
- "taxRate": "100",
- "onFileIndicator": true,
- "taxStatus": "Exempt",
- "certificationDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "regulations": [
- {
- "name": "Chapter4",
- "section": "1471"
}
], - "withholdings": [
- {
- "withholdingTaxType": "NonResidentAlienTax",
- "withholdingRate": "25",
- "taxStatus": "string",
- "withholdingAmount": "100"
}
], - "foreignIndicator": true,
- "codes": [
- {
- "name": "string",
- "value": "str"
}
], - "recipientGIIN": "ADN123.FG4FE3.LE.999",
- "recipientPostCode": "string",
- "recipientTownName": "San Diego",
- "countrySubDivisionCode": "AR-B",
- "country": "st",
- "supplementaryData": { }
}, - "powerOfAttorney": {
- "documentId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "documentReference": "string",
- "format": "PDF",
- "title": "This is a Title.",
- "version": "string",
- "signOffDate": "2022-04-17",
- "issueDate": "2022-04-17",
- "purpose": "string",
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "jurisdiction": {
- "countrySubdivision": "Oregon",
- "townName": "San Diego",
- "country": "US"
}, - "contact": {
- "structuredName": {
- "firstName": "Mary",
- "middleName": "Joe",
- "lastName": "Smith",
- "middleInitial": "J.",
- "suffix": "PhD",
- "prefix": "Dr."
}, - "name": "Jane Birkin",
- "firstContactDate": "2022-04-17T08:00:00Z",
- "lastContactDate": "2022-04-17T08:00:00Z",
- "phones": [
- {
- "number": "+1-555-1234567",
- "extension": "strin",
- "country": "str",
- "phoneType": "string",
- "phonePurpose": "string",
- "foreignIndicator": true,
- "primaryIndicator": true,
- "preferredHourOfDay": {
- "hour": "12",
- "timeZone": "Pacific",
- "timeOfTheDay": "string"
}, - "comment": "This is a description.",
- "period": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "lastUpdatedDate": "2022-04-17T08:00:00Z"
}
], - "emails": [
- {
- "emailAddress": "string",
- "emailPurpose": "Statements",
- "primaryIndicator": true,
- "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "lastUpdatedDate": "2022-04-17T08:00:00Z"
}
], - "jobTitle": "Head of Documentation",
- "department": "Sales",
- "communicationChannels": [
- {
- "channel": "Email",
- "channelIdentification": "011-02010020202",
- "channelPurpose": "PrivacyNotices",
- "codeWord": "string",
- "alertIndicator": null,
- "personId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "status": "Warning",
- "primaryIndicator": true,
- "leadTime": {
- "unit": "Months",
- "value": 999
}, - "alertText": "This is a description.",
- "contactDates": [
- {
- "name": "Expiration",
- "date": "2022-04-17T08:00:00Z"
}
], - "contactCount": 0
}
], - "preferredMethod": "Email",
- "preferredLanguage": "English"
}, - "parties": {
- "partyId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "partyType": "Person",
- "partyName": "Jane Birkin"
}, - "authorizedPerson": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "authorizedAccount": "033-DDA-123456"
}, - "supplementaryData": { },
- "excludeMarketingIndicator": true,
- "audit": {
- "status": "string",
- "creationDate": "2022-04-17",
- "lastModificacionChannel": "Email",
- "lastModificationDate": "2022-04-17",
- "channels": [
- {
- "lastActivityDate": "2022-04-17",
- "name": "Email",
- "activityType": "string",
- "amount": "100"
}
]
}, - "restrictions": [
- {
- "name": "WireTransferIn",
- "restrictionPurpose": "This is a description.",
- "enableIndicator": true,
- "disableConditions": [
- "LessThanMinAmount"
], - "validFrom": "2022-04-17",
- "validUntil": "2022-04-17",
- "status": "Pending"
}
], - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "print": {
- "displayOptions": [
- "string"
], - "printOptions": [
- {
- "name": "string",
- "options": [
- "string"
]
}
]
}, - "products": [
- {
- "productId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "name": "Visa Business Card",
- "description": "This is a description.",
- "productType": "PaymentCard",
- "productSubType": "BusinessCard",
- "restrictions": [
- {
- "name": "WireTransferIn",
- "restrictionPurpose": "This is a description.",
- "enableIndicator": true,
- "disableConditions": [
- "LessThanMinAmount"
], - "validFrom": "2022-04-17",
- "validUntil": "2022-04-17",
- "status": "Pending"
}
], - "projectedDates": [
- {
- "name": "Expiration",
- "date": "2022-04-17T08:00:00Z"
}
], - "limits": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "name": "CreditLimit",
- "limitType": "DirectDebit",
- "channelType": "string",
- "amount": "100",
- "currency": "USD",
- "number": 0,
- "enableIndicator": true,
- "feesConsentIndicator": true,
- "percentageIndicator": true,
- "percentage": "25",
- "temporaryIndicator": true,
- "validityPeriod": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "periodicity": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "usedAmount": "100",
- "usedNumber": 0,
- "usedPercentage": "25",
- "status": "Requested",
- "statusDateAndtime": "2022-04-17T08:00:00Z",
- "history": {
- "originalAmount": "100",
- "originalLimitType": "DirectDebit",
- "details": [
- {
- "amount": "100",
- "enabledDate": "2022-04-17T08:00:00Z",
- "disableDate": "2022-04-17T08:00:00Z"
}
]
}, - "balances": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "balanceName": "Available",
- "amount": "100",
- "count": 0,
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
], - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "accessConditions": [
- "LessThanMinAmount"
], - "notificationOptions": [
- "Exception"
], - "payments": [
- {
- "frequency": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "paymentType": "Compound",
- "paymentTypeOptions": [
- "Primary"
], - "paymentName": "string",
- "accountId": "033-DDA-123456",
- "referenceNumber": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "paymentDate": "2022-04-17",
- "lastPaid": "100",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
]
}
], - "parties": [
- "ParentProvider"
], - "status": "GoodStanding",
- "statusDateAndTime": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "supplementaryData": { }
}
], - "statement": {
- "frequency": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "communicationMethod": "Email",
- "format": "PDF",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "templateCode": "1",
- "lastStatementPeriod": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string"
}, - "nextStatementPeriod": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string"
}, - "lastStatementDate": "2022-04-17",
- "previousStatementDate": "2022-04-17",
- "lastRegularStatementDate": "2022-04-17",
- "truncationOptions": [
- "ItemsIncluded"
], - "accountNameIndicator": true,
- "preferredLanguage": "English",
- "combineType": "SavingsSatement",
- "category": "BalanceSheet",
- "subcategory": "Cash",
- "profitabilityModelId": "1",
- "lastIRAStatementDate": "2022-04-17"
}, - "placeAndDateOfBirth": {
- "countrySubdivision": "Oregon",
- "townName": "San Diego",
- "country": "US",
- "birthDate": "2022-04-17"
}, - "signature": {
- "0": 83,
- "1": 109,
- "2": 70,
- "3": 117,
- "4": 90,
- "5": 83,
- "6": 66,
- "7": 67,
- "8": 97,
- "9": 88,
- "10": 74,
- "11": 114,
- "12": 97,
- "13": 87,
- "14": 52,
- "15": 61
}, - "signatureVerificationId": "0dd926fe-1ca2-11ed-861d-0242ac120002",
- "contact": {
- "structuredName": {
- "firstName": "Mary",
- "middleName": "Joe",
- "lastName": "Smith",
- "middleInitial": "J.",
- "suffix": "PhD",
- "prefix": "Dr."
}, - "name": "Jane Birkin",
- "firstContactDate": "2022-04-17T08:00:00Z",
- "lastContactDate": "2022-04-17T08:00:00Z",
- "phones": [
- {
- "number": "+1-555-1234567",
- "extension": "strin",
- "country": "str",
- "phoneType": "string",
- "phonePurpose": "string",
- "foreignIndicator": true,
- "primaryIndicator": true,
- "preferredHourOfDay": {
- "hour": "12",
- "timeZone": "Pacific",
- "timeOfTheDay": "string"
}, - "comment": "This is a description.",
- "period": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "lastUpdatedDate": "2022-04-17T08:00:00Z"
}
], - "emails": [
- {
- "emailAddress": "string",
- "emailPurpose": "Statements",
- "primaryIndicator": true,
- "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "lastUpdatedDate": "2022-04-17T08:00:00Z"
}
], - "jobTitle": "Head of Documentation",
- "department": "Sales",
- "communicationChannels": [
- {
- "channel": "Email",
- "channelIdentification": "011-02010020202",
- "channelPurpose": "PrivacyNotices",
- "codeWord": "string",
- "alertIndicator": null,
- "personId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "status": "Warning",
- "primaryIndicator": true,
- "leadTime": {
- "unit": "Months",
- "value": 999
}, - "alertText": "This is a description.",
- "contactDates": [
- {
- "name": "Expiration",
- "date": "2022-04-17T08:00:00Z"
}
], - "contactCount": 0
}
], - "preferredMethod": "Email",
- "preferredLanguage": "English"
}, - "headOfHousehold": true,
- "civilStatus": "Single",
- "structuredName": {
- "firstName": "Mary",
- "middleName": "Joe",
- "lastName": "Smith",
- "middleInitial": "J.",
- "suffix": "PhD",
- "prefix": "Dr."
}, - "gender": "Female",
- "race": "Director",
- "profession": "Artist",
- "jobTitle": "Head of Documentation",
- "educationLevel": null,
- "residentialStatus": "Permanent",
- "immigrationStatus": "Permanent",
- "minorIndicator": true,
- "citizenships": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "country": "US"
}
], - "countryOfResidence": "US",
- "profile": {
- "riskLevel": "Permanent",
- "riskCategories": [
- {
- "name": "StandardAndPoors",
- "level": "Permanent",
- "date": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
], - "bSARiskCode": 0,
- "creditReview": {
- "frequency": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "lastReviewDate": "2022-04-17T08:00:00Z",
- "nextReviewDate": "2022-04-17T08:00:00Z",
- "creditQuality": "UpperMediumGrade",
- "creditRankingScales": [
- {
- "name": "StandardAndPoors",
- "score": "AAA",
- "date": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
], - "creditReportAddressIndicatorCode": "string",
- "creditReportAddressIndicatorDate": "2022-04-17T08:00:00Z",
- "consumerCreditReportInformation": "This is a description.",
- "consumerCreditReportDate": "2022-04-17T08:00:00Z"
}, - "creditBureauReportCode": "30",
- "eCOACode": "string",
- "cTRExemptIndicator": true,
- "oFACReportingIndicator": true,
- "previousFinancialInstitution": "Jane Birkin",
- "referredByWhom": "Jane Birkin",
- "moneyLaunderingCheck": "AuthorizedCredit",
- "knowYourCustomerCheck": "Ordinary",
- "timeAtCurrentAddress": {
- "unit": "Months",
- "value": 999
}, - "dateAtCurrentAddress": "2022-04-17",
- "yearsAtCurrentAddress": 0,
- "sourceOfWealth": "This is a description.",
- "politicalAffiliation": "string",
- "lostCustomerDate": "2022-04-17",
- "lostCustomerReason": "Deceased",
- "customerType": "Consumer",
- "servicerAlerts": [
- {
- "alertName": "CreditBureauAlert",
- "alertType": "Warning",
- "alertCode": "string",
- "message": "This is a description.",
- "lastAlertDate": "2022-04-17"
}
], - "insiderType": "Director",
- "privacyNoticedIndicator": true,
- "privacyNoticeOption": "string",
- "customerIdentificationProgram": {
- "certificateDocument": [
- "IdentityCard"
], - "certificationStatus": "CertifiedLevel1",
- "certificationDate": "2022-04-17T08:00:00Z",
- "certificationFrequency": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}
}, - "customerConductClassification": "string",
- "familyMedicalInsuranceIndicator": true,
- "militaryMemberIndicator": true,
- "militaryPeriod": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "salaryRange": {
- "minAmount": "100",
- "maxAmount": "100"
}, - "residenceValue": "100",
- "residenceMortage": "100",
- "employmentStatus": "string",
- "vIPStatus": "Elite",
- "employments": [
- {
- "employingPartyName": "Jane Birkin",
- "jobTitle": "Head of Documentation",
- "profession": "Artist",
- "employmentStatus": "string",
- "professionCode": {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}, - "employeeTerminationIndicator": false,
- "lengthOfEmployment": {
- "unit": "Months",
- "value": 999
}, - "endDate": "2022-04-17",
- "startDate": "2022-04-17",
- "place": {
- "countrySubdivision": "Oregon",
- "townName": "San Diego",
- "country": "US"
}
}
], - "employeeIndicator": true,
- "annualIncome": "100",
- "monthlyIncome": "100",
- "grossMonthPayAmount": "100",
- "netMonthPayAmount": "100",
- "monthPayDate": "2022-04-17T08:00:00Z",
- "yearsOfEducation": 0,
- "politicallyExposedPerson": true,
- "identityTheftServiceIndicator": true,
- "identityQuestions": [
- {
- "question": "This is a description.",
- "questionId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "identityQuestionType": "FavoriteColor",
- "answer": "This is a description.",
- "message": "This is a description."
}
], - "coveredByMilitaryLendingActIndicator": true
}
}
Response samples
- 202
- 400
- 500
{- "uSDocumentedIndicator": true,
- "identifiers": [
- {
- "schemeName": "SocialSecurityNumber",
- "number": "123-45-6789",
- "issuer": "Baltimore",
- "country": "US",
- "countrySubdivisionCode": "AR-B",
- "issueDate": "2022-04-17",
- "applyDate": "2022-04-17",
- "expirationDate": "2022-04-17",
- "verificationDate": "2022-04-17",
- "foreingIDIndicator": true,
- "taxIDIndicator": true,
- "displayOption": "string"
}
], - "name": "Jane Birkin",
- "shortName": "Jane",
- "nameTemplateId": "1",
- "nameSoundExId": "1",
- "partyBranchId": "SEA_1",
- "customerSinceDate": "2022-04-17T08:00:00Z",
- "comments": [
- {
- "name": "string",
- "text": "This is a description."
}
], - "relatedParties": [
- {
- "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "name": "Jane Birkin",
- "nameTemplateId": "1",
- "shortName": "Jane",
- "placeAndDateOfBirth": {
- "countrySubdivision": "Oregon",
- "townName": "San Diego",
- "country": "US",
- "birthDate": "2022-04-17"
}, - "gender": "Female",
- "status": "GoodStanding",
- "statusDateAndTime": "2022-04-17T08:00:00Z",
- "coveredByMilitaryLendingActIndicator": true,
- "militaryMemberIndicator": true,
- "militaryPeriod": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "audit": {
- "status": "string",
- "creationDate": "2022-04-17",
- "lastModificacionChannel": "Email",
- "lastModificationDate": "2022-04-17",
- "channels": [
- {
- "lastActivityDate": "2022-04-17",
- "name": "Email",
- "activityType": "string",
- "amount": "100"
}
]
}, - "postalAddresses": {
- "addressCode": "string",
- "addressBookIndicator": "string",
- "addressType": "Postal",
- "addressPurpose": "Billing",
- "primaryIndicator": true,
- "careOf": "C/O Company Name",
- "department": "A",
- "subDepartment": "B",
- "streetName": "First Street",
- "firstCrossStreetName": "string",
- "secondCrossStreetName": "Second Street",
- "buildingNumber": "11407",
- "buildingName": "Tall Tower",
- "floor": "20",
- "postBox": "MY779",
- "room": "22",
- "postCode": "97062-6884",
- "carrierRoute": "C001",
- "censusTract": "12345",
- "censusBlock": "1234",
- "cBSACode": "49780",
- "cBSAType": "MSA",
- "foreignIndicator": true,
- "townName": "San Diego",
- "townLocationName": "Clackamas",
- "districtName": "Columbia",
- "countyName": "Cook",
- "countrySubDivision": "Oregon",
- "countrySubDivisionCode": "AR-B",
- "country": "US",
- "addressLine": [
- "11407 Sw Amu st, Suite MY777"
], - "temporaryIndicator": true,
- "period": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
]
}, - "structuredName": {
- "firstName": "Mary",
- "middleName": "Joe",
- "lastName": "Smith",
- "middleInitial": "J.",
- "suffix": "PhD",
- "prefix": "Dr."
}, - "phones": [
- {
- "number": "+1-555-1234567",
- "extension": "strin",
- "country": "str",
- "phoneType": "string",
- "phonePurpose": "string",
- "foreignIndicator": true,
- "primaryIndicator": true,
- "preferredHourOfDay": {
- "hour": "12",
- "timeZone": "Pacific",
- "timeOfTheDay": "string"
}, - "comment": "This is a description.",
- "period": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "lastUpdatedDate": "2022-04-17T08:00:00Z"
}
], - "emails": [
- {
- "emailAddress": "string",
- "emailPurpose": "Statements",
- "primaryIndicator": true,
- "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "lastUpdatedDate": "2022-04-17T08:00:00Z"
}
], - "organizationType": "Corporation",
- "customerType": "Consumer",
- "taxReportingIndicator": true,
- "taxStatus": "Exempt",
- "cards": [
- {
- "cardId": "0dd926fe-1ca2-11ed-861d-0242ac120002",
- "cardHolder": {
- "personId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "identifiers": [
- {
- "schemeName": "SocialSecurityNumber",
- "number": "123-45-6789",
- "issuer": "Baltimore",
- "country": "US",
- "countrySubdivisionCode": "AR-B",
- "issueDate": "2022-04-17",
- "applyDate": "2022-04-17",
- "expirationDate": "2022-04-17",
- "verificationDate": "2022-04-17",
- "foreingIDIndicator": true,
- "taxIDIndicator": true,
- "displayOption": "string"
}
], - "name": "Jane Birkin",
- "shortName": "Jane",
- "placeAndDateOfBirth": {
- "countrySubdivision": "Oregon",
- "townName": "San Diego",
- "country": "US",
- "birthDate": "2022-04-17"
}, - "gender": "Female",
- "status": "GoodStanding",
- "coveredByMilitaryLendingActIndicator": true,
- "militaryMemberIndicator": true,
- "militaryPeriod": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "audit": {
- "status": "string",
- "creationDate": "2022-04-17",
- "lastModificacionChannel": "Email",
- "lastModificationDate": "2022-04-17",
- "channels": [
- {
- "lastActivityDate": "2022-04-17",
- "name": "Email",
- "activityType": "string",
- "amount": "100"
}
]
}, - "postalAddresses": [
- {
- "addressCode": "string",
- "addressBookIndicator": "string",
- "addressType": "Postal",
- "addressPurpose": "Billing",
- "primaryIndicator": true,
- "careOf": "C/O Company Name",
- "department": "A",
- "subDepartment": "B",
- "streetName": "First Street",
- "firstCrossStreetName": "string",
- "secondCrossStreetName": "Second Street",
- "buildingNumber": "11407",
- "buildingName": "Tall Tower",
- "floor": "20",
- "postBox": "MY779",
- "room": "22",
- "postCode": "97062-6884",
- "carrierRoute": "C001",
- "censusTract": "12345",
- "censusBlock": "1234",
- "cBSACode": "49780",
- "cBSAType": "MSA",
- "foreignIndicator": true,
- "townName": "San Diego",
- "townLocationName": "Clackamas",
- "districtName": "Columbia",
- "countyName": "Cook",
- "countrySubDivision": "Oregon",
- "countrySubDivisionCode": "AR-B",
- "country": "US",
- "addressLine": [
- "11407 Sw Amu st, Suite MY777"
], - "temporaryIndicator": true,
- "period": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "codes": [
- {
- "name": null,
- "value": null,
- "description": null
}
], - "identifiers": [
- {
- "number": null,
- "schemeName": null,
- "issuer": null,
- "issueDate": null,
- "expirationDate": null
}
]
}
], - "structuredName": {
- "firstName": "Mary",
- "middleName": "Joe",
- "lastName": "Smith",
- "middleInitial": "J.",
- "suffix": "PhD",
- "prefix": "Dr."
}, - "phones": [
- {
- "number": "+1-555-1234567",
- "extension": "strin",
- "country": "str",
- "phoneType": "string",
- "phonePurpose": "string",
- "foreignIndicator": true,
- "primaryIndicator": true,
- "preferredHourOfDay": {
- "hour": "12",
- "timeZone": "Pacific",
- "timeOfTheDay": "string"
}, - "comment": "This is a description.",
- "period": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "codes": [
- {
- "name": null,
- "value": null,
- "description": null
}
], - "identifiers": [
- {
- "number": null,
- "schemeName": null,
- "issuer": null,
- "issueDate": null,
- "expirationDate": null
}
], - "lastUpdatedDate": "2022-04-17T08:00:00Z"
}
], - "emails": [
- {
- "emailAddress": "string",
- "emailPurpose": "Statements",
- "primaryIndicator": true,
- "identifiers": [
- {
- "number": null,
- "schemeName": null,
- "issuer": null,
- "issueDate": null,
- "expirationDate": null
}
], - "lastUpdatedDate": "2022-04-17T08:00:00Z"
}
], - "employeeIndicator": true
}, - "identifiers": [
- {
- "number": "string",
- "schemeName": "MemberNumber",
- "issuer": "string"
}
], - "productId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "number": "1234567890123456789",
- "cardHolderType": "Primary",
- "fundingSourceType": "Credit",
- "businessIndicator": true,
- "cardBranchId": "SEA_1",
- "startDate": "2022-04-17",
- "expiryDate": "2022-12",
- "relatedAccounts": [
- {
- "accountRelationType": "Child",
- "accountId": "033-DDA-123456",
- "accountNumber": "012345678",
- "accountType": "Checking",
- "name": "Hermes PD_CA 0002",
- "balances": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "balanceName": "Available",
- "amount": "100",
- "count": 0,
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z",
- "codes": [
- null
]
}
]
}
], - "status": "Active",
- "statusDate": "2022-04-17T08:00:00Z",
- "statusReasons": [
- "Active"
], - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
], - "balances": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "balanceName": "Available",
- "amount": "100",
- "count": 0,
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
], - "spotDates": [
- {
- "name": "Expiration",
- "date": "2022-04-17T08:00:00Z"
}
], - "partyId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "partyType": "Person",
- "partyName": "Jane Birkin",
- "partyRelationType": "PrimaryServicerOfficer",
- "effectiveDate": "2022-04-17T08:00:00Z",
- "partyRelationDescription": "This is a description.",
- "ownershipPercentage": "25"
}
], - "relatedAccounts": [
- {
- "accountRelationType": "Child",
- "accountId": "033-DDA-123456",
- "accountNumber": "012345678",
- "accountType": "Checking",
- "name": "Hermes PD_CA 0002",
- "balances": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "balanceName": "Available",
- "amount": "100",
- "count": 0,
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
]
}
], - "postalAddresses": [
- {
- "addressCode": "string",
- "addressBookIndicator": "string",
- "addressType": "Postal",
- "addressPurpose": "Billing",
- "primaryIndicator": true,
- "careOf": "C/O Company Name",
- "department": "A",
- "subDepartment": "B",
- "streetName": "First Street",
- "firstCrossStreetName": "string",
- "secondCrossStreetName": "Second Street",
- "buildingNumber": "11407",
- "buildingName": "Tall Tower",
- "floor": "20",
- "postBox": "MY779",
- "room": "22",
- "postCode": "97062-6884",
- "carrierRoute": "C001",
- "censusTract": "12345",
- "censusBlock": "1234",
- "cBSACode": "49780",
- "cBSAType": "MSA",
- "foreignIndicator": true,
- "townName": "San Diego",
- "townLocationName": "Clackamas",
- "districtName": "Columbia",
- "countyName": "Cook",
- "countrySubDivision": "Oregon",
- "countrySubDivisionCode": "AR-B",
- "country": "US",
- "addressLine": [
- "11407 Sw Amu st, Suite MY777"
], - "temporaryIndicator": true,
- "period": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
]
}
], - "relationshipId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "relationshipLeadIndicator": true,
- "residenceType": "Domestic",
- "taxInformation": {
- "tIN": "778-62-8144",
- "taxIdType": "SocialSecurityNumber",
- "financialReportingIndicator": true,
- "taxReportingIndicator": true,
- "interestReportingIndicator": true,
- "tINStatus": "Valid",
- "tINVerification": {
- "verificationAttemps": 1,
- "bNoticeDates": [
- "2022-04-17"
], - "tINResultCode": "str",
- "verificationDate": "2022-04-17",
- "applicationDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}, - "taxStatus": "Exempt",
- "exemptionCode": "0",
- "exemptionReason": "This is a description.",
- "forms": [
- {
- "formName": "W-8",
- "taxRate": "100",
- "onFileIndicator": true,
- "taxStatus": "Exempt",
- "certificationDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "regulations": [
- {
- "name": "Chapter4",
- "section": "1471"
}
], - "withholdings": [
- {
- "withholdingTaxType": "NonResidentAlienTax",
- "withholdingRate": "25",
- "taxStatus": "string",
- "withholdingAmount": "100"
}
], - "foreignIndicator": true,
- "codes": [
- {
- "name": "string",
- "value": "str"
}
], - "recipientGIIN": "ADN123.FG4FE3.LE.999",
- "recipientPostCode": "string",
- "recipientTownName": "San Diego",
- "countrySubDivisionCode": "AR-B",
- "country": "st",
- "supplementaryData": { }
}, - "powerOfAttorney": {
- "documentId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "documentReference": "string",
- "format": "PDF",
- "title": "This is a Title.",
- "version": "string",
- "signOffDate": "2022-04-17",
- "issueDate": "2022-04-17",
- "purpose": "string",
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "jurisdiction": {
- "countrySubdivision": "Oregon",
- "townName": "San Diego",
- "country": "US"
}, - "contact": {
- "structuredName": {
- "firstName": "Mary",
- "middleName": "Joe",
- "lastName": "Smith",
- "middleInitial": "J.",
- "suffix": "PhD",
- "prefix": "Dr."
}, - "name": "Jane Birkin",
- "firstContactDate": "2022-04-17T08:00:00Z",
- "lastContactDate": "2022-04-17T08:00:00Z",
- "phones": [
- {
- "number": "+1-555-1234567",
- "extension": "strin",
- "country": "str",
- "phoneType": "string",
- "phonePurpose": "string",
- "foreignIndicator": true,
- "primaryIndicator": true,
- "preferredHourOfDay": {
- "hour": "12",
- "timeZone": "Pacific",
- "timeOfTheDay": "string"
}, - "comment": "This is a description.",
- "period": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "lastUpdatedDate": "2022-04-17T08:00:00Z"
}
], - "emails": [
- {
- "emailAddress": "string",
- "emailPurpose": "Statements",
- "primaryIndicator": true,
- "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "lastUpdatedDate": "2022-04-17T08:00:00Z"
}
], - "jobTitle": "Head of Documentation",
- "department": "Sales",
- "communicationChannels": [
- {
- "channel": "Email",
- "channelIdentification": "011-02010020202",
- "channelPurpose": "PrivacyNotices",
- "codeWord": "string",
- "alertIndicator": null,
- "personId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "status": "Warning",
- "primaryIndicator": true,
- "leadTime": {
- "unit": "Months",
- "value": 999
}, - "alertText": "This is a description.",
- "contactDates": [
- {
- "name": "Expiration",
- "date": "2022-04-17T08:00:00Z"
}
], - "contactCount": 0
}
], - "preferredMethod": "Email",
- "preferredLanguage": "English"
}, - "parties": {
- "partyId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "partyType": "Person",
- "partyName": "Jane Birkin"
}, - "authorizedPerson": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "authorizedAccount": "033-DDA-123456"
}, - "supplementaryData": { },
- "excludeMarketingIndicator": true,
- "audit": {
- "status": "string",
- "creationDate": "2022-04-17",
- "lastModificacionChannel": "Email",
- "lastModificationDate": "2022-04-17",
- "channels": [
- {
- "lastActivityDate": "2022-04-17",
- "name": "Email",
- "activityType": "string",
- "amount": "100"
}
]
}, - "restrictions": [
- {
- "name": "WireTransferIn",
- "restrictionPurpose": "This is a description.",
- "enableIndicator": true,
- "disableConditions": [
- "LessThanMinAmount"
], - "validFrom": "2022-04-17",
- "validUntil": "2022-04-17",
- "status": "Pending"
}
], - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "print": {
- "displayOptions": [
- "string"
], - "printOptions": [
- {
- "name": "string",
- "options": [
- "string"
]
}
]
}, - "products": [
- {
- "productId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "name": "Visa Business Card",
- "description": "This is a description.",
- "productType": "PaymentCard",
- "productSubType": "BusinessCard",
- "restrictions": [
- {
- "name": "WireTransferIn",
- "restrictionPurpose": "This is a description.",
- "enableIndicator": true,
- "disableConditions": [
- "LessThanMinAmount"
], - "validFrom": "2022-04-17",
- "validUntil": "2022-04-17",
- "status": "Pending"
}
], - "projectedDates": [
- {
- "name": "Expiration",
- "date": "2022-04-17T08:00:00Z"
}
], - "limits": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "name": "CreditLimit",
- "limitType": "DirectDebit",
- "channelType": "string",
- "amount": "100",
- "currency": "USD",
- "number": 0,
- "enableIndicator": true,
- "feesConsentIndicator": true,
- "percentageIndicator": true,
- "percentage": "25",
- "temporaryIndicator": true,
- "validityPeriod": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "periodicity": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "usedAmount": "100",
- "usedNumber": 0,
- "usedPercentage": "25",
- "status": "Requested",
- "statusDateAndtime": "2022-04-17T08:00:00Z",
- "history": {
- "originalAmount": "100",
- "originalLimitType": "DirectDebit",
- "details": [
- {
- "amount": "100",
- "enabledDate": "2022-04-17T08:00:00Z",
- "disableDate": "2022-04-17T08:00:00Z"
}
]
}, - "balances": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "balanceName": "Available",
- "amount": "100",
- "count": 0,
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
], - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "accessConditions": [
- "LessThanMinAmount"
], - "notificationOptions": [
- "Exception"
], - "payments": [
- {
- "frequency": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "paymentType": "Compound",
- "paymentTypeOptions": [
- "Primary"
], - "paymentName": "string",
- "accountId": "033-DDA-123456",
- "referenceNumber": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "paymentDate": "2022-04-17",
- "lastPaid": "100",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
]
}
], - "parties": [
- "ParentProvider"
], - "status": "GoodStanding",
- "statusDateAndTime": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "supplementaryData": { }
}
], - "statement": {
- "frequency": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "communicationMethod": "Email",
- "format": "PDF",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "templateCode": "1",
- "lastStatementPeriod": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string"
}, - "nextStatementPeriod": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string"
}, - "lastStatementDate": "2022-04-17",
- "previousStatementDate": "2022-04-17",
- "lastRegularStatementDate": "2022-04-17",
- "truncationOptions": [
- "ItemsIncluded"
], - "accountNameIndicator": true,
- "balances": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "balanceName": "Available",
- "amount": "100",
- "count": 0,
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
], - "preferredLanguage": "English",
- "combineType": "SavingsSatement",
- "category": "BalanceSheet",
- "subcategory": "Cash",
- "profitabilityModelId": "1",
- "lastIRAStatementDate": "2022-04-17"
}, - "placeAndDateOfBirth": {
- "countrySubdivision": "Oregon",
- "townName": "San Diego",
- "country": "US",
- "birthDate": "2022-04-17"
}, - "signature": {
- "0": 83,
- "1": 109,
- "2": 70,
- "3": 117,
- "4": 90,
- "5": 83,
- "6": 66,
- "7": 67,
- "8": 97,
- "9": 88,
- "10": 74,
- "11": 114,
- "12": 97,
- "13": 87,
- "14": 52,
- "15": 61
}, - "signatureVerificationId": "0dd926fe-1ca2-11ed-861d-0242ac120002",
- "contact": {
- "structuredName": {
- "firstName": "Mary",
- "middleName": "Joe",
- "lastName": "Smith",
- "middleInitial": "J.",
- "suffix": "PhD",
- "prefix": "Dr."
}, - "name": "Jane Birkin",
- "firstContactDate": "2022-04-17T08:00:00Z",
- "lastContactDate": "2022-04-17T08:00:00Z",
- "phones": [
- {
- "number": "+1-555-1234567",
- "extension": "strin",
- "country": "str",
- "phoneType": "string",
- "phonePurpose": "string",
- "foreignIndicator": true,
- "primaryIndicator": true,
- "preferredHourOfDay": {
- "hour": "12",
- "timeZone": "Pacific",
- "timeOfTheDay": "string"
}, - "comment": "This is a description.",
- "period": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "lastUpdatedDate": "2022-04-17T08:00:00Z"
}
], - "emails": [
- {
- "emailAddress": "string",
- "emailPurpose": "Statements",
- "primaryIndicator": true,
- "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "lastUpdatedDate": "2022-04-17T08:00:00Z"
}
], - "jobTitle": "Head of Documentation",
- "department": "Sales",
- "communicationChannels": [
- {
- "channel": "Email",
- "channelIdentification": "011-02010020202",
- "channelPurpose": "PrivacyNotices",
- "codeWord": "string",
- "alertIndicator": null,
- "personId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "status": "Warning",
- "primaryIndicator": true,
- "leadTime": {
- "unit": "Months",
- "value": 999
}, - "alertText": "This is a description.",
- "contactDates": [
- {
- "name": "Expiration",
- "date": "2022-04-17T08:00:00Z"
}
], - "contactCount": 0
}
], - "preferredMethod": "Email",
- "preferredLanguage": "English"
}, - "headOfHousehold": true,
- "civilStatus": "Single",
- "structuredName": {
- "firstName": "Mary",
- "middleName": "Joe",
- "lastName": "Smith",
- "middleInitial": "J.",
- "suffix": "PhD",
- "prefix": "Dr."
}, - "gender": "Female",
- "race": "Director",
- "profession": "Artist",
- "jobTitle": "Head of Documentation",
- "educationLevel": null,
- "residentialStatus": "Permanent",
- "immigrationStatus": "Permanent",
- "minorIndicator": true,
- "citizenships": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "country": "US"
}
], - "countryOfResidence": "US",
- "profile": {
- "riskLevel": "Permanent",
- "riskCategories": [
- {
- "name": "StandardAndPoors",
- "level": "Permanent",
- "date": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
], - "bSARiskCode": 0,
- "creditReview": {
- "frequency": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "lastReviewDate": "2022-04-17T08:00:00Z",
- "nextReviewDate": "2022-04-17T08:00:00Z",
- "creditQuality": "UpperMediumGrade",
- "creditRankingScales": [
- {
- "name": "StandardAndPoors",
- "score": "AAA",
- "date": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
], - "creditReportAddressIndicatorCode": "string",
- "creditReportAddressIndicatorDate": "2022-04-17T08:00:00Z",
- "consumerCreditReportInformation": "This is a description.",
- "consumerCreditReportDate": "2022-04-17T08:00:00Z"
}, - "creditBureauReportCode": "30",
- "eCOACode": "string",
- "cTRExemptIndicator": true,
- "oFACReportingIndicator": true,
- "previousFinancialInstitution": "Jane Birkin",
- "referredByWhom": "Jane Birkin",
- "moneyLaunderingCheck": "AuthorizedCredit",
- "knowYourCustomerCheck": "Ordinary",
- "timeAtCurrentAddress": {
- "unit": "Months",
- "value": 999
}, - "dateAtCurrentAddress": "2022-04-17",
- "yearsAtCurrentAddress": 0,
- "sourceOfWealth": "This is a description.",
- "politicalAffiliation": "string",
- "lostCustomerDate": "2022-04-17",
- "lostCustomerReason": "Deceased",
- "customerType": "Consumer",
- "servicerAlerts": [
- {
- "alertName": "CreditBureauAlert",
- "alertType": "Warning",
- "alertCode": "string",
- "message": "This is a description.",
- "lastAlertDate": "2022-04-17"
}
], - "insiderType": "Director",
- "privacyNoticedIndicator": true,
- "privacyNoticeOption": "string",
- "customerIdentificationProgram": {
- "certificateDocument": [
- "IdentityCard"
], - "certificationStatus": "CertifiedLevel1",
- "certificationDate": "2022-04-17T08:00:00Z",
- "certificationFrequency": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}
}, - "customerConductClassification": "string",
- "familyMedicalInsuranceIndicator": true,
- "militaryMemberIndicator": true,
- "militaryPeriod": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "salaryRange": {
- "minAmount": "100",
- "maxAmount": "100"
}, - "residenceValue": "100",
- "residenceMortage": "100",
- "employmentStatus": "string",
- "vIPStatus": "Elite",
- "employments": [
- {
- "employingPartyName": "Jane Birkin",
- "jobTitle": "Head of Documentation",
- "profession": "Artist",
- "employmentStatus": "string",
- "professionCode": {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}, - "employeeTerminationIndicator": false,
- "lengthOfEmployment": {
- "unit": "Months",
- "value": 999
}, - "endDate": "2022-04-17",
- "startDate": "2022-04-17",
- "place": {
- "countrySubdivision": "Oregon",
- "townName": "San Diego",
- "country": "US"
}
}
], - "employeeIndicator": true,
- "annualIncome": "100",
- "monthlyIncome": "100",
- "grossMonthPayAmount": "100",
- "netMonthPayAmount": "100",
- "monthPayDate": "2022-04-17T08:00:00Z",
- "yearsOfEducation": 0,
- "politicallyExposedPerson": true,
- "identityTheftServiceIndicator": true,
- "identityQuestions": [
- {
- "question": "This is a description.",
- "questionId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "identityQuestionType": "FavoriteColor",
- "answer": "This is a description.",
- "message": "This is a description."
}
], - "coveredByMilitaryLendingActIndicator": true
}, - "personId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "status": "GoodStanding",
- "users": [
- {
- "personId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "userId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "userName": "Jane Birkin",
- "purpose": "This is a description.",
- "audit": {
- "status": "string",
- "creationDate": "2022-04-17",
- "lastModificacionChannel": "Email",
- "lastModificationDate": "2022-04-17",
- "channels": [
- {
- "lastActivityDate": "2022-04-17",
- "name": "Email",
- "activityType": "string",
- "amount": "100"
}
]
}
}
], - "documents": [
- {
- "documentId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "documentReference": "string",
- "format": "PDF",
- "title": "This is a Title.",
- "version": "string",
- "signOffDate": "2022-04-17",
- "issueDate": "2022-04-17",
- "purpose": "string"
}
], - "cards": [
- {
- "cardId": "0dd926fe-1ca2-11ed-861d-0242ac120002",
- "cardHolder": {
- "personId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "identifiers": [
- {
- "schemeName": "SocialSecurityNumber",
- "number": "123-45-6789",
- "issuer": "Baltimore",
- "country": "US",
- "countrySubdivisionCode": "AR-B",
- "issueDate": "2022-04-17",
- "applyDate": "2022-04-17",
- "expirationDate": "2022-04-17",
- "verificationDate": "2022-04-17",
- "foreingIDIndicator": true,
- "taxIDIndicator": true,
- "displayOption": "string"
}
], - "name": "Jane Birkin",
- "shortName": "Jane",
- "placeAndDateOfBirth": {
- "countrySubdivision": "Oregon",
- "townName": "San Diego",
- "country": "US",
- "birthDate": "2022-04-17"
}, - "gender": "Female",
- "status": "GoodStanding",
- "coveredByMilitaryLendingActIndicator": true,
- "militaryMemberIndicator": true,
- "militaryPeriod": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "audit": {
- "status": "string",
- "creationDate": "2022-04-17",
- "lastModificacionChannel": "Email",
- "lastModificationDate": "2022-04-17",
- "channels": [
- {
- "lastActivityDate": "2022-04-17",
- "name": "Email",
- "activityType": "string",
- "amount": "100"
}
]
}, - "postalAddresses": [
- {
- "addressCode": "string",
- "addressBookIndicator": "string",
- "addressType": "Postal",
- "addressPurpose": "Billing",
- "primaryIndicator": true,
- "careOf": "C/O Company Name",
- "department": "A",
- "subDepartment": "B",
- "streetName": "First Street",
- "firstCrossStreetName": "string",
- "secondCrossStreetName": "Second Street",
- "buildingNumber": "11407",
- "buildingName": "Tall Tower",
- "floor": "20",
- "postBox": "MY779",
- "room": "22",
- "postCode": "97062-6884",
- "carrierRoute": "C001",
- "censusTract": "12345",
- "censusBlock": "1234",
- "cBSACode": "49780",
- "cBSAType": "MSA",
- "foreignIndicator": true,
- "townName": "San Diego",
- "townLocationName": "Clackamas",
- "districtName": "Columbia",
- "countyName": "Cook",
- "countrySubDivision": "Oregon",
- "countrySubDivisionCode": "AR-B",
- "country": "US",
- "addressLine": [
- "11407 Sw Amu st, Suite MY777"
], - "temporaryIndicator": true,
- "period": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
]
}
], - "structuredName": {
- "firstName": "Mary",
- "middleName": "Joe",
- "lastName": "Smith",
- "middleInitial": "J.",
- "suffix": "PhD",
- "prefix": "Dr."
}, - "phones": [
- {
- "number": "+1-555-1234567",
- "extension": "strin",
- "country": "str",
- "phoneType": "string",
- "phonePurpose": "string",
- "foreignIndicator": true,
- "primaryIndicator": true,
- "preferredHourOfDay": {
- "hour": "12",
- "timeZone": "Pacific",
- "timeOfTheDay": "string"
}, - "comment": "This is a description.",
- "period": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "lastUpdatedDate": "2022-04-17T08:00:00Z"
}
], - "emails": [
- {
- "emailAddress": "string",
- "emailPurpose": "Statements",
- "primaryIndicator": true,
- "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "lastUpdatedDate": "2022-04-17T08:00:00Z"
}
], - "employeeIndicator": true
}, - "identifiers": [
- {
- "number": "string",
- "schemeName": "MemberNumber",
- "issuer": "string"
}
], - "productId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "number": "1234567890123456789",
- "cardHolderType": "Primary",
- "fundingSourceType": "Credit",
- "businessIndicator": true,
- "cardBranchId": "SEA_1",
- "startDate": "2022-04-17",
- "expiryDate": "2022-12",
- "relatedAccounts": [
- {
- "accountRelationType": "Child",
- "accountId": "033-DDA-123456",
- "accountNumber": "012345678",
- "accountType": "Checking",
- "name": "Hermes PD_CA 0002",
- "balances": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "balanceName": "Available",
- "amount": "100",
- "count": 0,
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
]
}
], - "status": "Active",
- "statusDate": "2022-04-17T08:00:00Z",
- "statusReasons": [
- "Active"
], - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
]
}
Retrieves a Person
Authorizations:
path Parameters
personId required | string (Id) [ 1 .. 36 ] characters Example: 5fb9d4d6-1a3c-11ed-861d-0242ac120002 Person Identification |
header Parameters
servicerId | string (Id) [ 1 .. 36 ] characters Example: 5fb9d4d6-1a3c-11ed-861d-0242ac120002 Account Servicer Identification (Bank) |
servicerBranchId | string (ServicerBranchId) [ 1 .. 36 ] characters Example: SEA_1 Identification of the account servicer institution at branch level or center level. |
Responses
Response samples
- 200
- 400
- 404
- 500
{- "uSDocumentedIndicator": true,
- "identifiers": [
- {
- "schemeName": "SocialSecurityNumber",
- "number": "123-45-6789",
- "issuer": "Baltimore",
- "country": "US",
- "countrySubdivisionCode": "AR-B",
- "issueDate": "2022-04-17",
- "applyDate": "2022-04-17",
- "expirationDate": "2022-04-17",
- "verificationDate": "2022-04-17",
- "foreingIDIndicator": true,
- "taxIDIndicator": true,
- "displayOption": "string"
}
], - "name": "Jane Birkin",
- "shortName": "Jane",
- "nameTemplateId": "1",
- "nameSoundExId": "1",
- "partyBranchId": "SEA_1",
- "customerSinceDate": "2022-04-17T08:00:00Z",
- "comments": [
- {
- "name": "string",
- "text": "This is a description."
}
], - "relatedParties": [
- {
- "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "name": "Jane Birkin",
- "nameTemplateId": "1",
- "shortName": "Jane",
- "placeAndDateOfBirth": {
- "countrySubdivision": "Oregon",
- "townName": "San Diego",
- "country": "US",
- "birthDate": "2022-04-17"
}, - "gender": "Female",
- "status": "GoodStanding",
- "statusDateAndTime": "2022-04-17T08:00:00Z",
- "coveredByMilitaryLendingActIndicator": true,
- "militaryMemberIndicator": true,
- "militaryPeriod": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "audit": {
- "status": "string",
- "creationDate": "2022-04-17",
- "lastModificacionChannel": "Email",
- "lastModificationDate": "2022-04-17",
- "channels": [
- {
- "lastActivityDate": "2022-04-17",
- "name": "Email",
- "activityType": "string",
- "amount": "100"
}
]
}, - "postalAddresses": {
- "addressCode": "string",
- "addressBookIndicator": "string",
- "addressType": "Postal",
- "addressPurpose": "Billing",
- "primaryIndicator": true,
- "careOf": "C/O Company Name",
- "department": "A",
- "subDepartment": "B",
- "streetName": "First Street",
- "firstCrossStreetName": "string",
- "secondCrossStreetName": "Second Street",
- "buildingNumber": "11407",
- "buildingName": "Tall Tower",
- "floor": "20",
- "postBox": "MY779",
- "room": "22",
- "postCode": "97062-6884",
- "carrierRoute": "C001",
- "censusTract": "12345",
- "censusBlock": "1234",
- "cBSACode": "49780",
- "cBSAType": "MSA",
- "foreignIndicator": true,
- "townName": "San Diego",
- "townLocationName": "Clackamas",
- "districtName": "Columbia",
- "countyName": "Cook",
- "countrySubDivision": "Oregon",
- "countrySubDivisionCode": "AR-B",
- "country": "US",
- "addressLine": [
- "11407 Sw Amu st, Suite MY777"
], - "temporaryIndicator": true,
- "period": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
]
}, - "structuredName": {
- "firstName": "Mary",
- "middleName": "Joe",
- "lastName": "Smith",
- "middleInitial": "J.",
- "suffix": "PhD",
- "prefix": "Dr."
}, - "phones": [
- {
- "number": "+1-555-1234567",
- "extension": "strin",
- "country": "str",
- "phoneType": "string",
- "phonePurpose": "string",
- "foreignIndicator": true,
- "primaryIndicator": true,
- "preferredHourOfDay": {
- "hour": "12",
- "timeZone": "Pacific",
- "timeOfTheDay": "string"
}, - "comment": "This is a description.",
- "period": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "lastUpdatedDate": "2022-04-17T08:00:00Z"
}
], - "emails": [
- {
- "emailAddress": "string",
- "emailPurpose": "Statements",
- "primaryIndicator": true,
- "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "lastUpdatedDate": "2022-04-17T08:00:00Z"
}
], - "organizationType": "Corporation",
- "customerType": "Consumer",
- "taxReportingIndicator": true,
- "taxStatus": "Exempt",
- "cards": [
- {
- "cardId": "0dd926fe-1ca2-11ed-861d-0242ac120002",
- "cardHolder": {
- "personId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "identifiers": [
- {
- "schemeName": "SocialSecurityNumber",
- "number": "123-45-6789",
- "issuer": "Baltimore",
- "country": "US",
- "countrySubdivisionCode": "AR-B",
- "issueDate": "2022-04-17",
- "applyDate": "2022-04-17",
- "expirationDate": "2022-04-17",
- "verificationDate": "2022-04-17",
- "foreingIDIndicator": true,
- "taxIDIndicator": true,
- "displayOption": "string"
}
], - "name": "Jane Birkin",
- "shortName": "Jane",
- "placeAndDateOfBirth": {
- "countrySubdivision": "Oregon",
- "townName": "San Diego",
- "country": "US",
- "birthDate": "2022-04-17"
}, - "gender": "Female",
- "status": "GoodStanding",
- "coveredByMilitaryLendingActIndicator": true,
- "militaryMemberIndicator": true,
- "militaryPeriod": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "audit": {
- "status": "string",
- "creationDate": "2022-04-17",
- "lastModificacionChannel": "Email",
- "lastModificationDate": "2022-04-17",
- "channels": [
- {
- "lastActivityDate": "2022-04-17",
- "name": "Email",
- "activityType": "string",
- "amount": "100"
}
]
}, - "postalAddresses": [
- {
- "addressCode": "string",
- "addressBookIndicator": "string",
- "addressType": "Postal",
- "addressPurpose": "Billing",
- "primaryIndicator": true,
- "careOf": "C/O Company Name",
- "department": "A",
- "subDepartment": "B",
- "streetName": "First Street",
- "firstCrossStreetName": "string",
- "secondCrossStreetName": "Second Street",
- "buildingNumber": "11407",
- "buildingName": "Tall Tower",
- "floor": "20",
- "postBox": "MY779",
- "room": "22",
- "postCode": "97062-6884",
- "carrierRoute": "C001",
- "censusTract": "12345",
- "censusBlock": "1234",
- "cBSACode": "49780",
- "cBSAType": "MSA",
- "foreignIndicator": true,
- "townName": "San Diego",
- "townLocationName": "Clackamas",
- "districtName": "Columbia",
- "countyName": "Cook",
- "countrySubDivision": "Oregon",
- "countrySubDivisionCode": "AR-B",
- "country": "US",
- "addressLine": [
- "11407 Sw Amu st, Suite MY777"
], - "temporaryIndicator": true,
- "period": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "codes": [
- {
- "name": null,
- "value": null,
- "description": null
}
], - "identifiers": [
- {
- "number": null,
- "schemeName": null,
- "issuer": null,
- "issueDate": null,
- "expirationDate": null
}
]
}
], - "structuredName": {
- "firstName": "Mary",
- "middleName": "Joe",
- "lastName": "Smith",
- "middleInitial": "J.",
- "suffix": "PhD",
- "prefix": "Dr."
}, - "phones": [
- {
- "number": "+1-555-1234567",
- "extension": "strin",
- "country": "str",
- "phoneType": "string",
- "phonePurpose": "string",
- "foreignIndicator": true,
- "primaryIndicator": true,
- "preferredHourOfDay": {
- "hour": "12",
- "timeZone": "Pacific",
- "timeOfTheDay": "string"
}, - "comment": "This is a description.",
- "period": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "codes": [
- {
- "name": null,
- "value": null,
- "description": null
}
], - "identifiers": [
- {
- "number": null,
- "schemeName": null,
- "issuer": null,
- "issueDate": null,
- "expirationDate": null
}
], - "lastUpdatedDate": "2022-04-17T08:00:00Z"
}
], - "emails": [
- {
- "emailAddress": "string",
- "emailPurpose": "Statements",
- "primaryIndicator": true,
- "identifiers": [
- {
- "number": null,
- "schemeName": null,
- "issuer": null,
- "issueDate": null,
- "expirationDate": null
}
], - "lastUpdatedDate": "2022-04-17T08:00:00Z"
}
], - "employeeIndicator": true
}, - "identifiers": [
- {
- "number": "string",
- "schemeName": "MemberNumber",
- "issuer": "string"
}
], - "productId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "number": "1234567890123456789",
- "cardHolderType": "Primary",
- "fundingSourceType": "Credit",
- "businessIndicator": true,
- "cardBranchId": "SEA_1",
- "startDate": "2022-04-17",
- "expiryDate": "2022-12",
- "relatedAccounts": [
- {
- "accountRelationType": "Child",
- "accountId": "033-DDA-123456",
- "accountNumber": "012345678",
- "accountType": "Checking",
- "name": "Hermes PD_CA 0002",
- "balances": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "balanceName": "Available",
- "amount": "100",
- "count": 0,
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z",
- "codes": [
- null
]
}
]
}
], - "status": "Active",
- "statusDate": "2022-04-17T08:00:00Z",
- "statusReasons": [
- "Active"
], - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
], - "balances": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "balanceName": "Available",
- "amount": "100",
- "count": 0,
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
], - "spotDates": [
- {
- "name": "Expiration",
- "date": "2022-04-17T08:00:00Z"
}
], - "partyId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "partyType": "Person",
- "partyName": "Jane Birkin",
- "partyRelationType": "PrimaryServicerOfficer",
- "effectiveDate": "2022-04-17T08:00:00Z",
- "partyRelationDescription": "This is a description.",
- "ownershipPercentage": "25"
}
], - "relatedAccounts": [
- {
- "accountRelationType": "Child",
- "accountId": "033-DDA-123456",
- "accountNumber": "012345678",
- "accountType": "Checking",
- "name": "Hermes PD_CA 0002",
- "balances": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "balanceName": "Available",
- "amount": "100",
- "count": 0,
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
]
}
], - "postalAddresses": [
- {
- "addressCode": "string",
- "addressBookIndicator": "string",
- "addressType": "Postal",
- "addressPurpose": "Billing",
- "primaryIndicator": true,
- "careOf": "C/O Company Name",
- "department": "A",
- "subDepartment": "B",
- "streetName": "First Street",
- "firstCrossStreetName": "string",
- "secondCrossStreetName": "Second Street",
- "buildingNumber": "11407",
- "buildingName": "Tall Tower",
- "floor": "20",
- "postBox": "MY779",
- "room": "22",
- "postCode": "97062-6884",
- "carrierRoute": "C001",
- "censusTract": "12345",
- "censusBlock": "1234",
- "cBSACode": "49780",
- "cBSAType": "MSA",
- "foreignIndicator": true,
- "townName": "San Diego",
- "townLocationName": "Clackamas",
- "districtName": "Columbia",
- "countyName": "Cook",
- "countrySubDivision": "Oregon",
- "countrySubDivisionCode": "AR-B",
- "country": "US",
- "addressLine": [
- "11407 Sw Amu st, Suite MY777"
], - "temporaryIndicator": true,
- "period": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
]
}
], - "relationshipId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "relationshipLeadIndicator": true,
- "residenceType": "Domestic",
- "taxInformation": {
- "tIN": "778-62-8144",
- "taxIdType": "SocialSecurityNumber",
- "financialReportingIndicator": true,
- "taxReportingIndicator": true,
- "interestReportingIndicator": true,
- "tINStatus": "Valid",
- "tINVerification": {
- "verificationAttemps": 1,
- "bNoticeDates": [
- "2022-04-17"
], - "tINResultCode": "str",
- "verificationDate": "2022-04-17",
- "applicationDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}, - "taxStatus": "Exempt",
- "exemptionCode": "0",
- "exemptionReason": "This is a description.",
- "forms": [
- {
- "formName": "W-8",
- "taxRate": "100",
- "onFileIndicator": true,
- "taxStatus": "Exempt",
- "certificationDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "regulations": [
- {
- "name": "Chapter4",
- "section": "1471"
}
], - "withholdings": [
- {
- "withholdingTaxType": "NonResidentAlienTax",
- "withholdingRate": "25",
- "taxStatus": "string",
- "withholdingAmount": "100"
}
], - "foreignIndicator": true,
- "codes": [
- {
- "name": "string",
- "value": "str"
}
], - "recipientGIIN": "ADN123.FG4FE3.LE.999",
- "recipientPostCode": "string",
- "recipientTownName": "San Diego",
- "countrySubDivisionCode": "AR-B",
- "country": "st",
- "supplementaryData": { }
}, - "powerOfAttorney": {
- "documentId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "documentReference": "string",
- "format": "PDF",
- "title": "This is a Title.",
- "version": "string",
- "signOffDate": "2022-04-17",
- "issueDate": "2022-04-17",
- "purpose": "string",
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "jurisdiction": {
- "countrySubdivision": "Oregon",
- "townName": "San Diego",
- "country": "US"
}, - "contact": {
- "structuredName": {
- "firstName": "Mary",
- "middleName": "Joe",
- "lastName": "Smith",
- "middleInitial": "J.",
- "suffix": "PhD",
- "prefix": "Dr."
}, - "name": "Jane Birkin",
- "firstContactDate": "2022-04-17T08:00:00Z",
- "lastContactDate": "2022-04-17T08:00:00Z",
- "phones": [
- {
- "number": "+1-555-1234567",
- "extension": "strin",
- "country": "str",
- "phoneType": "string",
- "phonePurpose": "string",
- "foreignIndicator": true,
- "primaryIndicator": true,
- "preferredHourOfDay": {
- "hour": "12",
- "timeZone": "Pacific",
- "timeOfTheDay": "string"
}, - "comment": "This is a description.",
- "period": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "lastUpdatedDate": "2022-04-17T08:00:00Z"
}
], - "emails": [
- {
- "emailAddress": "string",
- "emailPurpose": "Statements",
- "primaryIndicator": true,
- "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "lastUpdatedDate": "2022-04-17T08:00:00Z"
}
], - "jobTitle": "Head of Documentation",
- "department": "Sales",
- "communicationChannels": [
- {
- "channel": "Email",
- "channelIdentification": "011-02010020202",
- "channelPurpose": "PrivacyNotices",
- "codeWord": "string",
- "alertIndicator": null,
- "personId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "status": "Warning",
- "primaryIndicator": true,
- "leadTime": {
- "unit": "Months",
- "value": 999
}, - "alertText": "This is a description.",
- "contactDates": [
- {
- "name": "Expiration",
- "date": "2022-04-17T08:00:00Z"
}
], - "contactCount": 0
}
], - "preferredMethod": "Email",
- "preferredLanguage": "English"
}, - "parties": {
- "partyId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "partyType": "Person",
- "partyName": "Jane Birkin"
}, - "authorizedPerson": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "authorizedAccount": "033-DDA-123456"
}, - "supplementaryData": { },
- "excludeMarketingIndicator": true,
- "audit": {
- "status": "string",
- "creationDate": "2022-04-17",
- "lastModificacionChannel": "Email",
- "lastModificationDate": "2022-04-17",
- "channels": [
- {
- "lastActivityDate": "2022-04-17",
- "name": "Email",
- "activityType": "string",
- "amount": "100"
}
]
}, - "restrictions": [
- {
- "name": "WireTransferIn",
- "restrictionPurpose": "This is a description.",
- "enableIndicator": true,
- "disableConditions": [
- "LessThanMinAmount"
], - "validFrom": "2022-04-17",
- "validUntil": "2022-04-17",
- "status": "Pending"
}
], - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "print": {
- "displayOptions": [
- "string"
], - "printOptions": [
- {
- "name": "string",
- "options": [
- "string"
]
}
]
}, - "products": [
- {
- "productId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "name": "Visa Business Card",
- "description": "This is a description.",
- "productType": "PaymentCard",
- "productSubType": "BusinessCard",
- "restrictions": [
- {
- "name": "WireTransferIn",
- "restrictionPurpose": "This is a description.",
- "enableIndicator": true,
- "disableConditions": [
- "LessThanMinAmount"
], - "validFrom": "2022-04-17",
- "validUntil": "2022-04-17",
- "status": "Pending"
}
], - "projectedDates": [
- {
- "name": "Expiration",
- "date": "2022-04-17T08:00:00Z"
}
], - "limits": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "name": "CreditLimit",
- "limitType": "DirectDebit",
- "channelType": "string",
- "amount": "100",
- "currency": "USD",
- "number": 0,
- "enableIndicator": true,
- "feesConsentIndicator": true,
- "percentageIndicator": true,
- "percentage": "25",
- "temporaryIndicator": true,
- "validityPeriod": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "periodicity": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "usedAmount": "100",
- "usedNumber": 0,
- "usedPercentage": "25",
- "status": "Requested",
- "statusDateAndtime": "2022-04-17T08:00:00Z",
- "history": {
- "originalAmount": "100",
- "originalLimitType": "DirectDebit",
- "details": [
- {
- "amount": "100",
- "enabledDate": "2022-04-17T08:00:00Z",
- "disableDate": "2022-04-17T08:00:00Z"
}
]
}, - "balances": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "balanceName": "Available",
- "amount": "100",
- "count": 0,
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
], - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "accessConditions": [
- "LessThanMinAmount"
], - "notificationOptions": [
- "Exception"
], - "payments": [
- {
- "frequency": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "paymentType": "Compound",
- "paymentTypeOptions": [
- "Primary"
], - "paymentName": "string",
- "accountId": "033-DDA-123456",
- "referenceNumber": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "paymentDate": "2022-04-17",
- "lastPaid": "100",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
]
}
], - "parties": [
- "ParentProvider"
], - "status": "GoodStanding",
- "statusDateAndTime": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "supplementaryData": { }
}
], - "statement": {
- "frequency": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "communicationMethod": "Email",
- "format": "PDF",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "templateCode": "1",
- "lastStatementPeriod": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string"
}, - "nextStatementPeriod": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string"
}, - "lastStatementDate": "2022-04-17",
- "previousStatementDate": "2022-04-17",
- "lastRegularStatementDate": "2022-04-17",
- "truncationOptions": [
- "ItemsIncluded"
], - "accountNameIndicator": true,
- "balances": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "balanceName": "Available",
- "amount": "100",
- "count": 0,
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
], - "preferredLanguage": "English",
- "combineType": "SavingsSatement",
- "category": "BalanceSheet",
- "subcategory": "Cash",
- "profitabilityModelId": "1",
- "lastIRAStatementDate": "2022-04-17"
}, - "placeAndDateOfBirth": {
- "countrySubdivision": "Oregon",
- "townName": "San Diego",
- "country": "US",
- "birthDate": "2022-04-17"
}, - "signature": {
- "0": 83,
- "1": 109,
- "2": 70,
- "3": 117,
- "4": 90,
- "5": 83,
- "6": 66,
- "7": 67,
- "8": 97,
- "9": 88,
- "10": 74,
- "11": 114,
- "12": 97,
- "13": 87,
- "14": 52,
- "15": 61
}, - "signatureVerificationId": "0dd926fe-1ca2-11ed-861d-0242ac120002",
- "contact": {
- "structuredName": {
- "firstName": "Mary",
- "middleName": "Joe",
- "lastName": "Smith",
- "middleInitial": "J.",
- "suffix": "PhD",
- "prefix": "Dr."
}, - "name": "Jane Birkin",
- "firstContactDate": "2022-04-17T08:00:00Z",
- "lastContactDate": "2022-04-17T08:00:00Z",
- "phones": [
- {
- "number": "+1-555-1234567",
- "extension": "strin",
- "country": "str",
- "phoneType": "string",
- "phonePurpose": "string",
- "foreignIndicator": true,
- "primaryIndicator": true,
- "preferredHourOfDay": {
- "hour": "12",
- "timeZone": "Pacific",
- "timeOfTheDay": "string"
}, - "comment": "This is a description.",
- "period": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "lastUpdatedDate": "2022-04-17T08:00:00Z"
}
], - "emails": [
- {
- "emailAddress": "string",
- "emailPurpose": "Statements",
- "primaryIndicator": true,
- "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "lastUpdatedDate": "2022-04-17T08:00:00Z"
}
], - "jobTitle": "Head of Documentation",
- "department": "Sales",
- "communicationChannels": [
- {
- "channel": "Email",
- "channelIdentification": "011-02010020202",
- "channelPurpose": "PrivacyNotices",
- "codeWord": "string",
- "alertIndicator": null,
- "personId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "status": "Warning",
- "primaryIndicator": true,
- "leadTime": {
- "unit": "Months",
- "value": 999
}, - "alertText": "This is a description.",
- "contactDates": [
- {
- "name": "Expiration",
- "date": "2022-04-17T08:00:00Z"
}
], - "contactCount": 0
}
], - "preferredMethod": "Email",
- "preferredLanguage": "English"
}, - "headOfHousehold": true,
- "civilStatus": "Single",
- "structuredName": {
- "firstName": "Mary",
- "middleName": "Joe",
- "lastName": "Smith",
- "middleInitial": "J.",
- "suffix": "PhD",
- "prefix": "Dr."
}, - "gender": "Female",
- "race": "Director",
- "profession": "Artist",
- "jobTitle": "Head of Documentation",
- "educationLevel": null,
- "residentialStatus": "Permanent",
- "immigrationStatus": "Permanent",
- "minorIndicator": true,
- "citizenships": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "country": "US"
}
], - "countryOfResidence": "US",
- "profile": {
- "riskLevel": "Permanent",
- "riskCategories": [
- {
- "name": "StandardAndPoors",
- "level": "Permanent",
- "date": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
], - "bSARiskCode": 0,
- "creditReview": {
- "frequency": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "lastReviewDate": "2022-04-17T08:00:00Z",
- "nextReviewDate": "2022-04-17T08:00:00Z",
- "creditQuality": "UpperMediumGrade",
- "creditRankingScales": [
- {
- "name": "StandardAndPoors",
- "score": "AAA",
- "date": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
], - "creditReportAddressIndicatorCode": "string",
- "creditReportAddressIndicatorDate": "2022-04-17T08:00:00Z",
- "consumerCreditReportInformation": "This is a description.",
- "consumerCreditReportDate": "2022-04-17T08:00:00Z"
}, - "creditBureauReportCode": "30",
- "eCOACode": "string",
- "cTRExemptIndicator": true,
- "oFACReportingIndicator": true,
- "previousFinancialInstitution": "Jane Birkin",
- "referredByWhom": "Jane Birkin",
- "moneyLaunderingCheck": "AuthorizedCredit",
- "knowYourCustomerCheck": "Ordinary",
- "timeAtCurrentAddress": {
- "unit": "Months",
- "value": 999
}, - "dateAtCurrentAddress": "2022-04-17",
- "yearsAtCurrentAddress": 0,
- "sourceOfWealth": "This is a description.",
- "politicalAffiliation": "string",
- "lostCustomerDate": "2022-04-17",
- "lostCustomerReason": "Deceased",
- "customerType": "Consumer",
- "servicerAlerts": [
- {
- "alertName": "CreditBureauAlert",
- "alertType": "Warning",
- "alertCode": "string",
- "message": "This is a description.",
- "lastAlertDate": "2022-04-17"
}
], - "insiderType": "Director",
- "privacyNoticedIndicator": true,
- "privacyNoticeOption": "string",
- "customerIdentificationProgram": {
- "certificateDocument": [
- "IdentityCard"
], - "certificationStatus": "CertifiedLevel1",
- "certificationDate": "2022-04-17T08:00:00Z",
- "certificationFrequency": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}
}, - "customerConductClassification": "string",
- "familyMedicalInsuranceIndicator": true,
- "militaryMemberIndicator": true,
- "militaryPeriod": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "salaryRange": {
- "minAmount": "100",
- "maxAmount": "100"
}, - "residenceValue": "100",
- "residenceMortage": "100",
- "employmentStatus": "string",
- "vIPStatus": "Elite",
- "employments": [
- {
- "employingPartyName": "Jane Birkin",
- "jobTitle": "Head of Documentation",
- "profession": "Artist",
- "employmentStatus": "string",
- "professionCode": {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}, - "employeeTerminationIndicator": false,
- "lengthOfEmployment": {
- "unit": "Months",
- "value": 999
}, - "endDate": "2022-04-17",
- "startDate": "2022-04-17",
- "place": {
- "countrySubdivision": "Oregon",
- "townName": "San Diego",
- "country": "US"
}
}
], - "employeeIndicator": true,
- "annualIncome": "100",
- "monthlyIncome": "100",
- "grossMonthPayAmount": "100",
- "netMonthPayAmount": "100",
- "monthPayDate": "2022-04-17T08:00:00Z",
- "yearsOfEducation": 0,
- "politicallyExposedPerson": true,
- "identityTheftServiceIndicator": true,
- "identityQuestions": [
- {
- "question": "This is a description.",
- "questionId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "identityQuestionType": "FavoriteColor",
- "answer": "This is a description.",
- "message": "This is a description."
}
], - "coveredByMilitaryLendingActIndicator": true
}, - "personId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "status": "GoodStanding",
- "users": [
- {
- "personId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "userId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "userName": "Jane Birkin",
- "purpose": "This is a description.",
- "audit": {
- "status": "string",
- "creationDate": "2022-04-17",
- "lastModificacionChannel": "Email",
- "lastModificationDate": "2022-04-17",
- "channels": [
- {
- "lastActivityDate": "2022-04-17",
- "name": "Email",
- "activityType": "string",
- "amount": "100"
}
]
}
}
], - "documents": [
- {
- "documentId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "documentReference": "string",
- "format": "PDF",
- "title": "This is a Title.",
- "version": "string",
- "signOffDate": "2022-04-17",
- "issueDate": "2022-04-17",
- "purpose": "string"
}
], - "cards": [
- {
- "cardId": "0dd926fe-1ca2-11ed-861d-0242ac120002",
- "cardHolder": {
- "personId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "identifiers": [
- {
- "schemeName": "SocialSecurityNumber",
- "number": "123-45-6789",
- "issuer": "Baltimore",
- "country": "US",
- "countrySubdivisionCode": "AR-B",
- "issueDate": "2022-04-17",
- "applyDate": "2022-04-17",
- "expirationDate": "2022-04-17",
- "verificationDate": "2022-04-17",
- "foreingIDIndicator": true,
- "taxIDIndicator": true,
- "displayOption": "string"
}
], - "name": "Jane Birkin",
- "shortName": "Jane",
- "placeAndDateOfBirth": {
- "countrySubdivision": "Oregon",
- "townName": "San Diego",
- "country": "US",
- "birthDate": "2022-04-17"
}, - "gender": "Female",
- "status": "GoodStanding",
- "coveredByMilitaryLendingActIndicator": true,
- "militaryMemberIndicator": true,
- "militaryPeriod": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "audit": {
- "status": "string",
- "creationDate": "2022-04-17",
- "lastModificacionChannel": "Email",
- "lastModificationDate": "2022-04-17",
- "channels": [
- {
- "lastActivityDate": "2022-04-17",
- "name": "Email",
- "activityType": "string",
- "amount": "100"
}
]
}, - "postalAddresses": [
- {
- "addressCode": "string",
- "addressBookIndicator": "string",
- "addressType": "Postal",
- "addressPurpose": "Billing",
- "primaryIndicator": true,
- "careOf": "C/O Company Name",
- "department": "A",
- "subDepartment": "B",
- "streetName": "First Street",
- "firstCrossStreetName": "string",
- "secondCrossStreetName": "Second Street",
- "buildingNumber": "11407",
- "buildingName": "Tall Tower",
- "floor": "20",
- "postBox": "MY779",
- "room": "22",
- "postCode": "97062-6884",
- "carrierRoute": "C001",
- "censusTract": "12345",
- "censusBlock": "1234",
- "cBSACode": "49780",
- "cBSAType": "MSA",
- "foreignIndicator": true,
- "townName": "San Diego",
- "townLocationName": "Clackamas",
- "districtName": "Columbia",
- "countyName": "Cook",
- "countrySubDivision": "Oregon",
- "countrySubDivisionCode": "AR-B",
- "country": "US",
- "addressLine": [
- "11407 Sw Amu st, Suite MY777"
], - "temporaryIndicator": true,
- "period": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
]
}
], - "structuredName": {
- "firstName": "Mary",
- "middleName": "Joe",
- "lastName": "Smith",
- "middleInitial": "J.",
- "suffix": "PhD",
- "prefix": "Dr."
}, - "phones": [
- {
- "number": "+1-555-1234567",
- "extension": "strin",
- "country": "str",
- "phoneType": "string",
- "phonePurpose": "string",
- "foreignIndicator": true,
- "primaryIndicator": true,
- "preferredHourOfDay": {
- "hour": "12",
- "timeZone": "Pacific",
- "timeOfTheDay": "string"
}, - "comment": "This is a description.",
- "period": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "lastUpdatedDate": "2022-04-17T08:00:00Z"
}
], - "emails": [
- {
- "emailAddress": "string",
- "emailPurpose": "Statements",
- "primaryIndicator": true,
- "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "lastUpdatedDate": "2022-04-17T08:00:00Z"
}
], - "employeeIndicator": true
}, - "identifiers": [
- {
- "number": "string",
- "schemeName": "MemberNumber",
- "issuer": "string"
}
], - "productId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "number": "1234567890123456789",
- "cardHolderType": "Primary",
- "fundingSourceType": "Credit",
- "businessIndicator": true,
- "cardBranchId": "SEA_1",
- "startDate": "2022-04-17",
- "expiryDate": "2022-12",
- "relatedAccounts": [
- {
- "accountRelationType": "Child",
- "accountId": "033-DDA-123456",
- "accountNumber": "012345678",
- "accountType": "Checking",
- "name": "Hermes PD_CA 0002",
- "balances": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "balanceName": "Available",
- "amount": "100",
- "count": 0,
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
]
}
], - "status": "Active",
- "statusDate": "2022-04-17T08:00:00Z",
- "statusReasons": [
- "Active"
], - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
]
}
Updates a Person
Use the JSON Merge Patch standard https://tools.ietf.org/html/rfc7396
Authorizations:
path Parameters
personId required | string (Id) [ 1 .. 36 ] characters Example: 5fb9d4d6-1a3c-11ed-861d-0242ac120002 Person Identification |
header Parameters
servicerId | string (Id) [ 1 .. 36 ] characters Example: 5fb9d4d6-1a3c-11ed-861d-0242ac120002 Account Servicer Identification (Bank) |
servicerBranchId | string (ServicerBranchId) [ 1 .. 36 ] characters Example: SEA_1 Identification of the account servicer institution at branch level or center level. |
Request Body schema: application/merge-patch+json
Responses
Request samples
- Payload
{ }
Response samples
- 200
- 400
- 404
- 500
{- "uSDocumentedIndicator": true,
- "identifiers": [
- {
- "schemeName": "SocialSecurityNumber",
- "number": "123-45-6789",
- "issuer": "Baltimore",
- "country": "US",
- "countrySubdivisionCode": "AR-B",
- "issueDate": "2022-04-17",
- "applyDate": "2022-04-17",
- "expirationDate": "2022-04-17",
- "verificationDate": "2022-04-17",
- "foreingIDIndicator": true,
- "taxIDIndicator": true,
- "displayOption": "string"
}
], - "name": "Jane Birkin",
- "shortName": "Jane",
- "nameTemplateId": "1",
- "nameSoundExId": "1",
- "partyBranchId": "SEA_1",
- "customerSinceDate": "2022-04-17T08:00:00Z",
- "comments": [
- {
- "name": "string",
- "text": "This is a description."
}
], - "relatedParties": [
- {
- "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "name": "Jane Birkin",
- "nameTemplateId": "1",
- "shortName": "Jane",
- "placeAndDateOfBirth": {
- "countrySubdivision": "Oregon",
- "townName": "San Diego",
- "country": "US",
- "birthDate": "2022-04-17"
}, - "gender": "Female",
- "status": "GoodStanding",
- "statusDateAndTime": "2022-04-17T08:00:00Z",
- "coveredByMilitaryLendingActIndicator": true,
- "militaryMemberIndicator": true,
- "militaryPeriod": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "audit": {
- "status": "string",
- "creationDate": "2022-04-17",
- "lastModificacionChannel": "Email",
- "lastModificationDate": "2022-04-17",
- "channels": [
- {
- "lastActivityDate": "2022-04-17",
- "name": "Email",
- "activityType": "string",
- "amount": "100"
}
]
}, - "postalAddresses": {
- "addressCode": "string",
- "addressBookIndicator": "string",
- "addressType": "Postal",
- "addressPurpose": "Billing",
- "primaryIndicator": true,
- "careOf": "C/O Company Name",
- "department": "A",
- "subDepartment": "B",
- "streetName": "First Street",
- "firstCrossStreetName": "string",
- "secondCrossStreetName": "Second Street",
- "buildingNumber": "11407",
- "buildingName": "Tall Tower",
- "floor": "20",
- "postBox": "MY779",
- "room": "22",
- "postCode": "97062-6884",
- "carrierRoute": "C001",
- "censusTract": "12345",
- "censusBlock": "1234",
- "cBSACode": "49780",
- "cBSAType": "MSA",
- "foreignIndicator": true,
- "townName": "San Diego",
- "townLocationName": "Clackamas",
- "districtName": "Columbia",
- "countyName": "Cook",
- "countrySubDivision": "Oregon",
- "countrySubDivisionCode": "AR-B",
- "country": "US",
- "addressLine": [
- "11407 Sw Amu st, Suite MY777"
], - "temporaryIndicator": true,
- "period": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
]
}, - "structuredName": {
- "firstName": "Mary",
- "middleName": "Joe",
- "lastName": "Smith",
- "middleInitial": "J.",
- "suffix": "PhD",
- "prefix": "Dr."
}, - "phones": [
- {
- "number": "+1-555-1234567",
- "extension": "strin",
- "country": "str",
- "phoneType": "string",
- "phonePurpose": "string",
- "foreignIndicator": true,
- "primaryIndicator": true,
- "preferredHourOfDay": {
- "hour": "12",
- "timeZone": "Pacific",
- "timeOfTheDay": "string"
}, - "comment": "This is a description.",
- "period": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "lastUpdatedDate": "2022-04-17T08:00:00Z"
}
], - "emails": [
- {
- "emailAddress": "string",
- "emailPurpose": "Statements",
- "primaryIndicator": true,
- "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "lastUpdatedDate": "2022-04-17T08:00:00Z"
}
], - "organizationType": "Corporation",
- "customerType": "Consumer",
- "taxReportingIndicator": true,
- "taxStatus": "Exempt",
- "cards": [
- {
- "cardId": "0dd926fe-1ca2-11ed-861d-0242ac120002",
- "cardHolder": {
- "personId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "identifiers": [
- {
- "schemeName": "SocialSecurityNumber",
- "number": "123-45-6789",
- "issuer": "Baltimore",
- "country": "US",
- "countrySubdivisionCode": "AR-B",
- "issueDate": "2022-04-17",
- "applyDate": "2022-04-17",
- "expirationDate": "2022-04-17",
- "verificationDate": "2022-04-17",
- "foreingIDIndicator": true,
- "taxIDIndicator": true,
- "displayOption": "string"
}
], - "name": "Jane Birkin",
- "shortName": "Jane",
- "placeAndDateOfBirth": {
- "countrySubdivision": "Oregon",
- "townName": "San Diego",
- "country": "US",
- "birthDate": "2022-04-17"
}, - "gender": "Female",
- "status": "GoodStanding",
- "coveredByMilitaryLendingActIndicator": true,
- "militaryMemberIndicator": true,
- "militaryPeriod": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "audit": {
- "status": "string",
- "creationDate": "2022-04-17",
- "lastModificacionChannel": "Email",
- "lastModificationDate": "2022-04-17",
- "channels": [
- {
- "lastActivityDate": "2022-04-17",
- "name": "Email",
- "activityType": "string",
- "amount": "100"
}
]
}, - "postalAddresses": [
- {
- "addressCode": "string",
- "addressBookIndicator": "string",
- "addressType": "Postal",
- "addressPurpose": "Billing",
- "primaryIndicator": true,
- "careOf": "C/O Company Name",
- "department": "A",
- "subDepartment": "B",
- "streetName": "First Street",
- "firstCrossStreetName": "string",
- "secondCrossStreetName": "Second Street",
- "buildingNumber": "11407",
- "buildingName": "Tall Tower",
- "floor": "20",
- "postBox": "MY779",
- "room": "22",
- "postCode": "97062-6884",
- "carrierRoute": "C001",
- "censusTract": "12345",
- "censusBlock": "1234",
- "cBSACode": "49780",
- "cBSAType": "MSA",
- "foreignIndicator": true,
- "townName": "San Diego",
- "townLocationName": "Clackamas",
- "districtName": "Columbia",
- "countyName": "Cook",
- "countrySubDivision": "Oregon",
- "countrySubDivisionCode": "AR-B",
- "country": "US",
- "addressLine": [
- "11407 Sw Amu st, Suite MY777"
], - "temporaryIndicator": true,
- "period": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "codes": [
- {
- "name": null,
- "value": null,
- "description": null
}
], - "identifiers": [
- {
- "number": null,
- "schemeName": null,
- "issuer": null,
- "issueDate": null,
- "expirationDate": null
}
]
}
], - "structuredName": {
- "firstName": "Mary",
- "middleName": "Joe",
- "lastName": "Smith",
- "middleInitial": "J.",
- "suffix": "PhD",
- "prefix": "Dr."
}, - "phones": [
- {
- "number": "+1-555-1234567",
- "extension": "strin",
- "country": "str",
- "phoneType": "string",
- "phonePurpose": "string",
- "foreignIndicator": true,
- "primaryIndicator": true,
- "preferredHourOfDay": {
- "hour": "12",
- "timeZone": "Pacific",
- "timeOfTheDay": "string"
}, - "comment": "This is a description.",
- "period": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "codes": [
- {
- "name": null,
- "value": null,
- "description": null
}
], - "identifiers": [
- {
- "number": null,
- "schemeName": null,
- "issuer": null,
- "issueDate": null,
- "expirationDate": null
}
], - "lastUpdatedDate": "2022-04-17T08:00:00Z"
}
], - "emails": [
- {
- "emailAddress": "string",
- "emailPurpose": "Statements",
- "primaryIndicator": true,
- "identifiers": [
- {
- "number": null,
- "schemeName": null,
- "issuer": null,
- "issueDate": null,
- "expirationDate": null
}
], - "lastUpdatedDate": "2022-04-17T08:00:00Z"
}
], - "employeeIndicator": true
}, - "identifiers": [
- {
- "number": "string",
- "schemeName": "MemberNumber",
- "issuer": "string"
}
], - "productId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "number": "1234567890123456789",
- "cardHolderType": "Primary",
- "fundingSourceType": "Credit",
- "businessIndicator": true,
- "cardBranchId": "SEA_1",
- "startDate": "2022-04-17",
- "expiryDate": "2022-12",
- "relatedAccounts": [
- {
- "accountRelationType": "Child",
- "accountId": "033-DDA-123456",
- "accountNumber": "012345678",
- "accountType": "Checking",
- "name": "Hermes PD_CA 0002",
- "balances": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "balanceName": "Available",
- "amount": "100",
- "count": 0,
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z",
- "codes": [
- null
]
}
]
}
], - "status": "Active",
- "statusDate": "2022-04-17T08:00:00Z",
- "statusReasons": [
- "Active"
], - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
], - "balances": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "balanceName": "Available",
- "amount": "100",
- "count": 0,
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
], - "spotDates": [
- {
- "name": "Expiration",
- "date": "2022-04-17T08:00:00Z"
}
], - "partyId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "partyType": "Person",
- "partyName": "Jane Birkin",
- "partyRelationType": "PrimaryServicerOfficer",
- "effectiveDate": "2022-04-17T08:00:00Z",
- "partyRelationDescription": "This is a description.",
- "ownershipPercentage": "25"
}
], - "relatedAccounts": [
- {
- "accountRelationType": "Child",
- "accountId": "033-DDA-123456",
- "accountNumber": "012345678",
- "accountType": "Checking",
- "name": "Hermes PD_CA 0002",
- "balances": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "balanceName": "Available",
- "amount": "100",
- "count": 0,
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
]
}
], - "postalAddresses": [
- {
- "addressCode": "string",
- "addressBookIndicator": "string",
- "addressType": "Postal",
- "addressPurpose": "Billing",
- "primaryIndicator": true,
- "careOf": "C/O Company Name",
- "department": "A",
- "subDepartment": "B",
- "streetName": "First Street",
- "firstCrossStreetName": "string",
- "secondCrossStreetName": "Second Street",
- "buildingNumber": "11407",
- "buildingName": "Tall Tower",
- "floor": "20",
- "postBox": "MY779",
- "room": "22",
- "postCode": "97062-6884",
- "carrierRoute": "C001",
- "censusTract": "12345",
- "censusBlock": "1234",
- "cBSACode": "49780",
- "cBSAType": "MSA",
- "foreignIndicator": true,
- "townName": "San Diego",
- "townLocationName": "Clackamas",
- "districtName": "Columbia",
- "countyName": "Cook",
- "countrySubDivision": "Oregon",
- "countrySubDivisionCode": "AR-B",
- "country": "US",
- "addressLine": [
- "11407 Sw Amu st, Suite MY777"
], - "temporaryIndicator": true,
- "period": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
]
}
], - "relationshipId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "relationshipLeadIndicator": true,
- "residenceType": "Domestic",
- "taxInformation": {
- "tIN": "778-62-8144",
- "taxIdType": "SocialSecurityNumber",
- "financialReportingIndicator": true,
- "taxReportingIndicator": true,
- "interestReportingIndicator": true,
- "tINStatus": "Valid",
- "tINVerification": {
- "verificationAttemps": 1,
- "bNoticeDates": [
- "2022-04-17"
], - "tINResultCode": "str",
- "verificationDate": "2022-04-17",
- "applicationDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}, - "taxStatus": "Exempt",
- "exemptionCode": "0",
- "exemptionReason": "This is a description.",
- "forms": [
- {
- "formName": "W-8",
- "taxRate": "100",
- "onFileIndicator": true,
- "taxStatus": "Exempt",
- "certificationDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "regulations": [
- {
- "name": "Chapter4",
- "section": "1471"
}
], - "withholdings": [
- {
- "withholdingTaxType": "NonResidentAlienTax",
- "withholdingRate": "25",
- "taxStatus": "string",
- "withholdingAmount": "100"
}
], - "foreignIndicator": true,
- "codes": [
- {
- "name": "string",
- "value": "str"
}
], - "recipientGIIN": "ADN123.FG4FE3.LE.999",
- "recipientPostCode": "string",
- "recipientTownName": "San Diego",
- "countrySubDivisionCode": "AR-B",
- "country": "st",
- "supplementaryData": { }
}, - "powerOfAttorney": {
- "documentId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "documentReference": "string",
- "format": "PDF",
- "title": "This is a Title.",
- "version": "string",
- "signOffDate": "2022-04-17",
- "issueDate": "2022-04-17",
- "purpose": "string",
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "jurisdiction": {
- "countrySubdivision": "Oregon",
- "townName": "San Diego",
- "country": "US"
}, - "contact": {
- "structuredName": {
- "firstName": "Mary",
- "middleName": "Joe",
- "lastName": "Smith",
- "middleInitial": "J.",
- "suffix": "PhD",
- "prefix": "Dr."
}, - "name": "Jane Birkin",
- "firstContactDate": "2022-04-17T08:00:00Z",
- "lastContactDate": "2022-04-17T08:00:00Z",
- "phones": [
- {
- "number": "+1-555-1234567",
- "extension": "strin",
- "country": "str",
- "phoneType": "string",
- "phonePurpose": "string",
- "foreignIndicator": true,
- "primaryIndicator": true,
- "preferredHourOfDay": {
- "hour": "12",
- "timeZone": "Pacific",
- "timeOfTheDay": "string"
}, - "comment": "This is a description.",
- "period": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "lastUpdatedDate": "2022-04-17T08:00:00Z"
}
], - "emails": [
- {
- "emailAddress": "string",
- "emailPurpose": "Statements",
- "primaryIndicator": true,
- "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "lastUpdatedDate": "2022-04-17T08:00:00Z"
}
], - "jobTitle": "Head of Documentation",
- "department": "Sales",
- "communicationChannels": [
- {
- "channel": "Email",
- "channelIdentification": "011-02010020202",
- "channelPurpose": "PrivacyNotices",
- "codeWord": "string",
- "alertIndicator": null,
- "personId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "status": "Warning",
- "primaryIndicator": true,
- "leadTime": {
- "unit": "Months",
- "value": 999
}, - "alertText": "This is a description.",
- "contactDates": [
- {
- "name": "Expiration",
- "date": "2022-04-17T08:00:00Z"
}
], - "contactCount": 0
}
], - "preferredMethod": "Email",
- "preferredLanguage": "English"
}, - "parties": {
- "partyId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "partyType": "Person",
- "partyName": "Jane Birkin"
}, - "authorizedPerson": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "authorizedAccount": "033-DDA-123456"
}, - "supplementaryData": { },
- "excludeMarketingIndicator": true,
- "audit": {
- "status": "string",
- "creationDate": "2022-04-17",
- "lastModificacionChannel": "Email",
- "lastModificationDate": "2022-04-17",
- "channels": [
- {
- "lastActivityDate": "2022-04-17",
- "name": "Email",
- "activityType": "string",
- "amount": "100"
}
]
}, - "restrictions": [
- {
- "name": "WireTransferIn",
- "restrictionPurpose": "This is a description.",
- "enableIndicator": true,
- "disableConditions": [
- "LessThanMinAmount"
], - "validFrom": "2022-04-17",
- "validUntil": "2022-04-17",
- "status": "Pending"
}
], - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "print": {
- "displayOptions": [
- "string"
], - "printOptions": [
- {
- "name": "string",
- "options": [
- "string"
]
}
]
}, - "products": [
- {
- "productId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "name": "Visa Business Card",
- "description": "This is a description.",
- "productType": "PaymentCard",
- "productSubType": "BusinessCard",
- "restrictions": [
- {
- "name": "WireTransferIn",
- "restrictionPurpose": "This is a description.",
- "enableIndicator": true,
- "disableConditions": [
- "LessThanMinAmount"
], - "validFrom": "2022-04-17",
- "validUntil": "2022-04-17",
- "status": "Pending"
}
], - "projectedDates": [
- {
- "name": "Expiration",
- "date": "2022-04-17T08:00:00Z"
}
], - "limits": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "name": "CreditLimit",
- "limitType": "DirectDebit",
- "channelType": "string",
- "amount": "100",
- "currency": "USD",
- "number": 0,
- "enableIndicator": true,
- "feesConsentIndicator": true,
- "percentageIndicator": true,
- "percentage": "25",
- "temporaryIndicator": true,
- "validityPeriod": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "periodicity": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "usedAmount": "100",
- "usedNumber": 0,
- "usedPercentage": "25",
- "status": "Requested",
- "statusDateAndtime": "2022-04-17T08:00:00Z",
- "history": {
- "originalAmount": "100",
- "originalLimitType": "DirectDebit",
- "details": [
- {
- "amount": "100",
- "enabledDate": "2022-04-17T08:00:00Z",
- "disableDate": "2022-04-17T08:00:00Z"
}
]
}, - "balances": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "balanceName": "Available",
- "amount": "100",
- "count": 0,
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
], - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "accessConditions": [
- "LessThanMinAmount"
], - "notificationOptions": [
- "Exception"
], - "payments": [
- {
- "frequency": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "paymentType": "Compound",
- "paymentTypeOptions": [
- "Primary"
], - "paymentName": "string",
- "accountId": "033-DDA-123456",
- "referenceNumber": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "paymentDate": "2022-04-17",
- "lastPaid": "100",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
]
}
], - "parties": [
- "ParentProvider"
], - "status": "GoodStanding",
- "statusDateAndTime": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "supplementaryData": { }
}
], - "statement": {
- "frequency": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "communicationMethod": "Email",
- "format": "PDF",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "templateCode": "1",
- "lastStatementPeriod": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string"
}, - "nextStatementPeriod": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string"
}, - "lastStatementDate": "2022-04-17",
- "previousStatementDate": "2022-04-17",
- "lastRegularStatementDate": "2022-04-17",
- "truncationOptions": [
- "ItemsIncluded"
], - "accountNameIndicator": true,
- "balances": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "balanceName": "Available",
- "amount": "100",
- "count": 0,
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
], - "preferredLanguage": "English",
- "combineType": "SavingsSatement",
- "category": "BalanceSheet",
- "subcategory": "Cash",
- "profitabilityModelId": "1",
- "lastIRAStatementDate": "2022-04-17"
}, - "placeAndDateOfBirth": {
- "countrySubdivision": "Oregon",
- "townName": "San Diego",
- "country": "US",
- "birthDate": "2022-04-17"
}, - "signature": {
- "0": 83,
- "1": 109,
- "2": 70,
- "3": 117,
- "4": 90,
- "5": 83,
- "6": 66,
- "7": 67,
- "8": 97,
- "9": 88,
- "10": 74,
- "11": 114,
- "12": 97,
- "13": 87,
- "14": 52,
- "15": 61
}, - "signatureVerificationId": "0dd926fe-1ca2-11ed-861d-0242ac120002",
- "contact": {
- "structuredName": {
- "firstName": "Mary",
- "middleName": "Joe",
- "lastName": "Smith",
- "middleInitial": "J.",
- "suffix": "PhD",
- "prefix": "Dr."
}, - "name": "Jane Birkin",
- "firstContactDate": "2022-04-17T08:00:00Z",
- "lastContactDate": "2022-04-17T08:00:00Z",
- "phones": [
- {
- "number": "+1-555-1234567",
- "extension": "strin",
- "country": "str",
- "phoneType": "string",
- "phonePurpose": "string",
- "foreignIndicator": true,
- "primaryIndicator": true,
- "preferredHourOfDay": {
- "hour": "12",
- "timeZone": "Pacific",
- "timeOfTheDay": "string"
}, - "comment": "This is a description.",
- "period": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "lastUpdatedDate": "2022-04-17T08:00:00Z"
}
], - "emails": [
- {
- "emailAddress": "string",
- "emailPurpose": "Statements",
- "primaryIndicator": true,
- "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "lastUpdatedDate": "2022-04-17T08:00:00Z"
}
], - "jobTitle": "Head of Documentation",
- "department": "Sales",
- "communicationChannels": [
- {
- "channel": "Email",
- "channelIdentification": "011-02010020202",
- "channelPurpose": "PrivacyNotices",
- "codeWord": "string",
- "alertIndicator": null,
- "personId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "status": "Warning",
- "primaryIndicator": true,
- "leadTime": {
- "unit": "Months",
- "value": 999
}, - "alertText": "This is a description.",
- "contactDates": [
- {
- "name": "Expiration",
- "date": "2022-04-17T08:00:00Z"
}
], - "contactCount": 0
}
], - "preferredMethod": "Email",
- "preferredLanguage": "English"
}, - "headOfHousehold": true,
- "civilStatus": "Single",
- "structuredName": {
- "firstName": "Mary",
- "middleName": "Joe",
- "lastName": "Smith",
- "middleInitial": "J.",
- "suffix": "PhD",
- "prefix": "Dr."
}, - "gender": "Female",
- "race": "Director",
- "profession": "Artist",
- "jobTitle": "Head of Documentation",
- "educationLevel": null,
- "residentialStatus": "Permanent",
- "immigrationStatus": "Permanent",
- "minorIndicator": true,
- "citizenships": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "country": "US"
}
], - "countryOfResidence": "US",
- "profile": {
- "riskLevel": "Permanent",
- "riskCategories": [
- {
- "name": "StandardAndPoors",
- "level": "Permanent",
- "date": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
], - "bSARiskCode": 0,
- "creditReview": {
- "frequency": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "lastReviewDate": "2022-04-17T08:00:00Z",
- "nextReviewDate": "2022-04-17T08:00:00Z",
- "creditQuality": "UpperMediumGrade",
- "creditRankingScales": [
- {
- "name": "StandardAndPoors",
- "score": "AAA",
- "date": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
], - "creditReportAddressIndicatorCode": "string",
- "creditReportAddressIndicatorDate": "2022-04-17T08:00:00Z",
- "consumerCreditReportInformation": "This is a description.",
- "consumerCreditReportDate": "2022-04-17T08:00:00Z"
}, - "creditBureauReportCode": "30",
- "eCOACode": "string",
- "cTRExemptIndicator": true,
- "oFACReportingIndicator": true,
- "previousFinancialInstitution": "Jane Birkin",
- "referredByWhom": "Jane Birkin",
- "moneyLaunderingCheck": "AuthorizedCredit",
- "knowYourCustomerCheck": "Ordinary",
- "timeAtCurrentAddress": {
- "unit": "Months",
- "value": 999
}, - "dateAtCurrentAddress": "2022-04-17",
- "yearsAtCurrentAddress": 0,
- "sourceOfWealth": "This is a description.",
- "politicalAffiliation": "string",
- "lostCustomerDate": "2022-04-17",
- "lostCustomerReason": "Deceased",
- "customerType": "Consumer",
- "servicerAlerts": [
- {
- "alertName": "CreditBureauAlert",
- "alertType": "Warning",
- "alertCode": "string",
- "message": "This is a description.",
- "lastAlertDate": "2022-04-17"
}
], - "insiderType": "Director",
- "privacyNoticedIndicator": true,
- "privacyNoticeOption": "string",
- "customerIdentificationProgram": {
- "certificateDocument": [
- "IdentityCard"
], - "certificationStatus": "CertifiedLevel1",
- "certificationDate": "2022-04-17T08:00:00Z",
- "certificationFrequency": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}
}, - "customerConductClassification": "string",
- "familyMedicalInsuranceIndicator": true,
- "militaryMemberIndicator": true,
- "militaryPeriod": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "salaryRange": {
- "minAmount": "100",
- "maxAmount": "100"
}, - "residenceValue": "100",
- "residenceMortage": "100",
- "employmentStatus": "string",
- "vIPStatus": "Elite",
- "employments": [
- {
- "employingPartyName": "Jane Birkin",
- "jobTitle": "Head of Documentation",
- "profession": "Artist",
- "employmentStatus": "string",
- "professionCode": {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}, - "employeeTerminationIndicator": false,
- "lengthOfEmployment": {
- "unit": "Months",
- "value": 999
}, - "endDate": "2022-04-17",
- "startDate": "2022-04-17",
- "place": {
- "countrySubdivision": "Oregon",
- "townName": "San Diego",
- "country": "US"
}
}
], - "employeeIndicator": true,
- "annualIncome": "100",
- "monthlyIncome": "100",
- "grossMonthPayAmount": "100",
- "netMonthPayAmount": "100",
- "monthPayDate": "2022-04-17T08:00:00Z",
- "yearsOfEducation": 0,
- "politicallyExposedPerson": true,
- "identityTheftServiceIndicator": true,
- "identityQuestions": [
- {
- "question": "This is a description.",
- "questionId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "identityQuestionType": "FavoriteColor",
- "answer": "This is a description.",
- "message": "This is a description."
}
], - "coveredByMilitaryLendingActIndicator": true
}, - "personId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "status": "GoodStanding",
- "users": [
- {
- "personId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "userId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "userName": "Jane Birkin",
- "purpose": "This is a description.",
- "audit": {
- "status": "string",
- "creationDate": "2022-04-17",
- "lastModificacionChannel": "Email",
- "lastModificationDate": "2022-04-17",
- "channels": [
- {
- "lastActivityDate": "2022-04-17",
- "name": "Email",
- "activityType": "string",
- "amount": "100"
}
]
}
}
], - "documents": [
- {
- "documentId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "documentReference": "string",
- "format": "PDF",
- "title": "This is a Title.",
- "version": "string",
- "signOffDate": "2022-04-17",
- "issueDate": "2022-04-17",
- "purpose": "string"
}
], - "cards": [
- {
- "cardId": "0dd926fe-1ca2-11ed-861d-0242ac120002",
- "cardHolder": {
- "personId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "identifiers": [
- {
- "schemeName": "SocialSecurityNumber",
- "number": "123-45-6789",
- "issuer": "Baltimore",
- "country": "US",
- "countrySubdivisionCode": "AR-B",
- "issueDate": "2022-04-17",
- "applyDate": "2022-04-17",
- "expirationDate": "2022-04-17",
- "verificationDate": "2022-04-17",
- "foreingIDIndicator": true,
- "taxIDIndicator": true,
- "displayOption": "string"
}
], - "name": "Jane Birkin",
- "shortName": "Jane",
- "placeAndDateOfBirth": {
- "countrySubdivision": "Oregon",
- "townName": "San Diego",
- "country": "US",
- "birthDate": "2022-04-17"
}, - "gender": "Female",
- "status": "GoodStanding",
- "coveredByMilitaryLendingActIndicator": true,
- "militaryMemberIndicator": true,
- "militaryPeriod": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "audit": {
- "status": "string",
- "creationDate": "2022-04-17",
- "lastModificacionChannel": "Email",
- "lastModificationDate": "2022-04-17",
- "channels": [
- {
- "lastActivityDate": "2022-04-17",
- "name": "Email",
- "activityType": "string",
- "amount": "100"
}
]
}, - "postalAddresses": [
- {
- "addressCode": "string",
- "addressBookIndicator": "string",
- "addressType": "Postal",
- "addressPurpose": "Billing",
- "primaryIndicator": true,
- "careOf": "C/O Company Name",
- "department": "A",
- "subDepartment": "B",
- "streetName": "First Street",
- "firstCrossStreetName": "string",
- "secondCrossStreetName": "Second Street",
- "buildingNumber": "11407",
- "buildingName": "Tall Tower",
- "floor": "20",
- "postBox": "MY779",
- "room": "22",
- "postCode": "97062-6884",
- "carrierRoute": "C001",
- "censusTract": "12345",
- "censusBlock": "1234",
- "cBSACode": "49780",
- "cBSAType": "MSA",
- "foreignIndicator": true,
- "townName": "San Diego",
- "townLocationName": "Clackamas",
- "districtName": "Columbia",
- "countyName": "Cook",
- "countrySubDivision": "Oregon",
- "countrySubDivisionCode": "AR-B",
- "country": "US",
- "addressLine": [
- "11407 Sw Amu st, Suite MY777"
], - "temporaryIndicator": true,
- "period": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
]
}
], - "structuredName": {
- "firstName": "Mary",
- "middleName": "Joe",
- "lastName": "Smith",
- "middleInitial": "J.",
- "suffix": "PhD",
- "prefix": "Dr."
}, - "phones": [
- {
- "number": "+1-555-1234567",
- "extension": "strin",
- "country": "str",
- "phoneType": "string",
- "phonePurpose": "string",
- "foreignIndicator": true,
- "primaryIndicator": true,
- "preferredHourOfDay": {
- "hour": "12",
- "timeZone": "Pacific",
- "timeOfTheDay": "string"
}, - "comment": "This is a description.",
- "period": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "lastUpdatedDate": "2022-04-17T08:00:00Z"
}
], - "emails": [
- {
- "emailAddress": "string",
- "emailPurpose": "Statements",
- "primaryIndicator": true,
- "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "lastUpdatedDate": "2022-04-17T08:00:00Z"
}
], - "employeeIndicator": true
}, - "identifiers": [
- {
- "number": "string",
- "schemeName": "MemberNumber",
- "issuer": "string"
}
], - "productId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "number": "1234567890123456789",
- "cardHolderType": "Primary",
- "fundingSourceType": "Credit",
- "businessIndicator": true,
- "cardBranchId": "SEA_1",
- "startDate": "2022-04-17",
- "expiryDate": "2022-12",
- "relatedAccounts": [
- {
- "accountRelationType": "Child",
- "accountId": "033-DDA-123456",
- "accountNumber": "012345678",
- "accountType": "Checking",
- "name": "Hermes PD_CA 0002",
- "balances": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "balanceName": "Available",
- "amount": "100",
- "count": 0,
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
]
}
], - "status": "Active",
- "statusDate": "2022-04-17T08:00:00Z",
- "statusReasons": [
- "Active"
], - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
]
}
Retrieves a list of organizations matching the parameters.
Authorizations:
query Parameters
name.inc | string The organization name includes the substring provided. |
accountNumber.eq | string (AccountNumber) <= 30 characters Example: accountNumber.eq=012345678 The organization owns an account with the number. |
tin.eq | string |
email.eq | string Email equals to |
addressLine.inc | string Any address line of any postal address includes substring |
postCode.eq | string Any postal address with post code equals to |
country.eq | string Any postal address with country code equals to |
countrySubDivision.inc | string Any postal address with country subdivision includes substring |
townName.inc | string Any postal address with town name includes substring |
organizationId.eq | string (Id) [ 1 .. 36 ] characters Example: organizationId.eq=5fb9d4d6-1a3c-11ed-861d-0242ac120002 System id equals to |
audit.lastModificationDate.lte | string <date> (Date) Example: audit.lastModificationDate.lte=2022-04-17 A particular point in the progression of time in a calendar year expressed in the YYYY-MM-DD format. |
dateOfBith.eq | string <date> (Date) Example: dateOfBith.eq=2022-04-17 A particular point in the progression of time in a calendar year expressed in the YYYY-MM-DD format. |
audit.lastModificationDate.gte | string <date> (Date) Example: audit.lastModificationDate.gte=2022-04-17 A particular point in the progression of time in a calendar year expressed in the YYYY-MM-DD format. |
cursor | string Specifies an opaque string value ( "no meaning" string value) at which start retrieving transactions. For instance, limit=5&cursor=62aef884fbe3470ce7d9a92140b09b17 |
limit | string Specifies the number of resources to return in one request, specified as an integer from 1 to 100. |
header Parameters
servicerId | string (Id) [ 1 .. 36 ] characters Example: 5fb9d4d6-1a3c-11ed-861d-0242ac120002 Account Servicer Identification (Bank) |
servicerBranchId | string (ServicerBranchId) [ 1 .. 36 ] characters Example: SEA_1 Identification of the account servicer institution at branch level or center level. |
Pagination-Cursor required | string Pagination Cursor |
Pagination-Total required | string Total number of resources. |
Responses
Response samples
- 200
- 400
- 500
[- {
- "organizationId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "organizationType": "Corporation",
- "identifiers": [
- {
- "number": "123-45-6789",
- "issuer": "UnitedStates",
- "country": "US",
- "countrySubdivisionCode": "AR-B",
- "issueDate": "2022-04-17",
- "applyDate": "2022-04-17",
- "expirationDate": "2022-04-17",
- "verificationDate": "2022-04-17",
- "foreingIDIndicator": true,
- "taxIDIndicator": true,
- "displayOption": "string",
- "schemeName": "TaxIdentificationNumber"
}
], - "name": "Jane Birkin",
- "shortName": "Jane",
- "legalName": "Jane",
- "tradingName": "Jane Birkin",
- "audit": {
- "status": "string",
- "creationDate": "2022-04-17",
- "lastModificacionChannel": "Email",
- "lastModificationDate": "2022-04-17",
- "channels": [
- {
- "lastActivityDate": "2022-04-17",
- "name": "Email",
- "activityType": "string",
- "amount": "100"
}
]
}
}
]
Creates an Organization
Authorizations:
header Parameters
idempotencyId | string (Id) [ 1 .. 36 ] characters Example: 5fb9d4d6-1a3c-11ed-861d-0242ac120002 Idempotency identifier used by the client when making repeated calls |
servicerId | string (Id) [ 1 .. 36 ] characters Example: 5fb9d4d6-1a3c-11ed-861d-0242ac120002 Account Servicer Identification (Bank) |
servicerBranchId | string (ServicerBranchId) [ 1 .. 36 ] characters Example: SEA_1 Identification of the account servicer institution at branch level or center level. |
Request Body schema: application/json
Array of objects (OrganizationIdentification) | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
name | string (PartyName) [ 1 .. 350 ] characters Example: "Jane Birkin" Name by which a party is known and which is usually used to identify that party. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
shortName | string (PartyShortName) [ 1 .. 35 ] characters Example: "Jane" Short name or nickname by which a party is known and which is usually used to identify that party. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
nameTemplateId | string (NameTemplateId) [ 1 .. 36 ] characters Example: "1" Template used to display the party name. This is an external id provided by the account servicer. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
nameSoundExId | string (SoundExId) [ 1 .. 36 ] characters Example: "1" Identification of a SoundEx method develop for search attribute. SoundEx is a method used to find strings when the sound is known but the precise spelling is not. It searches out words with similar sounds based on phonetic assumptions about how certain letters are pronounced. It can be used to search names in a database, for example, where spellings and pronunciations for similar names may vary. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
partyBranchId | string (ServicerBranchId) [ 1 .. 36 ] characters Example: "SEA_1" Identification of the account servicer institution at branch level or center level. To overlay the codes to produce a unique identifier the following expresion is used: BranchRegionCode-BranchSubdivisionCode. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
customerSinceDate | string <date-time> (DateAndTime) Example: "2022-04-17T08:00:00Z" | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array of objects (Comment) Bank commnents of the party. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array of objects (DetailedRelatedParty) | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array of objects (RelatedAccount) | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array of objects (PostalAddress) | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
relationshipId | string [ 1 .. 36 ] characters Example: "5fb9d4d6-1a3c-11ed-861d-0242ac120002" Customer principal relationship. This entity gives the ability to view a party’s total relationship with the bank. The relationship Id ties multiple parties together. This code is also used to reduce mailing costs during marketing campaigns to avoid sending duplicate materials to parties residing at the same address. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
relationshipLeadIndicator | boolean The relationship lead is often the primary account owner or the party with whom the bank have the most contact. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
residenceType | string [ 1 .. 35 ] characters Example: "Domestic" Specifies the type of residence where the party has its permanent home or principal establishment. Possible ISO Complaian values are: Domestic, Foreign, Mixed | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
object (TaxPartyInformation) Taxation parameters which apply to an individual person or to an organization. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
object (PowerOfAttorney) Document that transfers specific rights from a party to a person. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
supplementaryData | object (SupplementaryData) Additional information that cannot be captured in the structured elements and/or any other specific block. If this information need to be converted in ISO Messages, must be ISO 20022 compliant: it requires development of a compliant message extension model and its components must be registered in the ISO 20022 Data Dictionary. https://www.iso20022.org/catalogue-messages/additional-content-messages/supplementary-data | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
excludeMarketingIndicator | boolean | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
object (Audit) Resource Audit Information. Captures the creation, modification and maintenance details. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array of objects (Restriction) Access and operation restrictions at Party level. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array of objects (GenericCode) Codes to clasify parties. Possible code names: Priority. For Organizations: StandardIndustryClassification, StandardIndustrySubClass AccountingGroup, CurrentRoutingNumber. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
webPage | string^[(http(s)?):\/\/(www\.)?a-zA-Z0-9@:%._\+~#=]... Example: "http://portx.io" Party web page | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
object (PartyPrintOptions) | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array of objects (Product) Products related with the party | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
object (FinancialStatement) Specifies financial statement details. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
organizationType | string (OrganizationType) Example: "Corporation" Specifies the legal standing of the organization. Possible values are: Government, FinancialInstitution, SoleProprietorship, UnincorporatedAssociation, LimitedLiabilityPartnership, LimitedLiabilityCompany, LimitedPartnership, FormalPartnership, GeneralPartnership, Business, Corporation, NotForProfit, ForProfit, NonProfit, Club, Supranational, Sovereign, Municipal, Province, State, County, National, ExemptionTrust, LivingTrust, EmployeeTrust, RevocableTrust, IrrovocableTrust, NakedTrust, FamilyTrust, BussinesTrust, CliffordTrust, FormalTrust, PublicAgency, Association, Church. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
organizationPurpose | string [ 1 .. 1025 ] characters Example: "This is a description." Description and purpose of an organization. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
legalName | string [ 1 .. 35 ] characters Example: "Jane" Official name under which an organization is registered. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
tradingName | string [ 1 .. 35 ] characters Example: "Jane" Name used by a business for commercial purposes, although its registered legal name, used for contracts and other formal situations. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
registrationDate | string <date> Example: "2022-04-17" Date and time at which a given organization was officially registered. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
establishmentDate | string <date> Example: "2022-04-17" Date when the Organization was established. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
merchantCategory | string (MerchantCategoryCode) ^[0-9]{4,4} Example: "482" Category code conform to ISO 18245, related to the type of services or goods the merchant provides for the transaction. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
nAICSCode | string (NAICSCode) ^[0-9]{2,2} Example: "54" The North American Industry Classification System (NAICS) is the standard used by Federal statistical agencies in classifying business establishments for the purpose of collecting, analyzing, and publishing statistical data related to the U.S. business economy. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
lineOfBusiness | string [ 1 .. 35 ] characters The line of business refers to the specific industry or market segment that a company operates. This helps to further define the target market and focus marketing efforts on reaching and serving the needs of that specific group. Possible Values: ConsumerGoods, ConsumerCervices, SmallBusiness, Corporate. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
sector | string (OrganizationSector) A sector is an area of the economy in which businesses share the same or related business activity, product, or service. Energy, Materials, Industrials, ConsumerDiscretionary, ConsumerStaples, HealthCare, Financials, InformationTechnology, TelecommunicationServices, Utilities, RealEstate. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
object (OrganizationProfile) Information to support Know Your Customer (KYC) processes. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
object Business e-mails and phone numbers. Configuration of communication channels at organization level. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
logo | string <byte> (ComercialLogo) [ 1 .. 32768 ] characters Commercial logo of the organization. Max length of 32K, base64 encoded. |
Responses
Request samples
- Payload
{- "identifiers": [
- {
- "number": "123-45-6789",
- "issuer": "UnitedStates",
- "country": "US",
- "countrySubdivisionCode": "AR-B",
- "issueDate": "2022-04-17",
- "applyDate": "2022-04-17",
- "expirationDate": "2022-04-17",
- "verificationDate": "2022-04-17",
- "foreingIDIndicator": true,
- "taxIDIndicator": true,
- "displayOption": "string",
- "schemeName": "TaxIdentificationNumber"
}
], - "name": "Jane Birkin",
- "shortName": "Jane",
- "nameTemplateId": "1",
- "nameSoundExId": "1",
- "partyBranchId": "SEA_1",
- "customerSinceDate": "2022-04-17T08:00:00Z",
- "comments": [
- {
- "name": "string",
- "text": "This is a description."
}
], - "relatedParties": [
- {
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "customerType": "Consumer",
- "cards": [
- {
- "cardId": "0dd926fe-1ca2-11ed-861d-0242ac120002",
- "identifiers": [
- {
- "number": "string",
- "schemeName": "MemberNumber",
- "issuer": "string"
}
], - "statusDate": "2022-04-17T08:00:00Z",
- "statusReasons": [
- "Active"
], - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
], - "balances": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "balanceName": "Available",
- "amount": "100",
- "count": 0,
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
], - "spotDates": [
- {
- "name": "Expiration",
- "date": "2022-04-17T08:00:00Z"
}
], - "partyId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "partyType": "Person",
- "partyRelationType": "PrimaryServicerOfficer",
- "effectiveDate": "2022-04-17T08:00:00Z",
- "partyRelationDescription": "This is a description.",
- "ownershipPercentage": "25"
}
], - "relatedAccounts": [
- {
- "accountRelationType": "Child",
- "accountId": "033-DDA-123456"
}
], - "postalAddresses": [
- {
- "addressCode": "string",
- "addressBookIndicator": "string",
- "addressType": "Postal",
- "addressPurpose": "Billing",
- "primaryIndicator": true,
- "careOf": "C/O Company Name",
- "department": "A",
- "subDepartment": "B",
- "streetName": "First Street",
- "firstCrossStreetName": "string",
- "secondCrossStreetName": "Second Street",
- "buildingNumber": "11407",
- "buildingName": "Tall Tower",
- "floor": "20",
- "postBox": "MY779",
- "room": "22",
- "postCode": "97062-6884",
- "carrierRoute": "C001",
- "censusTract": "12345",
- "censusBlock": "1234",
- "cBSACode": "49780",
- "cBSAType": "MSA",
- "foreignIndicator": true,
- "townName": "San Diego",
- "townLocationName": "Clackamas",
- "districtName": "Columbia",
- "countyName": "Cook",
- "countrySubDivision": "Oregon",
- "countrySubDivisionCode": "AR-B",
- "country": "US",
- "addressLine": [
- "11407 Sw Amu st, Suite MY777"
], - "temporaryIndicator": true,
- "period": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
]
}
], - "relationshipId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "relationshipLeadIndicator": true,
- "residenceType": "Domestic",
- "taxInformation": {
- "tIN": "778-62-8144",
- "taxIdType": "SocialSecurityNumber",
- "financialReportingIndicator": true,
- "taxReportingIndicator": true,
- "interestReportingIndicator": true,
- "tINStatus": "Valid",
- "tINVerification": {
- "verificationAttemps": 1,
- "bNoticeDates": [
- "2022-04-17"
], - "tINResultCode": "str",
- "verificationDate": "2022-04-17",
- "applicationDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}, - "taxStatus": "Exempt",
- "exemptionCode": "0",
- "exemptionReason": "This is a description.",
- "forms": [
- {
- "formName": "W-8",
- "taxRate": "100",
- "onFileIndicator": true,
- "taxStatus": "Exempt",
- "certificationDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "regulations": [
- {
- "name": "Chapter4",
- "section": "1471"
}
], - "withholdings": [
- {
- "withholdingTaxType": "NonResidentAlienTax",
- "withholdingRate": "25",
- "taxStatus": "string",
- "withholdingAmount": "100"
}
], - "foreignIndicator": true,
- "codes": [
- {
- "name": "string",
- "value": "str"
}
], - "recipientGIIN": "ADN123.FG4FE3.LE.999",
- "recipientPostCode": "string",
- "recipientTownName": "San Diego",
- "countrySubDivisionCode": "AR-B",
- "country": "st",
- "supplementaryData": { }
}, - "powerOfAttorney": {
- "documentId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "documentReference": "string",
- "format": "PDF",
- "title": "This is a Title.",
- "version": "string",
- "signOffDate": "2022-04-17",
- "issueDate": "2022-04-17",
- "purpose": "string",
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "jurisdiction": {
- "countrySubdivision": "Oregon",
- "townName": "San Diego",
- "country": "US"
}, - "contact": {
- "structuredName": {
- "firstName": "Mary",
- "middleName": "Joe",
- "lastName": "Smith",
- "middleInitial": "J.",
- "suffix": "PhD",
- "prefix": "Dr."
}, - "name": "Jane Birkin",
- "firstContactDate": "2022-04-17T08:00:00Z",
- "lastContactDate": "2022-04-17T08:00:00Z",
- "phones": [
- {
- "number": "+1-555-1234567",
- "extension": "strin",
- "country": "str",
- "phoneType": "string",
- "phonePurpose": "string",
- "foreignIndicator": true,
- "primaryIndicator": true,
- "preferredHourOfDay": {
- "hour": "12",
- "timeZone": "Pacific",
- "timeOfTheDay": "string"
}, - "comment": "This is a description.",
- "period": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "lastUpdatedDate": "2022-04-17T08:00:00Z"
}
], - "emails": [
- {
- "emailAddress": "string",
- "emailPurpose": "Statements",
- "primaryIndicator": true,
- "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "lastUpdatedDate": "2022-04-17T08:00:00Z"
}
], - "jobTitle": "Head of Documentation",
- "department": "Sales",
- "communicationChannels": [
- {
- "channel": "Email",
- "channelIdentification": "011-02010020202",
- "channelPurpose": "PrivacyNotices",
- "codeWord": "string",
- "alertIndicator": null,
- "personId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "status": "Warning",
- "primaryIndicator": true,
- "leadTime": {
- "unit": "Months",
- "value": 999
}, - "alertText": "This is a description.",
- "contactDates": [
- {
- "name": "Expiration",
- "date": "2022-04-17T08:00:00Z"
}
], - "contactCount": 0
}
], - "preferredMethod": "Email",
- "preferredLanguage": "English"
}, - "parties": {
- "partyId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "partyType": "Person",
- "partyName": "Jane Birkin"
}, - "authorizedPerson": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "authorizedAccount": "033-DDA-123456"
}, - "supplementaryData": { },
- "excludeMarketingIndicator": true,
- "audit": {
- "status": "string",
- "creationDate": "2022-04-17",
- "lastModificacionChannel": "Email",
- "lastModificationDate": "2022-04-17",
- "channels": [
- {
- "lastActivityDate": "2022-04-17",
- "name": "Email",
- "activityType": "string",
- "amount": "100"
}
]
}, - "restrictions": [
- {
- "name": "WireTransferIn",
- "restrictionPurpose": "This is a description.",
- "enableIndicator": true,
- "disableConditions": [
- "LessThanMinAmount"
], - "validFrom": "2022-04-17",
- "validUntil": "2022-04-17",
- "status": "Pending"
}
], - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "print": {
- "displayOptions": [
- "string"
], - "printOptions": [
- {
- "name": "string",
- "options": [
- "string"
]
}
]
}, - "products": [
- {
- "productId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "name": "Visa Business Card",
- "description": "This is a description.",
- "productType": "PaymentCard",
- "productSubType": "BusinessCard",
- "restrictions": [
- {
- "name": "WireTransferIn",
- "restrictionPurpose": "This is a description.",
- "enableIndicator": true,
- "disableConditions": [
- "LessThanMinAmount"
], - "validFrom": "2022-04-17",
- "validUntil": "2022-04-17",
- "status": "Pending"
}
], - "projectedDates": [
- {
- "name": "Expiration",
- "date": "2022-04-17T08:00:00Z"
}
], - "limits": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "name": "CreditLimit",
- "limitType": "DirectDebit",
- "channelType": "string",
- "amount": "100",
- "currency": "USD",
- "number": 0,
- "enableIndicator": true,
- "feesConsentIndicator": true,
- "percentageIndicator": true,
- "percentage": "25",
- "temporaryIndicator": true,
- "validityPeriod": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "periodicity": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "usedAmount": "100",
- "usedNumber": 0,
- "usedPercentage": "25",
- "status": "Requested",
- "statusDateAndtime": "2022-04-17T08:00:00Z",
- "history": {
- "originalAmount": "100",
- "originalLimitType": "DirectDebit",
- "details": [
- {
- "amount": "100",
- "enabledDate": "2022-04-17T08:00:00Z",
- "disableDate": "2022-04-17T08:00:00Z"
}
]
}, - "balances": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "balanceName": "Available",
- "amount": "100",
- "count": 0,
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
], - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "accessConditions": [
- "LessThanMinAmount"
], - "notificationOptions": [
- "Exception"
], - "payments": [
- {
- "frequency": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "paymentType": "Compound",
- "paymentTypeOptions": [
- "Primary"
], - "paymentName": "string",
- "accountId": "033-DDA-123456",
- "referenceNumber": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "paymentDate": "2022-04-17",
- "lastPaid": "100",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
]
}
], - "parties": [
- "ParentProvider"
], - "status": "GoodStanding",
- "statusDateAndTime": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "supplementaryData": { }
}
], - "statement": {
- "frequency": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "communicationMethod": "Email",
- "format": "PDF",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "templateCode": "1",
- "lastStatementPeriod": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string"
}, - "nextStatementPeriod": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string"
}, - "lastStatementDate": "2022-04-17",
- "previousStatementDate": "2022-04-17",
- "lastRegularStatementDate": "2022-04-17",
- "truncationOptions": [
- "ItemsIncluded"
], - "accountNameIndicator": true,
- "preferredLanguage": "English",
- "combineType": "SavingsSatement",
- "category": "BalanceSheet",
- "subcategory": "Cash",
- "profitabilityModelId": "1",
- "lastIRAStatementDate": "2022-04-17"
}, - "organizationType": "Corporation",
- "organizationPurpose": "This is a description.",
- "legalName": "Jane",
- "tradingName": "Jane",
- "registrationDate": "2022-04-17",
- "establishmentDate": "2022-04-17",
- "merchantCategory": "482",
- "nAICSCode": "54",
- "lineOfBusiness": "string",
- "sector": "string",
- "organizationProfile": {
- "riskLevel": "Permanent",
- "riskCategories": [
- {
- "name": "StandardAndPoors",
- "level": "Permanent",
- "date": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
], - "bSARiskCode": 0,
- "creditReview": {
- "frequency": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "lastReviewDate": "2022-04-17T08:00:00Z",
- "nextReviewDate": "2022-04-17T08:00:00Z",
- "creditQuality": "UpperMediumGrade",
- "creditRankingScales": [
- {
- "name": "StandardAndPoors",
- "score": "AAA",
- "date": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
], - "creditReportAddressIndicatorCode": "string",
- "creditReportAddressIndicatorDate": "2022-04-17T08:00:00Z",
- "consumerCreditReportInformation": "This is a description.",
- "consumerCreditReportDate": "2022-04-17T08:00:00Z"
}, - "creditBureauReportCode": "30",
- "eCOACode": "string",
- "cTRExemptIndicator": true,
- "oFACReportingIndicator": true,
- "previousFinancialInstitution": "Jane Birkin",
- "referredByWhom": "Jane Birkin",
- "moneyLaunderingCheck": "AuthorizedCredit",
- "knowYourCustomerCheck": "Ordinary",
- "timeAtCurrentAddress": {
- "unit": "Months",
- "value": 999
}, - "dateAtCurrentAddress": "2022-04-17",
- "yearsAtCurrentAddress": 0,
- "sourceOfWealth": "This is a description.",
- "politicalAffiliation": "string",
- "lostCustomerDate": "2022-04-17",
- "lostCustomerReason": "Deceased",
- "customerType": "Consumer",
- "servicerAlerts": [
- {
- "alertName": "CreditBureauAlert",
- "alertType": "Warning",
- "alertCode": "string",
- "message": "This is a description.",
- "lastAlertDate": "2022-04-17"
}
], - "insiderType": "Director",
- "legalEntityReportingIndicator": true,
- "numberOfEmployees": 100,
- "annualSales": "100",
- "services": "This is a description.",
- "goods": "This is a description.",
- "serviceOrGoodsLocations": [
- {
- "countrySubdivision": "Oregon",
- "townName": "San Diego",
- "country": "US"
}
], - "hSAIndicator": true
}, - "contact": {
- "structuredName": {
- "firstName": "Mary",
- "middleName": "Joe",
- "lastName": "Smith",
- "middleInitial": "J.",
- "suffix": "PhD",
- "prefix": "Dr."
}, - "name": "Jane Birkin",
- "firstContactDate": "2022-04-17T08:00:00Z",
- "lastContactDate": "2022-04-17T08:00:00Z",
- "phones": [
- {
- "number": "+1-555-1234567",
- "extension": "strin",
- "country": "str",
- "phoneType": "string",
- "phonePurpose": "string",
- "foreignIndicator": true,
- "primaryIndicator": true,
- "preferredHourOfDay": {
- "hour": "12",
- "timeZone": "Pacific",
- "timeOfTheDay": "string"
}, - "comment": "This is a description.",
- "period": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "lastUpdatedDate": "2022-04-17T08:00:00Z"
}
], - "emails": [
- {
- "emailAddress": "string",
- "emailPurpose": "Statements",
- "primaryIndicator": true,
- "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "lastUpdatedDate": "2022-04-17T08:00:00Z"
}
], - "jobTitle": "Head of Documentation",
- "department": "Sales",
- "communicationChannels": [
- {
- "channel": "Email",
- "channelIdentification": "011-02010020202",
- "channelPurpose": "PrivacyNotices",
- "codeWord": "string",
- "alertIndicator": null,
- "personId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "status": "Warning",
- "primaryIndicator": true,
- "leadTime": {
- "unit": "Months",
- "value": 999
}, - "alertText": "This is a description.",
- "contactDates": [
- {
- "name": "Expiration",
- "date": "2022-04-17T08:00:00Z"
}
], - "contactCount": 0
}
], - "preferredMethod": "Email",
- "preferredLanguage": "English"
}, - "logo": "string"
}
Response samples
- 202
- 400
- 500
{- "identifiers": [
- {
- "number": "123-45-6789",
- "issuer": "UnitedStates",
- "country": "US",
- "countrySubdivisionCode": "AR-B",
- "issueDate": "2022-04-17",
- "applyDate": "2022-04-17",
- "expirationDate": "2022-04-17",
- "verificationDate": "2022-04-17",
- "foreingIDIndicator": true,
- "taxIDIndicator": true,
- "displayOption": "string",
- "schemeName": "TaxIdentificationNumber"
}
], - "name": "Jane Birkin",
- "shortName": "Jane",
- "nameTemplateId": "1",
- "nameSoundExId": "1",
- "partyBranchId": "SEA_1",
- "customerSinceDate": "2022-04-17T08:00:00Z",
- "comments": [
- {
- "name": "string",
- "text": "This is a description."
}
], - "relatedParties": [
- {
- "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "name": "Jane Birkin",
- "nameTemplateId": "1",
- "shortName": "Jane",
- "placeAndDateOfBirth": {
- "countrySubdivision": "Oregon",
- "townName": "San Diego",
- "country": "US",
- "birthDate": "2022-04-17"
}, - "gender": "Female",
- "status": "GoodStanding",
- "statusDateAndTime": "2022-04-17T08:00:00Z",
- "coveredByMilitaryLendingActIndicator": true,
- "militaryMemberIndicator": true,
- "militaryPeriod": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "audit": {
- "status": "string",
- "creationDate": "2022-04-17",
- "lastModificacionChannel": "Email",
- "lastModificationDate": "2022-04-17",
- "channels": [
- {
- "lastActivityDate": "2022-04-17",
- "name": "Email",
- "activityType": "string",
- "amount": "100"
}
]
}, - "postalAddresses": {
- "addressCode": "string",
- "addressBookIndicator": "string",
- "addressType": "Postal",
- "addressPurpose": "Billing",
- "primaryIndicator": true,
- "careOf": "C/O Company Name",
- "department": "A",
- "subDepartment": "B",
- "streetName": "First Street",
- "firstCrossStreetName": "string",
- "secondCrossStreetName": "Second Street",
- "buildingNumber": "11407",
- "buildingName": "Tall Tower",
- "floor": "20",
- "postBox": "MY779",
- "room": "22",
- "postCode": "97062-6884",
- "carrierRoute": "C001",
- "censusTract": "12345",
- "censusBlock": "1234",
- "cBSACode": "49780",
- "cBSAType": "MSA",
- "foreignIndicator": true,
- "townName": "San Diego",
- "townLocationName": "Clackamas",
- "districtName": "Columbia",
- "countyName": "Cook",
- "countrySubDivision": "Oregon",
- "countrySubDivisionCode": "AR-B",
- "country": "US",
- "addressLine": [
- "11407 Sw Amu st, Suite MY777"
], - "temporaryIndicator": true,
- "period": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
]
}, - "structuredName": {
- "firstName": "Mary",
- "middleName": "Joe",
- "lastName": "Smith",
- "middleInitial": "J.",
- "suffix": "PhD",
- "prefix": "Dr."
}, - "phones": [
- {
- "number": "+1-555-1234567",
- "extension": "strin",
- "country": "str",
- "phoneType": "string",
- "phonePurpose": "string",
- "foreignIndicator": true,
- "primaryIndicator": true,
- "preferredHourOfDay": {
- "hour": "12",
- "timeZone": "Pacific",
- "timeOfTheDay": "string"
}, - "comment": "This is a description.",
- "period": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "lastUpdatedDate": "2022-04-17T08:00:00Z"
}
], - "emails": [
- {
- "emailAddress": "string",
- "emailPurpose": "Statements",
- "primaryIndicator": true,
- "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "lastUpdatedDate": "2022-04-17T08:00:00Z"
}
], - "organizationType": "Corporation",
- "customerType": "Consumer",
- "taxReportingIndicator": true,
- "taxStatus": "Exempt",
- "cards": [
- {
- "cardId": "0dd926fe-1ca2-11ed-861d-0242ac120002",
- "cardHolder": {
- "personId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "identifiers": [
- {
- "schemeName": "SocialSecurityNumber",
- "number": "123-45-6789",
- "issuer": "Baltimore",
- "country": "US",
- "countrySubdivisionCode": "AR-B",
- "issueDate": "2022-04-17",
- "applyDate": "2022-04-17",
- "expirationDate": "2022-04-17",
- "verificationDate": "2022-04-17",
- "foreingIDIndicator": true,
- "taxIDIndicator": true,
- "displayOption": "string"
}
], - "name": "Jane Birkin",
- "shortName": "Jane",
- "placeAndDateOfBirth": {
- "countrySubdivision": "Oregon",
- "townName": "San Diego",
- "country": "US",
- "birthDate": "2022-04-17"
}, - "gender": "Female",
- "status": "GoodStanding",
- "coveredByMilitaryLendingActIndicator": true,
- "militaryMemberIndicator": true,
- "militaryPeriod": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "audit": {
- "status": "string",
- "creationDate": "2022-04-17",
- "lastModificacionChannel": "Email",
- "lastModificationDate": "2022-04-17",
- "channels": [
- {
- "lastActivityDate": "2022-04-17",
- "name": "Email",
- "activityType": "string",
- "amount": "100"
}
]
}, - "postalAddresses": [
- {
- "addressCode": "string",
- "addressBookIndicator": "string",
- "addressType": "Postal",
- "addressPurpose": "Billing",
- "primaryIndicator": true,
- "careOf": "C/O Company Name",
- "department": "A",
- "subDepartment": "B",
- "streetName": "First Street",
- "firstCrossStreetName": "string",
- "secondCrossStreetName": "Second Street",
- "buildingNumber": "11407",
- "buildingName": "Tall Tower",
- "floor": "20",
- "postBox": "MY779",
- "room": "22",
- "postCode": "97062-6884",
- "carrierRoute": "C001",
- "censusTract": "12345",
- "censusBlock": "1234",
- "cBSACode": "49780",
- "cBSAType": "MSA",
- "foreignIndicator": true,
- "townName": "San Diego",
- "townLocationName": "Clackamas",
- "districtName": "Columbia",
- "countyName": "Cook",
- "countrySubDivision": "Oregon",
- "countrySubDivisionCode": "AR-B",
- "country": "US",
- "addressLine": [
- "11407 Sw Amu st, Suite MY777"
], - "temporaryIndicator": true,
- "period": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "codes": [
- {
- "name": null,
- "value": null,
- "description": null
}
], - "identifiers": [
- {
- "number": null,
- "schemeName": null,
- "issuer": null,
- "issueDate": null,
- "expirationDate": null
}
]
}
], - "structuredName": {
- "firstName": "Mary",
- "middleName": "Joe",
- "lastName": "Smith",
- "middleInitial": "J.",
- "suffix": "PhD",
- "prefix": "Dr."
}, - "phones": [
- {
- "number": "+1-555-1234567",
- "extension": "strin",
- "country": "str",
- "phoneType": "string",
- "phonePurpose": "string",
- "foreignIndicator": true,
- "primaryIndicator": true,
- "preferredHourOfDay": {
- "hour": "12",
- "timeZone": "Pacific",
- "timeOfTheDay": "string"
}, - "comment": "This is a description.",
- "period": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "codes": [
- {
- "name": null,
- "value": null,
- "description": null
}
], - "identifiers": [
- {
- "number": null,
- "schemeName": null,
- "issuer": null,
- "issueDate": null,
- "expirationDate": null
}
], - "lastUpdatedDate": "2022-04-17T08:00:00Z"
}
], - "emails": [
- {
- "emailAddress": "string",
- "emailPurpose": "Statements",
- "primaryIndicator": true,
- "identifiers": [
- {
- "number": null,
- "schemeName": null,
- "issuer": null,
- "issueDate": null,
- "expirationDate": null
}
], - "lastUpdatedDate": "2022-04-17T08:00:00Z"
}
], - "employeeIndicator": true
}, - "identifiers": [
- {
- "number": "string",
- "schemeName": "MemberNumber",
- "issuer": "string"
}
], - "productId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "number": "1234567890123456789",
- "cardHolderType": "Primary",
- "fundingSourceType": "Credit",
- "businessIndicator": true,
- "cardBranchId": "SEA_1",
- "startDate": "2022-04-17",
- "expiryDate": "2022-12",
- "relatedAccounts": [
- {
- "accountRelationType": "Child",
- "accountId": "033-DDA-123456",
- "accountNumber": "012345678",
- "accountType": "Checking",
- "name": "Hermes PD_CA 0002",
- "balances": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "balanceName": "Available",
- "amount": "100",
- "count": 0,
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z",
- "codes": [
- null
]
}
]
}
], - "status": "Active",
- "statusDate": "2022-04-17T08:00:00Z",
- "statusReasons": [
- "Active"
], - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
], - "balances": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "balanceName": "Available",
- "amount": "100",
- "count": 0,
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
], - "spotDates": [
- {
- "name": "Expiration",
- "date": "2022-04-17T08:00:00Z"
}
], - "partyId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "partyType": "Person",
- "partyName": "Jane Birkin",
- "partyRelationType": "PrimaryServicerOfficer",
- "effectiveDate": "2022-04-17T08:00:00Z",
- "partyRelationDescription": "This is a description.",
- "ownershipPercentage": "25"
}
], - "relatedAccounts": [
- {
- "accountRelationType": "Child",
- "accountId": "033-DDA-123456",
- "accountNumber": "012345678",
- "accountType": "Checking",
- "name": "Hermes PD_CA 0002",
- "balances": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "balanceName": "Available",
- "amount": "100",
- "count": 0,
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
]
}
], - "postalAddresses": [
- {
- "addressCode": "string",
- "addressBookIndicator": "string",
- "addressType": "Postal",
- "addressPurpose": "Billing",
- "primaryIndicator": true,
- "careOf": "C/O Company Name",
- "department": "A",
- "subDepartment": "B",
- "streetName": "First Street",
- "firstCrossStreetName": "string",
- "secondCrossStreetName": "Second Street",
- "buildingNumber": "11407",
- "buildingName": "Tall Tower",
- "floor": "20",
- "postBox": "MY779",
- "room": "22",
- "postCode": "97062-6884",
- "carrierRoute": "C001",
- "censusTract": "12345",
- "censusBlock": "1234",
- "cBSACode": "49780",
- "cBSAType": "MSA",
- "foreignIndicator": true,
- "townName": "San Diego",
- "townLocationName": "Clackamas",
- "districtName": "Columbia",
- "countyName": "Cook",
- "countrySubDivision": "Oregon",
- "countrySubDivisionCode": "AR-B",
- "country": "US",
- "addressLine": [
- "11407 Sw Amu st, Suite MY777"
], - "temporaryIndicator": true,
- "period": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
]
}
], - "relationshipId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "relationshipLeadIndicator": true,
- "residenceType": "Domestic",
- "taxInformation": {
- "tIN": "778-62-8144",
- "taxIdType": "SocialSecurityNumber",
- "financialReportingIndicator": true,
- "taxReportingIndicator": true,
- "interestReportingIndicator": true,
- "tINStatus": "Valid",
- "tINVerification": {
- "verificationAttemps": 1,
- "bNoticeDates": [
- "2022-04-17"
], - "tINResultCode": "str",
- "verificationDate": "2022-04-17",
- "applicationDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}, - "taxStatus": "Exempt",
- "exemptionCode": "0",
- "exemptionReason": "This is a description.",
- "forms": [
- {
- "formName": "W-8",
- "taxRate": "100",
- "onFileIndicator": true,
- "taxStatus": "Exempt",
- "certificationDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "regulations": [
- {
- "name": "Chapter4",
- "section": "1471"
}
], - "withholdings": [
- {
- "withholdingTaxType": "NonResidentAlienTax",
- "withholdingRate": "25",
- "taxStatus": "string",
- "withholdingAmount": "100"
}
], - "foreignIndicator": true,
- "codes": [
- {
- "name": "string",
- "value": "str"
}
], - "recipientGIIN": "ADN123.FG4FE3.LE.999",
- "recipientPostCode": "string",
- "recipientTownName": "San Diego",
- "countrySubDivisionCode": "AR-B",
- "country": "st",
- "supplementaryData": { }
}, - "powerOfAttorney": {
- "documentId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "documentReference": "string",
- "format": "PDF",
- "title": "This is a Title.",
- "version": "string",
- "signOffDate": "2022-04-17",
- "issueDate": "2022-04-17",
- "purpose": "string",
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "jurisdiction": {
- "countrySubdivision": "Oregon",
- "townName": "San Diego",
- "country": "US"
}, - "contact": {
- "structuredName": {
- "firstName": "Mary",
- "middleName": "Joe",
- "lastName": "Smith",
- "middleInitial": "J.",
- "suffix": "PhD",
- "prefix": "Dr."
}, - "name": "Jane Birkin",
- "firstContactDate": "2022-04-17T08:00:00Z",
- "lastContactDate": "2022-04-17T08:00:00Z",
- "phones": [
- {
- "number": "+1-555-1234567",
- "extension": "strin",
- "country": "str",
- "phoneType": "string",
- "phonePurpose": "string",
- "foreignIndicator": true,
- "primaryIndicator": true,
- "preferredHourOfDay": {
- "hour": "12",
- "timeZone": "Pacific",
- "timeOfTheDay": "string"
}, - "comment": "This is a description.",
- "period": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "lastUpdatedDate": "2022-04-17T08:00:00Z"
}
], - "emails": [
- {
- "emailAddress": "string",
- "emailPurpose": "Statements",
- "primaryIndicator": true,
- "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "lastUpdatedDate": "2022-04-17T08:00:00Z"
}
], - "jobTitle": "Head of Documentation",
- "department": "Sales",
- "communicationChannels": [
- {
- "channel": "Email",
- "channelIdentification": "011-02010020202",
- "channelPurpose": "PrivacyNotices",
- "codeWord": "string",
- "alertIndicator": null,
- "personId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "status": "Warning",
- "primaryIndicator": true,
- "leadTime": {
- "unit": "Months",
- "value": 999
}, - "alertText": "This is a description.",
- "contactDates": [
- {
- "name": "Expiration",
- "date": "2022-04-17T08:00:00Z"
}
], - "contactCount": 0
}
], - "preferredMethod": "Email",
- "preferredLanguage": "English"
}, - "parties": {
- "partyId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "partyType": "Person",
- "partyName": "Jane Birkin"
}, - "authorizedPerson": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "authorizedAccount": "033-DDA-123456"
}, - "supplementaryData": { },
- "excludeMarketingIndicator": true,
- "audit": {
- "status": "string",
- "creationDate": "2022-04-17",
- "lastModificacionChannel": "Email",
- "lastModificationDate": "2022-04-17",
- "channels": [
- {
- "lastActivityDate": "2022-04-17",
- "name": "Email",
- "activityType": "string",
- "amount": "100"
}
]
}, - "restrictions": [
- {
- "name": "WireTransferIn",
- "restrictionPurpose": "This is a description.",
- "enableIndicator": true,
- "disableConditions": [
- "LessThanMinAmount"
], - "validFrom": "2022-04-17",
- "validUntil": "2022-04-17",
- "status": "Pending"
}
], - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "print": {
- "displayOptions": [
- "string"
], - "printOptions": [
- {
- "name": "string",
- "options": [
- "string"
]
}
]
}, - "products": [
- {
- "productId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "name": "Visa Business Card",
- "description": "This is a description.",
- "productType": "PaymentCard",
- "productSubType": "BusinessCard",
- "restrictions": [
- {
- "name": "WireTransferIn",
- "restrictionPurpose": "This is a description.",
- "enableIndicator": true,
- "disableConditions": [
- "LessThanMinAmount"
], - "validFrom": "2022-04-17",
- "validUntil": "2022-04-17",
- "status": "Pending"
}
], - "projectedDates": [
- {
- "name": "Expiration",
- "date": "2022-04-17T08:00:00Z"
}
], - "limits": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "name": "CreditLimit",
- "limitType": "DirectDebit",
- "channelType": "string",
- "amount": "100",
- "currency": "USD",
- "number": 0,
- "enableIndicator": true,
- "feesConsentIndicator": true,
- "percentageIndicator": true,
- "percentage": "25",
- "temporaryIndicator": true,
- "validityPeriod": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "periodicity": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "usedAmount": "100",
- "usedNumber": 0,
- "usedPercentage": "25",
- "status": "Requested",
- "statusDateAndtime": "2022-04-17T08:00:00Z",
- "history": {
- "originalAmount": "100",
- "originalLimitType": "DirectDebit",
- "details": [
- {
- "amount": "100",
- "enabledDate": "2022-04-17T08:00:00Z",
- "disableDate": "2022-04-17T08:00:00Z"
}
]
}, - "balances": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "balanceName": "Available",
- "amount": "100",
- "count": 0,
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
], - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "accessConditions": [
- "LessThanMinAmount"
], - "notificationOptions": [
- "Exception"
], - "payments": [
- {
- "frequency": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "paymentType": "Compound",
- "paymentTypeOptions": [
- "Primary"
], - "paymentName": "string",
- "accountId": "033-DDA-123456",
- "referenceNumber": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "paymentDate": "2022-04-17",
- "lastPaid": "100",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
]
}
], - "parties": [
- "ParentProvider"
], - "status": "GoodStanding",
- "statusDateAndTime": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "supplementaryData": { }
}
], - "statement": {
- "frequency": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "communicationMethod": "Email",
- "format": "PDF",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "templateCode": "1",
- "lastStatementPeriod": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string"
}, - "nextStatementPeriod": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string"
}, - "lastStatementDate": "2022-04-17",
- "previousStatementDate": "2022-04-17",
- "lastRegularStatementDate": "2022-04-17",
- "truncationOptions": [
- "ItemsIncluded"
], - "accountNameIndicator": true,
- "balances": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "balanceName": "Available",
- "amount": "100",
- "count": 0,
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
], - "preferredLanguage": "English",
- "combineType": "SavingsSatement",
- "category": "BalanceSheet",
- "subcategory": "Cash",
- "profitabilityModelId": "1",
- "lastIRAStatementDate": "2022-04-17"
}, - "organizationType": "Corporation",
- "organizationPurpose": "This is a description.",
- "legalName": "Jane",
- "tradingName": "Jane",
- "registrationDate": "2022-04-17",
- "establishmentDate": "2022-04-17",
- "merchantCategory": "482",
- "nAICSCode": "54",
- "lineOfBusiness": "string",
- "sector": "string",
- "organizationProfile": {
- "riskLevel": "Permanent",
- "riskCategories": [
- {
- "name": "StandardAndPoors",
- "level": "Permanent",
- "date": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
], - "bSARiskCode": 0,
- "creditReview": {
- "frequency": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "lastReviewDate": "2022-04-17T08:00:00Z",
- "nextReviewDate": "2022-04-17T08:00:00Z",
- "creditQuality": "UpperMediumGrade",
- "creditRankingScales": [
- {
- "name": "StandardAndPoors",
- "score": "AAA",
- "date": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
], - "creditReportAddressIndicatorCode": "string",
- "creditReportAddressIndicatorDate": "2022-04-17T08:00:00Z",
- "consumerCreditReportInformation": "This is a description.",
- "consumerCreditReportDate": "2022-04-17T08:00:00Z"
}, - "creditBureauReportCode": "30",
- "eCOACode": "string",
- "cTRExemptIndicator": true,
- "oFACReportingIndicator": true,
- "previousFinancialInstitution": "Jane Birkin",
- "referredByWhom": "Jane Birkin",
- "moneyLaunderingCheck": "AuthorizedCredit",
- "knowYourCustomerCheck": "Ordinary",
- "timeAtCurrentAddress": {
- "unit": "Months",
- "value": 999
}, - "dateAtCurrentAddress": "2022-04-17",
- "yearsAtCurrentAddress": 0,
- "sourceOfWealth": "This is a description.",
- "politicalAffiliation": "string",
- "lostCustomerDate": "2022-04-17",
- "lostCustomerReason": "Deceased",
- "customerType": "Consumer",
- "servicerAlerts": [
- {
- "alertName": "CreditBureauAlert",
- "alertType": "Warning",
- "alertCode": "string",
- "message": "This is a description.",
- "lastAlertDate": "2022-04-17"
}
], - "insiderType": "Director",
- "legalEntityReportingIndicator": true,
- "numberOfEmployees": 100,
- "annualSales": "100",
- "services": "This is a description.",
- "goods": "This is a description.",
- "serviceOrGoodsLocations": [
- {
- "countrySubdivision": "Oregon",
- "townName": "San Diego",
- "country": "US"
}
], - "hSAIndicator": true
}, - "contact": {
- "structuredName": {
- "firstName": "Mary",
- "middleName": "Joe",
- "lastName": "Smith",
- "middleInitial": "J.",
- "suffix": "PhD",
- "prefix": "Dr."
}, - "name": "Jane Birkin",
- "firstContactDate": "2022-04-17T08:00:00Z",
- "lastContactDate": "2022-04-17T08:00:00Z",
- "phones": [
- {
- "number": "+1-555-1234567",
- "extension": "strin",
- "country": "str",
- "phoneType": "string",
- "phonePurpose": "string",
- "foreignIndicator": true,
- "primaryIndicator": true,
- "preferredHourOfDay": {
- "hour": "12",
- "timeZone": "Pacific",
- "timeOfTheDay": "string"
}, - "comment": "This is a description.",
- "period": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "lastUpdatedDate": "2022-04-17T08:00:00Z"
}
], - "emails": [
- {
- "emailAddress": "string",
- "emailPurpose": "Statements",
- "primaryIndicator": true,
- "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "lastUpdatedDate": "2022-04-17T08:00:00Z"
}
], - "jobTitle": "Head of Documentation",
- "department": "Sales",
- "communicationChannels": [
- {
- "channel": "Email",
- "channelIdentification": "011-02010020202",
- "channelPurpose": "PrivacyNotices",
- "codeWord": "string",
- "alertIndicator": null,
- "personId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "status": "Warning",
- "primaryIndicator": true,
- "leadTime": {
- "unit": "Months",
- "value": 999
}, - "alertText": "This is a description.",
- "contactDates": [
- {
- "name": "Expiration",
- "date": "2022-04-17T08:00:00Z"
}
], - "contactCount": 0
}
], - "preferredMethod": "Email",
- "preferredLanguage": "English"
}, - "logo": "string",
- "organizationId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "status": "GoodStanding"
}
Retrieves an Organization
Authorizations:
path Parameters
organizationId required | string (Id) [ 1 .. 36 ] characters Example: 5fb9d4d6-1a3c-11ed-861d-0242ac120002 Organization Identification |
header Parameters
servicerId | string (Id) [ 1 .. 36 ] characters Example: 5fb9d4d6-1a3c-11ed-861d-0242ac120002 Account Servicer Identification (Bank) |
servicerBranchId | string (ServicerBranchId) [ 1 .. 36 ] characters Example: SEA_1 Identification of the account servicer institution at branch level or center level. |
Responses
Response samples
- 200
- 400
- 404
- 500
{- "identifiers": [
- {
- "number": "123-45-6789",
- "issuer": "UnitedStates",
- "country": "US",
- "countrySubdivisionCode": "AR-B",
- "issueDate": "2022-04-17",
- "applyDate": "2022-04-17",
- "expirationDate": "2022-04-17",
- "verificationDate": "2022-04-17",
- "foreingIDIndicator": true,
- "taxIDIndicator": true,
- "displayOption": "string",
- "schemeName": "TaxIdentificationNumber"
}
], - "name": "Jane Birkin",
- "shortName": "Jane",
- "nameTemplateId": "1",
- "nameSoundExId": "1",
- "partyBranchId": "SEA_1",
- "customerSinceDate": "2022-04-17T08:00:00Z",
- "comments": [
- {
- "name": "string",
- "text": "This is a description."
}
], - "relatedParties": [
- {
- "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "name": "Jane Birkin",
- "nameTemplateId": "1",
- "shortName": "Jane",
- "placeAndDateOfBirth": {
- "countrySubdivision": "Oregon",
- "townName": "San Diego",
- "country": "US",
- "birthDate": "2022-04-17"
}, - "gender": "Female",
- "status": "GoodStanding",
- "statusDateAndTime": "2022-04-17T08:00:00Z",
- "coveredByMilitaryLendingActIndicator": true,
- "militaryMemberIndicator": true,
- "militaryPeriod": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "audit": {
- "status": "string",
- "creationDate": "2022-04-17",
- "lastModificacionChannel": "Email",
- "lastModificationDate": "2022-04-17",
- "channels": [
- {
- "lastActivityDate": "2022-04-17",
- "name": "Email",
- "activityType": "string",
- "amount": "100"
}
]
}, - "postalAddresses": {
- "addressCode": "string",
- "addressBookIndicator": "string",
- "addressType": "Postal",
- "addressPurpose": "Billing",
- "primaryIndicator": true,
- "careOf": "C/O Company Name",
- "department": "A",
- "subDepartment": "B",
- "streetName": "First Street",
- "firstCrossStreetName": "string",
- "secondCrossStreetName": "Second Street",
- "buildingNumber": "11407",
- "buildingName": "Tall Tower",
- "floor": "20",
- "postBox": "MY779",
- "room": "22",
- "postCode": "97062-6884",
- "carrierRoute": "C001",
- "censusTract": "12345",
- "censusBlock": "1234",
- "cBSACode": "49780",
- "cBSAType": "MSA",
- "foreignIndicator": true,
- "townName": "San Diego",
- "townLocationName": "Clackamas",
- "districtName": "Columbia",
- "countyName": "Cook",
- "countrySubDivision": "Oregon",
- "countrySubDivisionCode": "AR-B",
- "country": "US",
- "addressLine": [
- "11407 Sw Amu st, Suite MY777"
], - "temporaryIndicator": true,
- "period": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
]
}, - "structuredName": {
- "firstName": "Mary",
- "middleName": "Joe",
- "lastName": "Smith",
- "middleInitial": "J.",
- "suffix": "PhD",
- "prefix": "Dr."
}, - "phones": [
- {
- "number": "+1-555-1234567",
- "extension": "strin",
- "country": "str",
- "phoneType": "string",
- "phonePurpose": "string",
- "foreignIndicator": true,
- "primaryIndicator": true,
- "preferredHourOfDay": {
- "hour": "12",
- "timeZone": "Pacific",
- "timeOfTheDay": "string"
}, - "comment": "This is a description.",
- "period": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "lastUpdatedDate": "2022-04-17T08:00:00Z"
}
], - "emails": [
- {
- "emailAddress": "string",
- "emailPurpose": "Statements",
- "primaryIndicator": true,
- "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "lastUpdatedDate": "2022-04-17T08:00:00Z"
}
], - "organizationType": "Corporation",
- "customerType": "Consumer",
- "taxReportingIndicator": true,
- "taxStatus": "Exempt",
- "cards": [
- {
- "cardId": "0dd926fe-1ca2-11ed-861d-0242ac120002",
- "cardHolder": {
- "personId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "identifiers": [
- {
- "schemeName": "SocialSecurityNumber",
- "number": "123-45-6789",
- "issuer": "Baltimore",
- "country": "US",
- "countrySubdivisionCode": "AR-B",
- "issueDate": "2022-04-17",
- "applyDate": "2022-04-17",
- "expirationDate": "2022-04-17",
- "verificationDate": "2022-04-17",
- "foreingIDIndicator": true,
- "taxIDIndicator": true,
- "displayOption": "string"
}
], - "name": "Jane Birkin",
- "shortName": "Jane",
- "placeAndDateOfBirth": {
- "countrySubdivision": "Oregon",
- "townName": "San Diego",
- "country": "US",
- "birthDate": "2022-04-17"
}, - "gender": "Female",
- "status": "GoodStanding",
- "coveredByMilitaryLendingActIndicator": true,
- "militaryMemberIndicator": true,
- "militaryPeriod": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "audit": {
- "status": "string",
- "creationDate": "2022-04-17",
- "lastModificacionChannel": "Email",
- "lastModificationDate": "2022-04-17",
- "channels": [
- {
- "lastActivityDate": "2022-04-17",
- "name": "Email",
- "activityType": "string",
- "amount": "100"
}
]
}, - "postalAddresses": [
- {
- "addressCode": "string",
- "addressBookIndicator": "string",
- "addressType": "Postal",
- "addressPurpose": "Billing",
- "primaryIndicator": true,
- "careOf": "C/O Company Name",
- "department": "A",
- "subDepartment": "B",
- "streetName": "First Street",
- "firstCrossStreetName": "string",
- "secondCrossStreetName": "Second Street",
- "buildingNumber": "11407",
- "buildingName": "Tall Tower",
- "floor": "20",
- "postBox": "MY779",
- "room": "22",
- "postCode": "97062-6884",
- "carrierRoute": "C001",
- "censusTract": "12345",
- "censusBlock": "1234",
- "cBSACode": "49780",
- "cBSAType": "MSA",
- "foreignIndicator": true,
- "townName": "San Diego",
- "townLocationName": "Clackamas",
- "districtName": "Columbia",
- "countyName": "Cook",
- "countrySubDivision": "Oregon",
- "countrySubDivisionCode": "AR-B",
- "country": "US",
- "addressLine": [
- "11407 Sw Amu st, Suite MY777"
], - "temporaryIndicator": true,
- "period": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "codes": [
- {
- "name": null,
- "value": null,
- "description": null
}
], - "identifiers": [
- {
- "number": null,
- "schemeName": null,
- "issuer": null,
- "issueDate": null,
- "expirationDate": null
}
]
}
], - "structuredName": {
- "firstName": "Mary",
- "middleName": "Joe",
- "lastName": "Smith",
- "middleInitial": "J.",
- "suffix": "PhD",
- "prefix": "Dr."
}, - "phones": [
- {
- "number": "+1-555-1234567",
- "extension": "strin",
- "country": "str",
- "phoneType": "string",
- "phonePurpose": "string",
- "foreignIndicator": true,
- "primaryIndicator": true,
- "preferredHourOfDay": {
- "hour": "12",
- "timeZone": "Pacific",
- "timeOfTheDay": "string"
}, - "comment": "This is a description.",
- "period": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "codes": [
- {
- "name": null,
- "value": null,
- "description": null
}
], - "identifiers": [
- {
- "number": null,
- "schemeName": null,
- "issuer": null,
- "issueDate": null,
- "expirationDate": null
}
], - "lastUpdatedDate": "2022-04-17T08:00:00Z"
}
], - "emails": [
- {
- "emailAddress": "string",
- "emailPurpose": "Statements",
- "primaryIndicator": true,
- "identifiers": [
- {
- "number": null,
- "schemeName": null,
- "issuer": null,
- "issueDate": null,
- "expirationDate": null
}
], - "lastUpdatedDate": "2022-04-17T08:00:00Z"
}
], - "employeeIndicator": true
}, - "identifiers": [
- {
- "number": "string",
- "schemeName": "MemberNumber",
- "issuer": "string"
}
], - "productId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "number": "1234567890123456789",
- "cardHolderType": "Primary",
- "fundingSourceType": "Credit",
- "businessIndicator": true,
- "cardBranchId": "SEA_1",
- "startDate": "2022-04-17",
- "expiryDate": "2022-12",
- "relatedAccounts": [
- {
- "accountRelationType": "Child",
- "accountId": "033-DDA-123456",
- "accountNumber": "012345678",
- "accountType": "Checking",
- "name": "Hermes PD_CA 0002",
- "balances": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "balanceName": "Available",
- "amount": "100",
- "count": 0,
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z",
- "codes": [
- null
]
}
]
}
], - "status": "Active",
- "statusDate": "2022-04-17T08:00:00Z",
- "statusReasons": [
- "Active"
], - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
], - "balances": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "balanceName": "Available",
- "amount": "100",
- "count": 0,
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
], - "spotDates": [
- {
- "name": "Expiration",
- "date": "2022-04-17T08:00:00Z"
}
], - "partyId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "partyType": "Person",
- "partyName": "Jane Birkin",
- "partyRelationType": "PrimaryServicerOfficer",
- "effectiveDate": "2022-04-17T08:00:00Z",
- "partyRelationDescription": "This is a description.",
- "ownershipPercentage": "25"
}
], - "relatedAccounts": [
- {
- "accountRelationType": "Child",
- "accountId": "033-DDA-123456",
- "accountNumber": "012345678",
- "accountType": "Checking",
- "name": "Hermes PD_CA 0002",
- "balances": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "balanceName": "Available",
- "amount": "100",
- "count": 0,
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
]
}
], - "postalAddresses": [
- {
- "addressCode": "string",
- "addressBookIndicator": "string",
- "addressType": "Postal",
- "addressPurpose": "Billing",
- "primaryIndicator": true,
- "careOf": "C/O Company Name",
- "department": "A",
- "subDepartment": "B",
- "streetName": "First Street",
- "firstCrossStreetName": "string",
- "secondCrossStreetName": "Second Street",
- "buildingNumber": "11407",
- "buildingName": "Tall Tower",
- "floor": "20",
- "postBox": "MY779",
- "room": "22",
- "postCode": "97062-6884",
- "carrierRoute": "C001",
- "censusTract": "12345",
- "censusBlock": "1234",
- "cBSACode": "49780",
- "cBSAType": "MSA",
- "foreignIndicator": true,
- "townName": "San Diego",
- "townLocationName": "Clackamas",
- "districtName": "Columbia",
- "countyName": "Cook",
- "countrySubDivision": "Oregon",
- "countrySubDivisionCode": "AR-B",
- "country": "US",
- "addressLine": [
- "11407 Sw Amu st, Suite MY777"
], - "temporaryIndicator": true,
- "period": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
]
}
], - "relationshipId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "relationshipLeadIndicator": true,
- "residenceType": "Domestic",
- "taxInformation": {
- "tIN": "778-62-8144",
- "taxIdType": "SocialSecurityNumber",
- "financialReportingIndicator": true,
- "taxReportingIndicator": true,
- "interestReportingIndicator": true,
- "tINStatus": "Valid",
- "tINVerification": {
- "verificationAttemps": 1,
- "bNoticeDates": [
- "2022-04-17"
], - "tINResultCode": "str",
- "verificationDate": "2022-04-17",
- "applicationDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}, - "taxStatus": "Exempt",
- "exemptionCode": "0",
- "exemptionReason": "This is a description.",
- "forms": [
- {
- "formName": "W-8",
- "taxRate": "100",
- "onFileIndicator": true,
- "taxStatus": "Exempt",
- "certificationDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "regulations": [
- {
- "name": "Chapter4",
- "section": "1471"
}
], - "withholdings": [
- {
- "withholdingTaxType": "NonResidentAlienTax",
- "withholdingRate": "25",
- "taxStatus": "string",
- "withholdingAmount": "100"
}
], - "foreignIndicator": true,
- "codes": [
- {
- "name": "string",
- "value": "str"
}
], - "recipientGIIN": "ADN123.FG4FE3.LE.999",
- "recipientPostCode": "string",
- "recipientTownName": "San Diego",
- "countrySubDivisionCode": "AR-B",
- "country": "st",
- "supplementaryData": { }
}, - "powerOfAttorney": {
- "documentId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "documentReference": "string",
- "format": "PDF",
- "title": "This is a Title.",
- "version": "string",
- "signOffDate": "2022-04-17",
- "issueDate": "2022-04-17",
- "purpose": "string",
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "jurisdiction": {
- "countrySubdivision": "Oregon",
- "townName": "San Diego",
- "country": "US"
}, - "contact": {
- "structuredName": {
- "firstName": "Mary",
- "middleName": "Joe",
- "lastName": "Smith",
- "middleInitial": "J.",
- "suffix": "PhD",
- "prefix": "Dr."
}, - "name": "Jane Birkin",
- "firstContactDate": "2022-04-17T08:00:00Z",
- "lastContactDate": "2022-04-17T08:00:00Z",
- "phones": [
- {
- "number": "+1-555-1234567",
- "extension": "strin",
- "country": "str",
- "phoneType": "string",
- "phonePurpose": "string",
- "foreignIndicator": true,
- "primaryIndicator": true,
- "preferredHourOfDay": {
- "hour": "12",
- "timeZone": "Pacific",
- "timeOfTheDay": "string"
}, - "comment": "This is a description.",
- "period": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "lastUpdatedDate": "2022-04-17T08:00:00Z"
}
], - "emails": [
- {
- "emailAddress": "string",
- "emailPurpose": "Statements",
- "primaryIndicator": true,
- "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "lastUpdatedDate": "2022-04-17T08:00:00Z"
}
], - "jobTitle": "Head of Documentation",
- "department": "Sales",
- "communicationChannels": [
- {
- "channel": "Email",
- "channelIdentification": "011-02010020202",
- "channelPurpose": "PrivacyNotices",
- "codeWord": "string",
- "alertIndicator": null,
- "personId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "status": "Warning",
- "primaryIndicator": true,
- "leadTime": {
- "unit": "Months",
- "value": 999
}, - "alertText": "This is a description.",
- "contactDates": [
- {
- "name": "Expiration",
- "date": "2022-04-17T08:00:00Z"
}
], - "contactCount": 0
}
], - "preferredMethod": "Email",
- "preferredLanguage": "English"
}, - "parties": {
- "partyId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "partyType": "Person",
- "partyName": "Jane Birkin"
}, - "authorizedPerson": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "authorizedAccount": "033-DDA-123456"
}, - "supplementaryData": { },
- "excludeMarketingIndicator": true,
- "audit": {
- "status": "string",
- "creationDate": "2022-04-17",
- "lastModificacionChannel": "Email",
- "lastModificationDate": "2022-04-17",
- "channels": [
- {
- "lastActivityDate": "2022-04-17",
- "name": "Email",
- "activityType": "string",
- "amount": "100"
}
]
}, - "restrictions": [
- {
- "name": "WireTransferIn",
- "restrictionPurpose": "This is a description.",
- "enableIndicator": true,
- "disableConditions": [
- "LessThanMinAmount"
], - "validFrom": "2022-04-17",
- "validUntil": "2022-04-17",
- "status": "Pending"
}
], - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "print": {
- "displayOptions": [
- "string"
], - "printOptions": [
- {
- "name": "string",
- "options": [
- "string"
]
}
]
}, - "products": [
- {
- "productId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "name": "Visa Business Card",
- "description": "This is a description.",
- "productType": "PaymentCard",
- "productSubType": "BusinessCard",
- "restrictions": [
- {
- "name": "WireTransferIn",
- "restrictionPurpose": "This is a description.",
- "enableIndicator": true,
- "disableConditions": [
- "LessThanMinAmount"
], - "validFrom": "2022-04-17",
- "validUntil": "2022-04-17",
- "status": "Pending"
}
], - "projectedDates": [
- {
- "name": "Expiration",
- "date": "2022-04-17T08:00:00Z"
}
], - "limits": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "name": "CreditLimit",
- "limitType": "DirectDebit",
- "channelType": "string",
- "amount": "100",
- "currency": "USD",
- "number": 0,
- "enableIndicator": true,
- "feesConsentIndicator": true,
- "percentageIndicator": true,
- "percentage": "25",
- "temporaryIndicator": true,
- "validityPeriod": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "periodicity": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "usedAmount": "100",
- "usedNumber": 0,
- "usedPercentage": "25",
- "status": "Requested",
- "statusDateAndtime": "2022-04-17T08:00:00Z",
- "history": {
- "originalAmount": "100",
- "originalLimitType": "DirectDebit",
- "details": [
- {
- "amount": "100",
- "enabledDate": "2022-04-17T08:00:00Z",
- "disableDate": "2022-04-17T08:00:00Z"
}
]
}, - "balances": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "balanceName": "Available",
- "amount": "100",
- "count": 0,
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
], - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "accessConditions": [
- "LessThanMinAmount"
], - "notificationOptions": [
- "Exception"
], - "payments": [
- {
- "frequency": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "paymentType": "Compound",
- "paymentTypeOptions": [
- "Primary"
], - "paymentName": "string",
- "accountId": "033-DDA-123456",
- "referenceNumber": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "paymentDate": "2022-04-17",
- "lastPaid": "100",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
]
}
], - "parties": [
- "ParentProvider"
], - "status": "GoodStanding",
- "statusDateAndTime": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "supplementaryData": { }
}
], - "statement": {
- "frequency": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "communicationMethod": "Email",
- "format": "PDF",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "templateCode": "1",
- "lastStatementPeriod": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string"
}, - "nextStatementPeriod": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string"
}, - "lastStatementDate": "2022-04-17",
- "previousStatementDate": "2022-04-17",
- "lastRegularStatementDate": "2022-04-17",
- "truncationOptions": [
- "ItemsIncluded"
], - "accountNameIndicator": true,
- "balances": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "balanceName": "Available",
- "amount": "100",
- "count": 0,
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
], - "preferredLanguage": "English",
- "combineType": "SavingsSatement",
- "category": "BalanceSheet",
- "subcategory": "Cash",
- "profitabilityModelId": "1",
- "lastIRAStatementDate": "2022-04-17"
}, - "organizationType": "Corporation",
- "organizationPurpose": "This is a description.",
- "legalName": "Jane",
- "tradingName": "Jane",
- "registrationDate": "2022-04-17",
- "establishmentDate": "2022-04-17",
- "merchantCategory": "482",
- "nAICSCode": "54",
- "lineOfBusiness": "string",
- "sector": "string",
- "organizationProfile": {
- "riskLevel": "Permanent",
- "riskCategories": [
- {
- "name": "StandardAndPoors",
- "level": "Permanent",
- "date": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
], - "bSARiskCode": 0,
- "creditReview": {
- "frequency": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "lastReviewDate": "2022-04-17T08:00:00Z",
- "nextReviewDate": "2022-04-17T08:00:00Z",
- "creditQuality": "UpperMediumGrade",
- "creditRankingScales": [
- {
- "name": "StandardAndPoors",
- "score": "AAA",
- "date": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
], - "creditReportAddressIndicatorCode": "string",
- "creditReportAddressIndicatorDate": "2022-04-17T08:00:00Z",
- "consumerCreditReportInformation": "This is a description.",
- "consumerCreditReportDate": "2022-04-17T08:00:00Z"
}, - "creditBureauReportCode": "30",
- "eCOACode": "string",
- "cTRExemptIndicator": true,
- "oFACReportingIndicator": true,
- "previousFinancialInstitution": "Jane Birkin",
- "referredByWhom": "Jane Birkin",
- "moneyLaunderingCheck": "AuthorizedCredit",
- "knowYourCustomerCheck": "Ordinary",
- "timeAtCurrentAddress": {
- "unit": "Months",
- "value": 999
}, - "dateAtCurrentAddress": "2022-04-17",
- "yearsAtCurrentAddress": 0,
- "sourceOfWealth": "This is a description.",
- "politicalAffiliation": "string",
- "lostCustomerDate": "2022-04-17",
- "lostCustomerReason": "Deceased",
- "customerType": "Consumer",
- "servicerAlerts": [
- {
- "alertName": "CreditBureauAlert",
- "alertType": "Warning",
- "alertCode": "string",
- "message": "This is a description.",
- "lastAlertDate": "2022-04-17"
}
], - "insiderType": "Director",
- "legalEntityReportingIndicator": true,
- "numberOfEmployees": 100,
- "annualSales": "100",
- "services": "This is a description.",
- "goods": "This is a description.",
- "serviceOrGoodsLocations": [
- {
- "countrySubdivision": "Oregon",
- "townName": "San Diego",
- "country": "US"
}
], - "hSAIndicator": true
}, - "contact": {
- "structuredName": {
- "firstName": "Mary",
- "middleName": "Joe",
- "lastName": "Smith",
- "middleInitial": "J.",
- "suffix": "PhD",
- "prefix": "Dr."
}, - "name": "Jane Birkin",
- "firstContactDate": "2022-04-17T08:00:00Z",
- "lastContactDate": "2022-04-17T08:00:00Z",
- "phones": [
- {
- "number": "+1-555-1234567",
- "extension": "strin",
- "country": "str",
- "phoneType": "string",
- "phonePurpose": "string",
- "foreignIndicator": true,
- "primaryIndicator": true,
- "preferredHourOfDay": {
- "hour": "12",
- "timeZone": "Pacific",
- "timeOfTheDay": "string"
}, - "comment": "This is a description.",
- "period": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "lastUpdatedDate": "2022-04-17T08:00:00Z"
}
], - "emails": [
- {
- "emailAddress": "string",
- "emailPurpose": "Statements",
- "primaryIndicator": true,
- "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "lastUpdatedDate": "2022-04-17T08:00:00Z"
}
], - "jobTitle": "Head of Documentation",
- "department": "Sales",
- "communicationChannels": [
- {
- "channel": "Email",
- "channelIdentification": "011-02010020202",
- "channelPurpose": "PrivacyNotices",
- "codeWord": "string",
- "alertIndicator": null,
- "personId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "status": "Warning",
- "primaryIndicator": true,
- "leadTime": {
- "unit": "Months",
- "value": 999
}, - "alertText": "This is a description.",
- "contactDates": [
- {
- "name": "Expiration",
- "date": "2022-04-17T08:00:00Z"
}
], - "contactCount": 0
}
], - "preferredMethod": "Email",
- "preferredLanguage": "English"
}, - "logo": "string",
- "organizationId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "status": "GoodStanding"
}
Updates an Organization
Use the JSON Merge Patch standard https://tools.ietf.org/html/rfc7396
Authorizations:
path Parameters
organizationId required | string (Id) [ 1 .. 36 ] characters Example: 5fb9d4d6-1a3c-11ed-861d-0242ac120002 Organization Identification |
header Parameters
servicerId | string (Id) [ 1 .. 36 ] characters Example: 5fb9d4d6-1a3c-11ed-861d-0242ac120002 Account Servicer Identification (Bank) |
servicerBranchId | string (ServicerBranchId) [ 1 .. 36 ] characters Example: SEA_1 Identification of the account servicer institution at branch level or center level. |
Request Body schema: application/merge-patch+json
Responses
Request samples
- Payload
{ }
Response samples
- 200
- 400
- 404
- 500
{- "identifiers": [
- {
- "number": "123-45-6789",
- "issuer": "UnitedStates",
- "country": "US",
- "countrySubdivisionCode": "AR-B",
- "issueDate": "2022-04-17",
- "applyDate": "2022-04-17",
- "expirationDate": "2022-04-17",
- "verificationDate": "2022-04-17",
- "foreingIDIndicator": true,
- "taxIDIndicator": true,
- "displayOption": "string",
- "schemeName": "TaxIdentificationNumber"
}
], - "name": "Jane Birkin",
- "shortName": "Jane",
- "nameTemplateId": "1",
- "nameSoundExId": "1",
- "partyBranchId": "SEA_1",
- "customerSinceDate": "2022-04-17T08:00:00Z",
- "comments": [
- {
- "name": "string",
- "text": "This is a description."
}
], - "relatedParties": [
- {
- "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "name": "Jane Birkin",
- "nameTemplateId": "1",
- "shortName": "Jane",
- "placeAndDateOfBirth": {
- "countrySubdivision": "Oregon",
- "townName": "San Diego",
- "country": "US",
- "birthDate": "2022-04-17"
}, - "gender": "Female",
- "status": "GoodStanding",
- "statusDateAndTime": "2022-04-17T08:00:00Z",
- "coveredByMilitaryLendingActIndicator": true,
- "militaryMemberIndicator": true,
- "militaryPeriod": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "audit": {
- "status": "string",
- "creationDate": "2022-04-17",
- "lastModificacionChannel": "Email",
- "lastModificationDate": "2022-04-17",
- "channels": [
- {
- "lastActivityDate": "2022-04-17",
- "name": "Email",
- "activityType": "string",
- "amount": "100"
}
]
}, - "postalAddresses": {
- "addressCode": "string",
- "addressBookIndicator": "string",
- "addressType": "Postal",
- "addressPurpose": "Billing",
- "primaryIndicator": true,
- "careOf": "C/O Company Name",
- "department": "A",
- "subDepartment": "B",
- "streetName": "First Street",
- "firstCrossStreetName": "string",
- "secondCrossStreetName": "Second Street",
- "buildingNumber": "11407",
- "buildingName": "Tall Tower",
- "floor": "20",
- "postBox": "MY779",
- "room": "22",
- "postCode": "97062-6884",
- "carrierRoute": "C001",
- "censusTract": "12345",
- "censusBlock": "1234",
- "cBSACode": "49780",
- "cBSAType": "MSA",
- "foreignIndicator": true,
- "townName": "San Diego",
- "townLocationName": "Clackamas",
- "districtName": "Columbia",
- "countyName": "Cook",
- "countrySubDivision": "Oregon",
- "countrySubDivisionCode": "AR-B",
- "country": "US",
- "addressLine": [
- "11407 Sw Amu st, Suite MY777"
], - "temporaryIndicator": true,
- "period": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
]
}, - "structuredName": {
- "firstName": "Mary",
- "middleName": "Joe",
- "lastName": "Smith",
- "middleInitial": "J.",
- "suffix": "PhD",
- "prefix": "Dr."
}, - "phones": [
- {
- "number": "+1-555-1234567",
- "extension": "strin",
- "country": "str",
- "phoneType": "string",
- "phonePurpose": "string",
- "foreignIndicator": true,
- "primaryIndicator": true,
- "preferredHourOfDay": {
- "hour": "12",
- "timeZone": "Pacific",
- "timeOfTheDay": "string"
}, - "comment": "This is a description.",
- "period": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "lastUpdatedDate": "2022-04-17T08:00:00Z"
}
], - "emails": [
- {
- "emailAddress": "string",
- "emailPurpose": "Statements",
- "primaryIndicator": true,
- "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "lastUpdatedDate": "2022-04-17T08:00:00Z"
}
], - "organizationType": "Corporation",
- "customerType": "Consumer",
- "taxReportingIndicator": true,
- "taxStatus": "Exempt",
- "cards": [
- {
- "cardId": "0dd926fe-1ca2-11ed-861d-0242ac120002",
- "cardHolder": {
- "personId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "identifiers": [
- {
- "schemeName": "SocialSecurityNumber",
- "number": "123-45-6789",
- "issuer": "Baltimore",
- "country": "US",
- "countrySubdivisionCode": "AR-B",
- "issueDate": "2022-04-17",
- "applyDate": "2022-04-17",
- "expirationDate": "2022-04-17",
- "verificationDate": "2022-04-17",
- "foreingIDIndicator": true,
- "taxIDIndicator": true,
- "displayOption": "string"
}
], - "name": "Jane Birkin",
- "shortName": "Jane",
- "placeAndDateOfBirth": {
- "countrySubdivision": "Oregon",
- "townName": "San Diego",
- "country": "US",
- "birthDate": "2022-04-17"
}, - "gender": "Female",
- "status": "GoodStanding",
- "coveredByMilitaryLendingActIndicator": true,
- "militaryMemberIndicator": true,
- "militaryPeriod": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "audit": {
- "status": "string",
- "creationDate": "2022-04-17",
- "lastModificacionChannel": "Email",
- "lastModificationDate": "2022-04-17",
- "channels": [
- {
- "lastActivityDate": "2022-04-17",
- "name": "Email",
- "activityType": "string",
- "amount": "100"
}
]
}, - "postalAddresses": [
- {
- "addressCode": "string",
- "addressBookIndicator": "string",
- "addressType": "Postal",
- "addressPurpose": "Billing",
- "primaryIndicator": true,
- "careOf": "C/O Company Name",
- "department": "A",
- "subDepartment": "B",
- "streetName": "First Street",
- "firstCrossStreetName": "string",
- "secondCrossStreetName": "Second Street",
- "buildingNumber": "11407",
- "buildingName": "Tall Tower",
- "floor": "20",
- "postBox": "MY779",
- "room": "22",
- "postCode": "97062-6884",
- "carrierRoute": "C001",
- "censusTract": "12345",
- "censusBlock": "1234",
- "cBSACode": "49780",
- "cBSAType": "MSA",
- "foreignIndicator": true,
- "townName": "San Diego",
- "townLocationName": "Clackamas",
- "districtName": "Columbia",
- "countyName": "Cook",
- "countrySubDivision": "Oregon",
- "countrySubDivisionCode": "AR-B",
- "country": "US",
- "addressLine": [
- "11407 Sw Amu st, Suite MY777"
], - "temporaryIndicator": true,
- "period": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "codes": [
- {
- "name": null,
- "value": null,
- "description": null
}
], - "identifiers": [
- {
- "number": null,
- "schemeName": null,
- "issuer": null,
- "issueDate": null,
- "expirationDate": null
}
]
}
], - "structuredName": {
- "firstName": "Mary",
- "middleName": "Joe",
- "lastName": "Smith",
- "middleInitial": "J.",
- "suffix": "PhD",
- "prefix": "Dr."
}, - "phones": [
- {
- "number": "+1-555-1234567",
- "extension": "strin",
- "country": "str",
- "phoneType": "string",
- "phonePurpose": "string",
- "foreignIndicator": true,
- "primaryIndicator": true,
- "preferredHourOfDay": {
- "hour": "12",
- "timeZone": "Pacific",
- "timeOfTheDay": "string"
}, - "comment": "This is a description.",
- "period": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "codes": [
- {
- "name": null,
- "value": null,
- "description": null
}
], - "identifiers": [
- {
- "number": null,
- "schemeName": null,
- "issuer": null,
- "issueDate": null,
- "expirationDate": null
}
], - "lastUpdatedDate": "2022-04-17T08:00:00Z"
}
], - "emails": [
- {
- "emailAddress": "string",
- "emailPurpose": "Statements",
- "primaryIndicator": true,
- "identifiers": [
- {
- "number": null,
- "schemeName": null,
- "issuer": null,
- "issueDate": null,
- "expirationDate": null
}
], - "lastUpdatedDate": "2022-04-17T08:00:00Z"
}
], - "employeeIndicator": true
}, - "identifiers": [
- {
- "number": "string",
- "schemeName": "MemberNumber",
- "issuer": "string"
}
], - "productId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "number": "1234567890123456789",
- "cardHolderType": "Primary",
- "fundingSourceType": "Credit",
- "businessIndicator": true,
- "cardBranchId": "SEA_1",
- "startDate": "2022-04-17",
- "expiryDate": "2022-12",
- "relatedAccounts": [
- {
- "accountRelationType": "Child",
- "accountId": "033-DDA-123456",
- "accountNumber": "012345678",
- "accountType": "Checking",
- "name": "Hermes PD_CA 0002",
- "balances": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "balanceName": "Available",
- "amount": "100",
- "count": 0,
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z",
- "codes": [
- null
]
}
]
}
], - "status": "Active",
- "statusDate": "2022-04-17T08:00:00Z",
- "statusReasons": [
- "Active"
], - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
], - "balances": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "balanceName": "Available",
- "amount": "100",
- "count": 0,
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
], - "spotDates": [
- {
- "name": "Expiration",
- "date": "2022-04-17T08:00:00Z"
}
], - "partyId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "partyType": "Person",
- "partyName": "Jane Birkin",
- "partyRelationType": "PrimaryServicerOfficer",
- "effectiveDate": "2022-04-17T08:00:00Z",
- "partyRelationDescription": "This is a description.",
- "ownershipPercentage": "25"
}
], - "relatedAccounts": [
- {
- "accountRelationType": "Child",
- "accountId": "033-DDA-123456",
- "accountNumber": "012345678",
- "accountType": "Checking",
- "name": "Hermes PD_CA 0002",
- "balances": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "balanceName": "Available",
- "amount": "100",
- "count": 0,
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
]
}
], - "postalAddresses": [
- {
- "addressCode": "string",
- "addressBookIndicator": "string",
- "addressType": "Postal",
- "addressPurpose": "Billing",
- "primaryIndicator": true,
- "careOf": "C/O Company Name",
- "department": "A",
- "subDepartment": "B",
- "streetName": "First Street",
- "firstCrossStreetName": "string",
- "secondCrossStreetName": "Second Street",
- "buildingNumber": "11407",
- "buildingName": "Tall Tower",
- "floor": "20",
- "postBox": "MY779",
- "room": "22",
- "postCode": "97062-6884",
- "carrierRoute": "C001",
- "censusTract": "12345",
- "censusBlock": "1234",
- "cBSACode": "49780",
- "cBSAType": "MSA",
- "foreignIndicator": true,
- "townName": "San Diego",
- "townLocationName": "Clackamas",
- "districtName": "Columbia",
- "countyName": "Cook",
- "countrySubDivision": "Oregon",
- "countrySubDivisionCode": "AR-B",
- "country": "US",
- "addressLine": [
- "11407 Sw Amu st, Suite MY777"
], - "temporaryIndicator": true,
- "period": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
]
}
], - "relationshipId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "relationshipLeadIndicator": true,
- "residenceType": "Domestic",
- "taxInformation": {
- "tIN": "778-62-8144",
- "taxIdType": "SocialSecurityNumber",
- "financialReportingIndicator": true,
- "taxReportingIndicator": true,
- "interestReportingIndicator": true,
- "tINStatus": "Valid",
- "tINVerification": {
- "verificationAttemps": 1,
- "bNoticeDates": [
- "2022-04-17"
], - "tINResultCode": "str",
- "verificationDate": "2022-04-17",
- "applicationDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}, - "taxStatus": "Exempt",
- "exemptionCode": "0",
- "exemptionReason": "This is a description.",
- "forms": [
- {
- "formName": "W-8",
- "taxRate": "100",
- "onFileIndicator": true,
- "taxStatus": "Exempt",
- "certificationDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "regulations": [
- {
- "name": "Chapter4",
- "section": "1471"
}
], - "withholdings": [
- {
- "withholdingTaxType": "NonResidentAlienTax",
- "withholdingRate": "25",
- "taxStatus": "string",
- "withholdingAmount": "100"
}
], - "foreignIndicator": true,
- "codes": [
- {
- "name": "string",
- "value": "str"
}
], - "recipientGIIN": "ADN123.FG4FE3.LE.999",
- "recipientPostCode": "string",
- "recipientTownName": "San Diego",
- "countrySubDivisionCode": "AR-B",
- "country": "st",
- "supplementaryData": { }
}, - "powerOfAttorney": {
- "documentId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "documentReference": "string",
- "format": "PDF",
- "title": "This is a Title.",
- "version": "string",
- "signOffDate": "2022-04-17",
- "issueDate": "2022-04-17",
- "purpose": "string",
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "jurisdiction": {
- "countrySubdivision": "Oregon",
- "townName": "San Diego",
- "country": "US"
}, - "contact": {
- "structuredName": {
- "firstName": "Mary",
- "middleName": "Joe",
- "lastName": "Smith",
- "middleInitial": "J.",
- "suffix": "PhD",
- "prefix": "Dr."
}, - "name": "Jane Birkin",
- "firstContactDate": "2022-04-17T08:00:00Z",
- "lastContactDate": "2022-04-17T08:00:00Z",
- "phones": [
- {
- "number": "+1-555-1234567",
- "extension": "strin",
- "country": "str",
- "phoneType": "string",
- "phonePurpose": "string",
- "foreignIndicator": true,
- "primaryIndicator": true,
- "preferredHourOfDay": {
- "hour": "12",
- "timeZone": "Pacific",
- "timeOfTheDay": "string"
}, - "comment": "This is a description.",
- "period": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "lastUpdatedDate": "2022-04-17T08:00:00Z"
}
], - "emails": [
- {
- "emailAddress": "string",
- "emailPurpose": "Statements",
- "primaryIndicator": true,
- "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "lastUpdatedDate": "2022-04-17T08:00:00Z"
}
], - "jobTitle": "Head of Documentation",
- "department": "Sales",
- "communicationChannels": [
- {
- "channel": "Email",
- "channelIdentification": "011-02010020202",
- "channelPurpose": "PrivacyNotices",
- "codeWord": "string",
- "alertIndicator": null,
- "personId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "status": "Warning",
- "primaryIndicator": true,
- "leadTime": {
- "unit": "Months",
- "value": 999
}, - "alertText": "This is a description.",
- "contactDates": [
- {
- "name": "Expiration",
- "date": "2022-04-17T08:00:00Z"
}
], - "contactCount": 0
}
], - "preferredMethod": "Email",
- "preferredLanguage": "English"
}, - "parties": {
- "partyId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "partyType": "Person",
- "partyName": "Jane Birkin"
}, - "authorizedPerson": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "authorizedAccount": "033-DDA-123456"
}, - "supplementaryData": { },
- "excludeMarketingIndicator": true,
- "audit": {
- "status": "string",
- "creationDate": "2022-04-17",
- "lastModificacionChannel": "Email",
- "lastModificationDate": "2022-04-17",
- "channels": [
- {
- "lastActivityDate": "2022-04-17",
- "name": "Email",
- "activityType": "string",
- "amount": "100"
}
]
}, - "restrictions": [
- {
- "name": "WireTransferIn",
- "restrictionPurpose": "This is a description.",
- "enableIndicator": true,
- "disableConditions": [
- "LessThanMinAmount"
], - "validFrom": "2022-04-17",
- "validUntil": "2022-04-17",
- "status": "Pending"
}
], - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "print": {
- "displayOptions": [
- "string"
], - "printOptions": [
- {
- "name": "string",
- "options": [
- "string"
]
}
]
}, - "products": [
- {
- "productId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "name": "Visa Business Card",
- "description": "This is a description.",
- "productType": "PaymentCard",
- "productSubType": "BusinessCard",
- "restrictions": [
- {
- "name": "WireTransferIn",
- "restrictionPurpose": "This is a description.",
- "enableIndicator": true,
- "disableConditions": [
- "LessThanMinAmount"
], - "validFrom": "2022-04-17",
- "validUntil": "2022-04-17",
- "status": "Pending"
}
], - "projectedDates": [
- {
- "name": "Expiration",
- "date": "2022-04-17T08:00:00Z"
}
], - "limits": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "name": "CreditLimit",
- "limitType": "DirectDebit",
- "channelType": "string",
- "amount": "100",
- "currency": "USD",
- "number": 0,
- "enableIndicator": true,
- "feesConsentIndicator": true,
- "percentageIndicator": true,
- "percentage": "25",
- "temporaryIndicator": true,
- "validityPeriod": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "periodicity": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "usedAmount": "100",
- "usedNumber": 0,
- "usedPercentage": "25",
- "status": "Requested",
- "statusDateAndtime": "2022-04-17T08:00:00Z",
- "history": {
- "originalAmount": "100",
- "originalLimitType": "DirectDebit",
- "details": [
- {
- "amount": "100",
- "enabledDate": "2022-04-17T08:00:00Z",
- "disableDate": "2022-04-17T08:00:00Z"
}
]
}, - "balances": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "balanceName": "Available",
- "amount": "100",
- "count": 0,
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
], - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "accessConditions": [
- "LessThanMinAmount"
], - "notificationOptions": [
- "Exception"
], - "payments": [
- {
- "frequency": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "paymentType": "Compound",
- "paymentTypeOptions": [
- "Primary"
], - "paymentName": "string",
- "accountId": "033-DDA-123456",
- "referenceNumber": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "paymentDate": "2022-04-17",
- "lastPaid": "100",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
]
}
], - "parties": [
- "ParentProvider"
], - "status": "GoodStanding",
- "statusDateAndTime": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "supplementaryData": { }
}
], - "statement": {
- "frequency": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "communicationMethod": "Email",
- "format": "PDF",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "templateCode": "1",
- "lastStatementPeriod": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string"
}, - "nextStatementPeriod": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string"
}, - "lastStatementDate": "2022-04-17",
- "previousStatementDate": "2022-04-17",
- "lastRegularStatementDate": "2022-04-17",
- "truncationOptions": [
- "ItemsIncluded"
], - "accountNameIndicator": true,
- "balances": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "balanceName": "Available",
- "amount": "100",
- "count": 0,
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
], - "preferredLanguage": "English",
- "combineType": "SavingsSatement",
- "category": "BalanceSheet",
- "subcategory": "Cash",
- "profitabilityModelId": "1",
- "lastIRAStatementDate": "2022-04-17"
}, - "organizationType": "Corporation",
- "organizationPurpose": "This is a description.",
- "legalName": "Jane",
- "tradingName": "Jane",
- "registrationDate": "2022-04-17",
- "establishmentDate": "2022-04-17",
- "merchantCategory": "482",
- "nAICSCode": "54",
- "lineOfBusiness": "string",
- "sector": "string",
- "organizationProfile": {
- "riskLevel": "Permanent",
- "riskCategories": [
- {
- "name": "StandardAndPoors",
- "level": "Permanent",
- "date": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
], - "bSARiskCode": 0,
- "creditReview": {
- "frequency": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "lastReviewDate": "2022-04-17T08:00:00Z",
- "nextReviewDate": "2022-04-17T08:00:00Z",
- "creditQuality": "UpperMediumGrade",
- "creditRankingScales": [
- {
- "name": "StandardAndPoors",
- "score": "AAA",
- "date": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
], - "creditReportAddressIndicatorCode": "string",
- "creditReportAddressIndicatorDate": "2022-04-17T08:00:00Z",
- "consumerCreditReportInformation": "This is a description.",
- "consumerCreditReportDate": "2022-04-17T08:00:00Z"
}, - "creditBureauReportCode": "30",
- "eCOACode": "string",
- "cTRExemptIndicator": true,
- "oFACReportingIndicator": true,
- "previousFinancialInstitution": "Jane Birkin",
- "referredByWhom": "Jane Birkin",
- "moneyLaunderingCheck": "AuthorizedCredit",
- "knowYourCustomerCheck": "Ordinary",
- "timeAtCurrentAddress": {
- "unit": "Months",
- "value": 999
}, - "dateAtCurrentAddress": "2022-04-17",
- "yearsAtCurrentAddress": 0,
- "sourceOfWealth": "This is a description.",
- "politicalAffiliation": "string",
- "lostCustomerDate": "2022-04-17",
- "lostCustomerReason": "Deceased",
- "customerType": "Consumer",
- "servicerAlerts": [
- {
- "alertName": "CreditBureauAlert",
- "alertType": "Warning",
- "alertCode": "string",
- "message": "This is a description.",
- "lastAlertDate": "2022-04-17"
}
], - "insiderType": "Director",
- "legalEntityReportingIndicator": true,
- "numberOfEmployees": 100,
- "annualSales": "100",
- "services": "This is a description.",
- "goods": "This is a description.",
- "serviceOrGoodsLocations": [
- {
- "countrySubdivision": "Oregon",
- "townName": "San Diego",
- "country": "US"
}
], - "hSAIndicator": true
}, - "contact": {
- "structuredName": {
- "firstName": "Mary",
- "middleName": "Joe",
- "lastName": "Smith",
- "middleInitial": "J.",
- "suffix": "PhD",
- "prefix": "Dr."
}, - "name": "Jane Birkin",
- "firstContactDate": "2022-04-17T08:00:00Z",
- "lastContactDate": "2022-04-17T08:00:00Z",
- "phones": [
- {
- "number": "+1-555-1234567",
- "extension": "strin",
- "country": "str",
- "phoneType": "string",
- "phonePurpose": "string",
- "foreignIndicator": true,
- "primaryIndicator": true,
- "preferredHourOfDay": {
- "hour": "12",
- "timeZone": "Pacific",
- "timeOfTheDay": "string"
}, - "comment": "This is a description.",
- "period": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "lastUpdatedDate": "2022-04-17T08:00:00Z"
}
], - "emails": [
- {
- "emailAddress": "string",
- "emailPurpose": "Statements",
- "primaryIndicator": true,
- "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "lastUpdatedDate": "2022-04-17T08:00:00Z"
}
], - "jobTitle": "Head of Documentation",
- "department": "Sales",
- "communicationChannels": [
- {
- "channel": "Email",
- "channelIdentification": "011-02010020202",
- "channelPurpose": "PrivacyNotices",
- "codeWord": "string",
- "alertIndicator": null,
- "personId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "status": "Warning",
- "primaryIndicator": true,
- "leadTime": {
- "unit": "Months",
- "value": 999
}, - "alertText": "This is a description.",
- "contactDates": [
- {
- "name": "Expiration",
- "date": "2022-04-17T08:00:00Z"
}
], - "contactCount": 0
}
], - "preferredMethod": "Email",
- "preferredLanguage": "English"
}, - "logo": "string",
- "organizationId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "status": "GoodStanding"
}
Creates a Credit Transaction
Authorizations:
path Parameters
accountId required | string (AccountId) [ 1 .. 36 ] characters Example: 033-DDA-123456 Account Identification |
header Parameters
idempotencyId | string (Id) [ 1 .. 36 ] characters Example: 5fb9d4d6-1a3c-11ed-861d-0242ac120002 Idempotency identifier used by the client when making repeated calls |
servicerId | string (Id) [ 1 .. 36 ] characters Example: 5fb9d4d6-1a3c-11ed-861d-0242ac120002 Account Servicer Identification (Bank) |
Request Body schema: application/json
transactionType required | string (DepositTransactionType) [ 1 .. 35 ] characters Example: "Cash" Type of Credit Transaction: Cash, Check, Merchandise | ||||||||||||||||||||||||||||||||||||||
amount required | string (Amount) <= 23 characters ^-?([0]|([1-9][0-9]{0,12}))([.][0-9]{0,8})?$ Example: "100" Number of monetary units where the size of the decimal part is defined by the currency. Note: total number of digits: 21 number of digits in fractional part: 8 maxInclusive: 9999999999999.99999999 minInclusive: -9999999999999.99999999 | ||||||||||||||||||||||||||||||||||||||
object (Exchange) | |||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||
object (Check) Characteristics of a check | |||||||||||||||||||||||||||||||||||||||
|
Responses
Request samples
- Payload
{- "transactionType": "Cash",
- "amount": "100",
- "exchange": {
- "currency": "USD",
- "exchangeFactor": "0.7"
}, - "check": {
- "checkType": "string",
- "amount": "100",
- "currency": "USD",
- "checkNumber": "string",
- "issuer": "Jhon Smith",
- "availabilityDate": "2022-04-17T08:00:00Z",
- "availabilityFloat": "string",
- "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
}
Response samples
- 202
- 400
- 500
{- "paymentId": "0dd926fe-1ca2-11ed-861d-0242ac120002",
- "reversalIndicator": true,
- "remittanceInformation": {
- "remittanceNumber": "string",
- "documentType": "string"
}, - "identifiers": [
- {
- "number": "string",
- "schemeName": "UETR",
- "issuer": "Banc of California"
}
], - "valueDate": "2022-04-17T08:00:00Z",
- "bookingDate": "2022-04-17T08:00:00Z",
- "charges": [
- {
- "name": "CardLatePayment",
- "description": "This is a description.",
- "amount": "100",
- "adjustment": "100"
}
], - "interests": [
- {
- "name": "Deposit",
- "amount": "100"
}
], - "transactionId": "0dd926fe-1ca2-11ed-861d-0242ac120002",
- "creationDate": "2022-04-17T08:00:00Z",
- "amount": "100",
- "creditDebitIndicator": "Credit",
- "description": "This is a description.",
- "status": "Booked",
- "statusDescription": "This is a Title.",
- "codes": [
- {
- "codeType": "DetailBAI",
- "name": "string",
- "value": "195",
- "description": "This is a Title."
}
], - "currentBalance": "100",
- "supplementaryData": { },
- "check": {
- "checkType": "string",
- "amount": "100",
- "currency": "USD",
- "checkNumber": "string",
- "issuer": "Jhon Smith",
- "availabilityDate": "2022-04-17T08:00:00Z",
- "availabilityFloat": "string",
- "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}, - "card": {
- "cardId": "0dd926fe-1ca2-11ed-861d-0242ac120002",
- "cardNumber": "1234567890123456789",
- "merchantCategoryCode": "482",
- "merchantName": "Food Store",
- "merchantAddress": {
- "addressCode": "string",
- "addressBookIndicator": "string",
- "addressType": "Postal",
- "addressPurpose": "Billing",
- "primaryIndicator": true,
- "careOf": "C/O Company Name",
- "department": "A",
- "subDepartment": "B",
- "streetName": "First Street",
- "firstCrossStreetName": "string",
- "secondCrossStreetName": "Second Street",
- "buildingNumber": "11407",
- "buildingName": "Tall Tower",
- "floor": "20",
- "postBox": "MY779",
- "room": "22",
- "postCode": "97062-6884",
- "carrierRoute": "C001",
- "censusTract": "12345",
- "censusBlock": "1234",
- "cBSACode": "49780",
- "cBSAType": "MSA",
- "foreignIndicator": true,
- "townName": "San Diego",
- "townLocationName": "Clackamas",
- "districtName": "Columbia",
- "countyName": "Cook",
- "countrySubDivision": "Oregon",
- "countrySubDivisionCode": "AR-B",
- "country": "US",
- "addressLine": [
- "11407 Sw Amu st, Suite MY777"
], - "temporaryIndicator": true,
- "period": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
]
}, - "offerId": "101854",
- "offerTitle": "Save 20%"
}
}
Creates a Debit Transaction
Authorizations:
path Parameters
accountId required | string (AccountId) [ 1 .. 36 ] characters Example: 033-DDA-123456 Account Identification |
header Parameters
idempotencyId | string (Id) [ 1 .. 36 ] characters Example: 5fb9d4d6-1a3c-11ed-861d-0242ac120002 Idempotency identifier used by the client when making repeated calls |
servicerId | string (Id) [ 1 .. 36 ] characters Example: 5fb9d4d6-1a3c-11ed-861d-0242ac120002 Account Servicer Identification (Bank) |
Request Body schema: application/json
transactionType | string (WithdrawalTransactionType) [ 1 .. 35 ] characters Example: "Cash" Type of Debit Transaction: Cash | ||||||||||||||||||||||||||||||||||||||
amount required | string (Amount) <= 23 characters ^-?([0]|([1-9][0-9]{0,12}))([.][0-9]{0,8})?$ Example: "100" Number of monetary units where the size of the decimal part is defined by the currency. Note: total number of digits: 21 number of digits in fractional part: 8 maxInclusive: 9999999999999.99999999 minInclusive: -9999999999999.99999999 | ||||||||||||||||||||||||||||||||||||||
object (Check) Characteristics of a check | |||||||||||||||||||||||||||||||||||||||
|
Responses
Request samples
- Payload
{- "transactionType": "Cash",
- "amount": "100",
- "check": {
- "checkType": "string",
- "amount": "100",
- "currency": "USD",
- "checkNumber": "string",
- "issuer": "Jhon Smith",
- "availabilityDate": "2022-04-17T08:00:00Z",
- "availabilityFloat": "string",
- "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
}
Response samples
- 202
- 400
- 500
{- "paymentId": "0dd926fe-1ca2-11ed-861d-0242ac120002",
- "reversalIndicator": true,
- "remittanceInformation": {
- "remittanceNumber": "string",
- "documentType": "string"
}, - "identifiers": [
- {
- "number": "string",
- "schemeName": "UETR",
- "issuer": "Banc of California"
}
], - "valueDate": "2022-04-17T08:00:00Z",
- "bookingDate": "2022-04-17T08:00:00Z",
- "charges": [
- {
- "name": "CardLatePayment",
- "description": "This is a description.",
- "amount": "100",
- "adjustment": "100"
}
], - "interests": [
- {
- "name": "Deposit",
- "amount": "100"
}
], - "transactionId": "0dd926fe-1ca2-11ed-861d-0242ac120002",
- "creationDate": "2022-04-17T08:00:00Z",
- "amount": "100",
- "creditDebitIndicator": "Credit",
- "description": "This is a description.",
- "status": "Booked",
- "statusDescription": "This is a Title.",
- "codes": [
- {
- "codeType": "DetailBAI",
- "name": "string",
- "value": "195",
- "description": "This is a Title."
}
], - "currentBalance": "100",
- "supplementaryData": { },
- "check": {
- "checkType": "string",
- "amount": "100",
- "currency": "USD",
- "checkNumber": "string",
- "issuer": "Jhon Smith",
- "availabilityDate": "2022-04-17T08:00:00Z",
- "availabilityFloat": "string",
- "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}, - "card": {
- "cardId": "0dd926fe-1ca2-11ed-861d-0242ac120002",
- "cardNumber": "1234567890123456789",
- "merchantCategoryCode": "482",
- "merchantName": "Food Store",
- "merchantAddress": {
- "addressCode": "string",
- "addressBookIndicator": "string",
- "addressType": "Postal",
- "addressPurpose": "Billing",
- "primaryIndicator": true,
- "careOf": "C/O Company Name",
- "department": "A",
- "subDepartment": "B",
- "streetName": "First Street",
- "firstCrossStreetName": "string",
- "secondCrossStreetName": "Second Street",
- "buildingNumber": "11407",
- "buildingName": "Tall Tower",
- "floor": "20",
- "postBox": "MY779",
- "room": "22",
- "postCode": "97062-6884",
- "carrierRoute": "C001",
- "censusTract": "12345",
- "censusBlock": "1234",
- "cBSACode": "49780",
- "cBSAType": "MSA",
- "foreignIndicator": true,
- "townName": "San Diego",
- "townLocationName": "Clackamas",
- "districtName": "Columbia",
- "countyName": "Cook",
- "countrySubDivision": "Oregon",
- "countrySubDivisionCode": "AR-B",
- "country": "US",
- "addressLine": [
- "11407 Sw Amu st, Suite MY777"
], - "temporaryIndicator": true,
- "period": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
]
}, - "offerId": "101854",
- "offerTitle": "Save 20%"
}
}
Retrieves Account Transactions
Authorizations:
path Parameters
accountId required | string (AccountId) [ 1 .. 36 ] characters Example: 033-DDA-123456 Account Identification |
query Parameters
transactionId.eq | string (TransactionId) [ 1 .. 36 ] characters Example: transactionId.eq=0dd926fe-1ca2-11ed-861d-0242ac120002 Unique reference as assigned by the account servicing institution to unambiguously identify the transaction. |
status.eq | string (TransactionStatus) [ 1 .. 35 ] characters Example: status.eq=Booked Specifies the status of an entry on the books of the account servicer. Some possible ISO 20022 compliant values are: Booked, Future, Information, Pending. |
amount.lte | string (Amount) <= 23 characters ^-?([0]|([1-9][0-9]{0,12}))([.][0-9]{0,8})?$ Example: amount.lte=100 Number of monetary units where the size of the decimal part is defined by the currency. Note: total number of digits: 21 number of digits in fractional part: 8 maxInclusive: 9999999999999.99999999 minInclusive: -9999999999999.99999999 |
amount.gte | string (Amount) <= 23 characters ^-?([0]|([1-9][0-9]{0,12}))([.][0-9]{0,8})?$ Example: amount.gte=100 Number of monetary units where the size of the decimal part is defined by the currency. Note: total number of digits: 21 number of digits in fractional part: 8 maxInclusive: 9999999999999.99999999 minInclusive: -9999999999999.99999999 |
creationDate.lte | string <date> (Date) Example: creationDate.lte=2022-04-17 Input cycle date less than or equal |
creationDate.gte | string <date> (Date) Example: creationDate.gte=2022-04-17 Input cycle date greater than or equal |
cursor | string Specifies an opaque string value ( "no meaning" string value) at which start retrieving transactions. For instance, limit=5&cursor=62aef884fbe3470ce7d9a92140b09b17 |
limit | string Specifies the number of resources to return in one request, specified as an integer from 1 to 100. |
header Parameters
servicerId | string (Id) [ 1 .. 36 ] characters Example: 5fb9d4d6-1a3c-11ed-861d-0242ac120002 Account Servicer Identification (Bank) |
Pagination-Cursor required | string Pagination Cursor |
Pagination-Total required | string Total number of resources. |
Responses
Response samples
- 200
- 400
- 404
- 500
{- "accountId": "033-DDA-123456",
- "accountNumber": "012345678",
- "accountType": "Checking",
- "ownershipType": "SingleOwnerAccount",
- "currency": "USD",
- "currentBalance": "100",
- "availableBalance": "100",
- "transactions": [
- {
- "paymentId": "0dd926fe-1ca2-11ed-861d-0242ac120002",
- "reversalIndicator": true,
- "remittanceInformation": {
- "remittanceNumber": "string",
- "documentType": "string"
}, - "identifiers": [
- {
- "number": "string",
- "schemeName": "UETR",
- "issuer": "Banc of California"
}
], - "valueDate": "2022-04-17T08:00:00Z",
- "bookingDate": "2022-04-17T08:00:00Z",
- "charges": [
- {
- "name": "CardLatePayment",
- "description": "This is a description.",
- "amount": "100",
- "adjustment": "100"
}
], - "interests": [
- {
- "name": "Deposit",
- "amount": "100"
}
], - "transactionId": "0dd926fe-1ca2-11ed-861d-0242ac120002",
- "creationDate": "2022-04-17T08:00:00Z",
- "amount": "100",
- "creditDebitIndicator": "Credit",
- "description": "This is a description.",
- "status": "Booked",
- "statusDescription": "This is a Title.",
- "codes": [
- {
- "codeType": "DetailBAI",
- "name": "string",
- "value": "195",
- "description": "This is a Title."
}
], - "currentBalance": "100",
- "supplementaryData": { },
- "check": {
- "checkType": "string",
- "amount": "100",
- "currency": "USD",
- "checkNumber": "string",
- "issuer": "Jhon Smith",
- "availabilityDate": "2022-04-17T08:00:00Z",
- "availabilityFloat": "string",
- "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}, - "card": {
- "cardId": "0dd926fe-1ca2-11ed-861d-0242ac120002",
- "cardNumber": "1234567890123456789",
- "merchantCategoryCode": "482",
- "merchantName": "Food Store",
- "merchantAddress": {
- "addressCode": "string",
- "addressBookIndicator": "string",
- "addressType": "Postal",
- "addressPurpose": "Billing",
- "primaryIndicator": true,
- "careOf": "C/O Company Name",
- "department": "A",
- "subDepartment": "B",
- "streetName": "First Street",
- "firstCrossStreetName": "string",
- "secondCrossStreetName": "Second Street",
- "buildingNumber": "11407",
- "buildingName": "Tall Tower",
- "floor": "20",
- "postBox": "MY779",
- "room": "22",
- "postCode": "97062-6884",
- "carrierRoute": "C001",
- "censusTract": "12345",
- "censusBlock": "1234",
- "cBSACode": "49780",
- "cBSAType": "MSA",
- "foreignIndicator": true,
- "townName": "San Diego",
- "townLocationName": "Clackamas",
- "districtName": "Columbia",
- "countyName": "Cook",
- "countrySubDivision": "Oregon",
- "countrySubDivisionCode": "AR-B",
- "country": "US",
- "addressLine": [
- "11407 Sw Amu st, Suite MY777"
], - "temporaryIndicator": true,
- "period": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
]
}, - "offerId": "101854",
- "offerTitle": "Save 20%"
}
}
]
}
Retrieves Financial Products
Authorizations:
header Parameters
servicerId | string (Id) [ 1 .. 36 ] characters Example: 5fb9d4d6-1a3c-11ed-861d-0242ac120002 Account Servicer Identification (Bank) |
Responses
Response samples
- 200
- 404
- 500
{- "productId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "name": "Visa Business Card",
- "description": "This is a description.",
- "productType": "PaymentCard",
- "productSubType": "BusinessCard",
- "restrictions": [
- {
- "name": "WireTransferIn",
- "restrictionPurpose": "This is a description.",
- "enableIndicator": true,
- "disableConditions": [
- "LessThanMinAmount"
], - "validFrom": "2022-04-17",
- "validUntil": "2022-04-17",
- "status": "Pending"
}
], - "projectedDates": [
- {
- "name": "Expiration",
- "date": "2022-04-17T08:00:00Z"
}
], - "limits": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "name": "CreditLimit",
- "limitType": "DirectDebit",
- "channelType": "string",
- "amount": "100",
- "currency": "USD",
- "number": 0,
- "enableIndicator": true,
- "feesConsentIndicator": true,
- "percentageIndicator": true,
- "percentage": "25",
- "temporaryIndicator": true,
- "validityPeriod": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "periodicity": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "usedAmount": "100",
- "usedNumber": 0,
- "usedPercentage": "25",
- "status": "Requested",
- "statusDateAndtime": "2022-04-17T08:00:00Z",
- "history": {
- "originalAmount": "100",
- "originalLimitType": "DirectDebit",
- "details": [
- {
- "amount": "100",
- "enabledDate": "2022-04-17T08:00:00Z",
- "disableDate": "2022-04-17T08:00:00Z"
}
]
}, - "balances": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "balanceName": "Available",
- "amount": "100",
- "count": 0,
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
], - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "accessConditions": [
- "LessThanMinAmount"
], - "notificationOptions": [
- "Exception"
], - "payments": [
- {
- "frequency": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "paymentType": "Compound",
- "paymentTypeOptions": [
- "Primary"
], - "paymentName": "string",
- "accountId": "033-DDA-123456",
- "referenceNumber": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "paymentDate": "2022-04-17",
- "lastPaid": "100",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
]
}
], - "parties": [
- "ParentProvider"
], - "status": "GoodStanding",
- "statusDateAndTime": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "supplementaryData": { }
}
Creates a bank product
Authorizations:
header Parameters
idempotencyId | string (Id) [ 1 .. 36 ] characters Example: 5fb9d4d6-1a3c-11ed-861d-0242ac120002 Idempotency identifier used by the client when making repeated calls |
servicerId | string (Id) [ 1 .. 36 ] characters Example: 5fb9d4d6-1a3c-11ed-861d-0242ac120002 Account Servicer Identification (Bank) |
servicerBranchId | string (ServicerBranchId) [ 1 .. 36 ] characters Example: SEA_1 Identification of the account servicer institution at branch level or center level. |
Core-Validation-Mode | string <ENFORCING|PERMISSIVE|DISABLED> Indicates how the API validates requests against the core validation request policy. ENFORCING: The API validates all requests against the core validation request policy. The API only sends requests that pass validation to the back-end core service. PERMISSIVE: The API validates all requests against the validation request policy. The API sends all requests to the back-end service, regardless of whether they pass or fail the core validation. DISABLED: The API does not validate any requests against the validation request policy. The API gateway sends all requests to the core back-end service. |
Request Body schema: application/json
accountBranchId | string (ServicerBranchId) [ 1 .. 36 ] characters Example: "SEA_1" Identification of the account servicer institution at branch level or center level. To overlay the codes to produce a unique identifier the following expresion is used: BranchRegionCode-BranchSubdivisionCode. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
accountNumber | string (AccountNumber) <= 30 characters Example: "012345678" The account number or Basic Bank Account Number (BBAN). A Basic Bank Account Number (BBAN) is a bank account number that includes the domestic bank code, branch identifier, and account number. It is a unique identifier for a bank account within a specific country. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
accountType required | string [ 1 .. 35 ] characters Example: "Checking" Type of the account. Some possible ISO 20022 compliant values are: Checking, CardAccount, CashPayment, Charges, CashIncome, Commission, ClearingParticipantSettlementAccount, LimitedLiquiditySavingsAccount, MarginalLending, MoneyMarket, NonResidentExternal, Overdraft, OverNightDeposit, Settlement, Salary, Savings, Tax, TransactingAccount, CashTrading, VirtualAccount, CreditCard, DebitCard, Universal, Investment, EpurseCard, CertificateOfDeposit, MoneyMarketChecking, RetirementAccount, StockOrBond, PrePaid, FleetCard, Cash, DebitAccount, CreditAccount, Benefit, HealthSavingsAccount, FlexibleSpendingAccount, ForBenefitOf, Estate, ClientTrustAccount, LawyersTrustAccount, KeoghPlanAccount, UniformTransfersToMinorsAct, UniformGiftsToMinorsAct, ReserveFunds, SelfDirectedBrokerage, IRA, Annuity, ExternalAccount, Loan. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array of objects (RoutingNumber) | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array of objects (AccountIdentification) | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
securedIndicator | boolean Indicates whether the Account is secure. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
securedType | string (SecuredAccountType) [ 1 .. 17 ] characters Example: "Collateral" Indicates how the account is secured. Possible Values: Collateral, Agent | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
object (AccountPayment) Account payment information. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
object (AccountPayout) Distribution of funds or assets to an individual or entity. In relation to investments, loans, insurance policies, and retirement accounts. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ownershipType required | string (AccountOwnershipType) [ 1 .. 35 ] characters Example: "SingleOwnerAccount" Specifies the type of account ownership. Possible ISO 20022 compliant values names are: JointAccountWithSurvivorshipRights, JointAccountInCommon, CustodialAccount, SingleOwnerAccount, JointAccount, Corporation, Organization, Business, FormalPartnership, FormalTrust, Nominee, NonProfitOrganization, NotForProfitOrganization, ForProfit, EUResidualEntity, USGovernmentOrganization, GovernmentOrganization, LimitedLiabilityCompany, RegisteredInvestmentCompany, Entrepreneurial, Unincorporated, LimitedPartnership, LimitedLiabilityPartnership, BareOwner, Usufructuary, Fiduciary, ServicerEmployeeAccount, BusinessTrust, FamilyTrust, Estate, PublicFunds, NonUSGovernmentOrganization, Church, Club. More general possible values: Direct, Indirect. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
balanceType | string (Balance Type) Example: "Asset" Account Balance Type. Possible Values: Asset, positive transaction amount increases balance; Liability, positive transaction amount decreases balance; Equity. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
productId | string (ProductId) [ 1 .. 36 ] characters Example: "PD_CA_0002" Identification of the product offered by a financial institution to its customers. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
name | string (AccountName) [ 1 .. 70 ] characters Example: "Hermes PD_CA 0002" Name of the account. It provides an additional means of identification, and is designated by the account servicer in agreement with the account owner. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
accountPurpose | string (Description) [ 1 .. 1025 ] characters Example: "This is a description." | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
currency | string (CurrencyCode) = 3 characters ^([A-Z]{3})?$ Example: "USD" Three contiguous letters for the representation of currencies and funds. Valid currency codes are registered with the ISO 4217 Maintenance Agency. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
initialAmount | string (Amount) <= 23 characters ^-?([0]|([1-9][0-9]{0,12}))([.][0-9]{0,8})?$ Example: "100" Number of monetary units where the size of the decimal part is defined by the currency. Note: total number of digits: 21 number of digits in fractional part: 8 maxInclusive: 9999999999999.99999999 minInclusive: -9999999999999.99999999 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
depositDate | string <date> Example: "2022-04-17" Initial desposit date | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
object (AccountContract) Account contractual details between the owners and the account servicer. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
required | Array of objects (AccountDetailedParty) | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
maturityDate | string <date> (Date) Example: "2022-04-17" A particular point in the progression of time in a calendar year expressed in the YYYY-MM-DD format. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array of objects (RelatedAccount) | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
referenceAccount | string [ 1 .. 36 ] characters Example: "5fb9d4d6-1a3c-11ed-861d-0242ac120002" Account used as a reference for the account opening. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array of objects (SpotDate) | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array of objects (SpotDate) Projected account dates. Possible values: AnticipatedPayOff. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array of objects (Restriction) | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array of objects (Limit) | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
object (FinancialStatement) Specifies financial statement details. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array of objects (InterestCalculation) | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array of objects (ChargeCalculation) | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array of objects (Tax) | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array of objects (CommunicationChannel) | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
relationshipId | string [ 1 .. 36 ] characters Example: "5fb9d4d6-1a3c-11ed-861d-0242ac120002" This id gives the ability to view a party’s total relationship with the bank. The relationship Id ties multiple parties and accounts together. This code is also used to reduce mailing costs during marketing campaigns to avoid sending duplicate materials to parties residing at the same address. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array of objects (GenericAccountCode) | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
object (AccountPrintOptions) | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
object (AccountBillDetails) Billing information of the payment | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
object (Collateral) Assets pledged by a debtor to secure a loan or an exposure and subject to seizure in the event of default. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
object (AccountContactDetails) Specifies the contact details of a person. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
object (AccountRenewal) Information related to the account renewal | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array of objects (ServicerAlert) Account alerts to be received by the account servicer. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
object (AccountHistory) History attribute values. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
object (AccountDetailedStatus) Specifies the current state of an account. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
supplementaryData | object (SupplementaryData) Additional information that cannot be captured in the structured elements and/or any other specific block. If this information need to be converted in ISO Messages, must be ISO 20022 compliant: it requires development of a compliant message extension model and its components must be registered in the ISO 20022 Data Dictionary. https://www.iso20022.org/catalogue-messages/additional-content-messages/supplementary-data | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array of objects (Comment) Bank commnents of the account. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
object (AccountProfile) | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Responses
Request samples
- Payload
{- "accountBranchId": "SEA_1",
- "accountNumber": "012345678",
- "accountType": "Checking",
- "routingNumbers": [
- {
- "number": "012345678",
- "routingNumberType": "ACH"
}
], - "identifiers": [
- {
- "number": "string",
- "schemeName": "BBANIdentifier",
- "issuer": "string"
}
], - "securedIndicator": true,
- "securedType": "Collateral",
- "payment": {
- "numberOfPayments": 0,
- "next": {
- "domain": "Payments",
- "family": "CustomerCardTransactions",
- "subFamily": "CreditCardPayment",
- "codes": [
- {
- "codeType": "DetailBAI",
- "name": "string",
- "value": "195",
- "description": "This is a Title."
}
], - "repaymentScheduleId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "amount": "100",
- "minimumDueAmount": "100",
- "expectedDate": "2022-04-17",
- "dueDate": "2022-04-17",
- "repaymentType": "Principal",
- "identifiers": [
- {
- "number": "string",
- "schemeName": "UETR",
- "issuer": "Banc of California"
}
], - "balances": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "balanceName": "Available",
- "amount": "100",
- "count": 0,
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
]
}, - "last": {
- "domain": "Payments",
- "family": "CustomerCardTransactions",
- "subFamily": "CreditCardPayment",
- "codes": [
- {
- "codeType": "DetailBAI",
- "name": "string",
- "value": "195",
- "description": "This is a Title."
}
], - "repaymentScheduleId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "amount": "100",
- "minimumDueAmount": "100",
- "expectedDate": "2022-04-17",
- "dueDate": "2022-04-17",
- "repaymentType": "Principal",
- "identifiers": [
- {
- "number": "string",
- "schemeName": "UETR",
- "issuer": "Banc of California"
}
], - "balances": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "balanceName": "Available",
- "amount": "100",
- "count": 0,
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
], - "paymentId": "0dd926fe-1ca2-11ed-861d-0242ac120002",
- "reversalIndicator": true,
- "remittanceInformation": {
- "remittanceNumber": "string",
- "documentType": "string"
}, - "valueDate": "2022-04-17T08:00:00Z",
- "bookingDate": "2022-04-17T08:00:00Z",
- "charges": [
- {
- "name": "CardLatePayment",
- "description": "This is a description.",
- "amount": "100",
- "adjustment": "100"
}
], - "interests": [
- {
- "name": "Deposit",
- "amount": "100"
}
], - "paymentDate": "2022-04-17",
- "cycleDate": "2022-04-17",
- "paymentReason": "CashManagementTransfer",
- "paymentName": "string",
- "delinquentDays": 0
}, - "payments": [
- {
- "domain": "Payments",
- "family": "CustomerCardTransactions",
- "subFamily": "CreditCardPayment",
- "codes": [
- {
- "codeType": "DetailBAI",
- "name": "string",
- "value": "195",
- "description": "This is a Title."
}
], - "repaymentScheduleId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "amount": "100",
- "minimumDueAmount": "100",
- "expectedDate": "2022-04-17",
- "dueDate": "2022-04-17",
- "repaymentType": "Principal",
- "identifiers": [
- {
- "number": "string",
- "schemeName": "UETR",
- "issuer": "Banc of California"
}
], - "balances": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "balanceName": "Available",
- "amount": "100",
- "count": 0,
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
], - "paymentId": "0dd926fe-1ca2-11ed-861d-0242ac120002",
- "reversalIndicator": true,
- "remittanceInformation": {
- "remittanceNumber": "string",
- "documentType": "string"
}, - "valueDate": "2022-04-17T08:00:00Z",
- "bookingDate": "2022-04-17T08:00:00Z",
- "charges": [
- {
- "name": "CardLatePayment",
- "description": "This is a description.",
- "amount": "100",
- "adjustment": "100"
}
], - "interests": [
- {
- "name": "Deposit",
- "amount": "100"
}
], - "paymentDate": "2022-04-17",
- "cycleDate": "2022-04-17",
- "paymentReason": "CashManagementTransfer",
- "paymentName": "string",
- "delinquentDays": 0
}
], - "frequency": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "interestFrequency": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "draftDayAdjuster": 30,
- "automaticIndicator": true,
- "paymentType": "OnUs",
- "firstPaymentDate": "2022-04-17",
- "bill": {
- "billingDay": 30,
- "rebillStatus": "RebillRequest",
- "rebillInterestIndicator": true,
- "leadDays": 0,
- "interestFromDate": "2022-04-17",
- "interestToDate": "2022-04-17",
- "balances": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "balanceName": "Available",
- "amount": "100",
- "count": 0,
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
]
}
}, - "payout": {
- "frequency": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "paymentType": "Compound",
- "paymentTypeOptions": [
- "Primary"
], - "paymentName": "string",
- "accountId": "033-DDA-123456",
- "referenceNumber": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "paymentDate": "2022-04-17",
- "lastPaid": "100",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "payoutType": "string",
- "payoutName": "ClubPay",
- "payoutOption": "string",
- "amount": "100",
- "enableIndicator": true,
- "payoutsNumber": 0,
- "surrenderAmount": "100",
- "changePercentage": "25",
- "changeAmount": "100",
- "temporalPayoutDuration": {
- "unit": "Months",
- "value": 999
}
}, - "ownershipType": "SingleOwnerAccount",
- "balanceType": "Asset",
- "productId": "PD_CA_0002",
- "name": "Hermes PD_CA 0002",
- "accountPurpose": "This is a description.",
- "currency": "USD",
- "initialAmount": "100",
- "depositDate": "2022-04-17",
- "contract": {
- "documentId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "documentReference": "string",
- "format": "PDF",
- "title": "This is a Title.",
- "version": "string",
- "signOffDate": "2022-04-17",
- "issueDate": "2022-04-17",
- "purpose": "string",
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "jurisdiction": {
- "countrySubdivision": "Oregon",
- "townName": "San Diego",
- "country": "US"
}, - "contact": {
- "structuredName": {
- "firstName": "Mary",
- "middleName": "Joe",
- "lastName": "Smith",
- "middleInitial": "J.",
- "suffix": "PhD",
- "prefix": "Dr."
}, - "name": "Jane Birkin",
- "firstContactDate": "2022-04-17T08:00:00Z",
- "lastContactDate": "2022-04-17T08:00:00Z",
- "phones": [
- {
- "number": "+1-555-1234567",
- "extension": "strin",
- "country": "str",
- "phoneType": "string",
- "phonePurpose": "string",
- "foreignIndicator": true,
- "primaryIndicator": true,
- "preferredHourOfDay": {
- "hour": "12",
- "timeZone": "Pacific",
- "timeOfTheDay": "string"
}, - "comment": "This is a description.",
- "period": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "lastUpdatedDate": "2022-04-17T08:00:00Z"
}
], - "emails": [
- {
- "emailAddress": "string",
- "emailPurpose": "Statements",
- "primaryIndicator": true,
- "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "lastUpdatedDate": "2022-04-17T08:00:00Z"
}
], - "jobTitle": "Head of Documentation",
- "department": "Sales",
- "communicationChannels": [
- {
- "channel": "Email",
- "channelIdentification": "011-02010020202",
- "channelPurpose": "PrivacyNotices",
- "codeWord": "string",
- "alertIndicator": null,
- "personId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "status": "Warning",
- "primaryIndicator": true,
- "leadTime": {
- "unit": "Months",
- "value": 999
}, - "alertText": "This is a description.",
- "contactDates": [
- {
- "name": "Expiration",
- "date": "2022-04-17T08:00:00Z"
}
], - "contactCount": 0
}
], - "preferredMethod": "Email",
- "preferredLanguage": "English"
}, - "parties": {
- "partyId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "partyType": "Person",
- "partyName": "Jane Birkin"
}, - "status": "Active",
- "targetClosingDate": "2022-04-17",
- "targetGoLiveDate": "2022-04-17",
- "masterAgreement": {
- "accountId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "availableCredit": "100",
- "documentId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "documentReference": "string",
- "format": "PDF",
- "title": "This is a Title.",
- "version": "string",
- "signOffDate": "2022-04-17",
- "issueDate": "2022-04-17",
- "purpose": "string"
}, - "term": {
- "duration": {
- "unit": "Months",
- "value": 999
}, - "timesExtended": 100,
- "timesRenewed": 100
}, - "premium": "100",
- "coverageAmount": "100"
}, - "parties": [
- {
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "customerType": "Consumer",
- "cards": [
- {
- "cardId": "0dd926fe-1ca2-11ed-861d-0242ac120002",
- "identifiers": [
- {
- "number": "string",
- "schemeName": "MemberNumber",
- "issuer": "string"
}
], - "statusDate": "2022-04-17T08:00:00Z",
- "statusReasons": [
- "Active"
], - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
], - "balances": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "balanceName": "Available",
- "amount": "100",
- "count": 0,
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
], - "spotDates": [
- {
- "name": "Expiration",
- "date": "2022-04-17T08:00:00Z"
}
], - "partyId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "partyType": "Person",
- "partyAccountRole": "AccountOwner",
- "partyAccountRoleCode": "50",
- "beneficiaryPercentage": "25",
- "accountOwnerRelation": "PrimaryServicerOfficer",
- "restrictions": [
- {
- "name": "WireTransferIn",
- "restrictionPurpose": "This is a description.",
- "enableIndicator": true,
- "disableConditions": [
- "LessThanMinAmount"
], - "validFrom": "2022-04-17",
- "validUntil": "2022-04-17",
- "status": "Pending"
}
]
}
], - "maturityDate": "2022-04-17",
- "relatedAccounts": [
- {
- "accountRelationType": "Child",
- "accountId": "033-DDA-123456"
}
], - "referenceAccount": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "pastDates": [
- {
- "name": "Expiration",
- "date": "2022-04-17T08:00:00Z"
}
], - "projectedDates": [
- {
- "name": "Expiration",
- "date": "2022-04-17T08:00:00Z"
}
], - "restrictions": [
- {
- "name": "WireTransferIn",
- "restrictionPurpose": "This is a description.",
- "enableIndicator": true,
- "disableConditions": [
- "LessThanMinAmount"
], - "validFrom": "2022-04-17",
- "validUntil": "2022-04-17",
- "status": "Pending"
}
], - "limits": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "name": "CreditLimit",
- "limitType": "DirectDebit",
- "channelType": "string",
- "amount": "100",
- "currency": "USD",
- "number": 0,
- "enableIndicator": true,
- "feesConsentIndicator": true,
- "percentageIndicator": true,
- "percentage": "25",
- "temporaryIndicator": true,
- "validityPeriod": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "periodicity": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "usedAmount": "100",
- "usedNumber": 0,
- "usedPercentage": "25",
- "status": "Requested",
- "statusDateAndtime": "2022-04-17T08:00:00Z",
- "history": {
- "originalAmount": "100",
- "originalLimitType": "DirectDebit",
- "details": [
- {
- "amount": "100",
- "enabledDate": "2022-04-17T08:00:00Z",
- "disableDate": "2022-04-17T08:00:00Z"
}
]
}, - "balances": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "balanceName": "Available",
- "amount": "100",
- "count": 0,
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
], - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "accessConditions": [
- "LessThanMinAmount"
], - "notificationOptions": [
- "Exception"
], - "payments": [
- {
- "frequency": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "paymentType": "Compound",
- "paymentTypeOptions": [
- "Primary"
], - "paymentName": "string",
- "accountId": "033-DDA-123456",
- "referenceNumber": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "paymentDate": "2022-04-17",
- "lastPaid": "100",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
]
}
], - "statement": {
- "frequency": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "communicationMethod": "Email",
- "format": "PDF",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "templateCode": "1",
- "lastStatementPeriod": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string"
}, - "nextStatementPeriod": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string"
}, - "lastStatementDate": "2022-04-17",
- "previousStatementDate": "2022-04-17",
- "lastRegularStatementDate": "2022-04-17",
- "truncationOptions": [
- "ItemsIncluded"
], - "accountNameIndicator": true,
- "preferredLanguage": "English",
- "combineType": "SavingsSatement",
- "category": "BalanceSheet",
- "subcategory": "Cash",
- "profitabilityModelId": "1",
- "lastIRAStatementDate": "2022-04-17"
}, - "interests": [
- {
- "name": "Deposit",
- "interestCode": "string",
- "dayCountBasis": "Actual360",
- "calculationMethodOption": "LastInterest",
- "accruedDate": "2022-04-17",
- "nextInterestDate": "2022-04-17",
- "lastInterestDate": "2022-04-17",
- "term": {
- "unit": "Months",
- "value": 999
}, - "enableIndicator": true,
- "compoundingMethod": "Deposit",
- "compoundingFrequency": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "calculationFrequency": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "oneDayInterest": "100",
- "payment": {
- "frequency": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "paymentType": "Compound",
- "paymentTypeOptions": [
- "Primary"
], - "paymentName": "string",
- "accountId": "033-DDA-123456",
- "referenceNumber": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "paymentDate": "2022-04-17",
- "lastPaid": "100",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}, - "balances": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "balanceName": "Available",
- "amount": "100",
- "count": 0,
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
], - "renewal": {
- "maturityNoticeOptions": [
- "string"
], - "rateAtMaturityOptions": [
- "string"
], - "changeNoticeOption": "string",
- "noticePrintOptions": [
- "string"
], - "maturityRateDays": 0,
- "maturityRate": "25",
- "renewalType": "string",
- "rateFrequency": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "term": {
- "unit": "Months",
- "value": 999
}, - "productId": "PD_CA_0002"
}, - "cycle": {
- "firstDateRate": "25",
- "daysProcessed": 0,
- "totalDays": 0,
- "balances": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "balanceName": "Available",
- "amount": "100",
- "count": 0,
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
]
}, - "lastCalculus": "100",
- "reportingIndicator": true,
- "reportingOptions": [
- "Deposit"
], - "form": {
- "formName": "W-8",
- "taxRate": "100",
- "onFileIndicator": true,
- "taxStatus": "Exempt",
- "certificationDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}, - "annualPercentageYieldFrequency": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "annualPercentageYield": "100",
- "daysSinceLastAnniversary": 0,
- "rates": [
- {
- "rateName": "Actual",
- "rateTierName": "Actual",
- "percentage": "25",
- "amount": "100",
- "currency": "USD"
}
], - "rateType": "Fixed",
- "rateTieredType": "Whole",
- "rateAmountType": "Available",
- "pastDueOptions": [
- "string"
], - "variableInterests": [
- {
- "leadDays": 30,
- "nextChangeDate": "2022-04-17",
- "lastChangeDate": "2022-04-17",
- "changes": [
- {
- "referenceRateName": "string",
- "rateType": "Fixed",
- "calculationMethod": "PointSpread",
- "spread": "25",
- "basisPointSpread": 0,
- "pointSpread": "25",
- "productId": "PD_CA_0002",
- "effectiveDate": "2022-04-17T08:00:00Z",
- "frequency": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "increaseOnlyIndicator": true,
- "ceilingRate": "25",
- "floorRate": "25"
}
], - "referenceRateName": "string",
- "rateType": "Fixed",
- "calculationMethod": "PointSpread",
- "spread": "25",
- "basisPointSpread": 0,
- "pointSpread": "25",
- "productId": "PD_CA_0002",
- "effectiveDate": "2022-04-17T08:00:00Z",
- "frequency": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "increaseOnlyIndicator": true,
- "ceilingRate": "25",
- "floorRate": "25"
}
]
}
], - "charges": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "chargeId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "name": "CardLatePayment",
- "status": "Charged",
- "amount": "100",
- "currency": "USD",
- "rate": "25",
- "chargeType": "ManagementFee",
- "exemptIndicator": true,
- "exemptPeriodsNumber": 0,
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "calculationMethodCode": "string",
- "calculationMethodOptions": [
- "string"
], - "options": [
- "NSFDefault"
], - "calculationBasis": "Monthly",
- "bearerType": "Shared",
- "maximumAmount": "100",
- "maximumNumber": 0,
- "minimumAmount": "100",
- "enableIndicator": true,
- "relatedInterest": {
- "name": "Deposit",
- "code": "string",
- "enableIndicator": true,
- "dayCountBasis": "Actual360",
- "calculationMethodOption": "LastInterest",
- "nextInterestDate": "2022-04-17",
- "term": {
- "unit": "Months",
- "value": 999
}, - "calculationFrequency": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "balances": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "balanceName": "Available",
- "amount": "100",
- "count": 0,
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
], - "rateName": "Actual",
- "rateTierName": "Actual",
- "percentage": "25",
- "amount": "100",
- "currency": "USD"
}, - "debitIndicator": true,
- "payments": [
- {
- "frequency": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "paymentType": "Compound",
- "paymentTypeOptions": [
- "Primary"
], - "paymentName": "string",
- "accountId": "033-DDA-123456",
- "referenceNumber": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "paymentDate": "2022-04-17",
- "lastPaid": "100",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
], - "periodicity": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "balances": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "balanceName": "Available",
- "amount": "100",
- "count": 0,
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
], - "description": "This is a description."
}
], - "taxes": [
- {
- "taxType": "TaxCredit",
- "name": "Sales",
- "rate": "25",
- "debitIndicator": true,
- "taxReportingIndicator": true,
- "balances": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "balanceName": "Available",
- "amount": "100",
- "count": 0,
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
]
}
], - "communicationChannels": [
- {
- "channel": "Email",
- "channelIdentification": "011-02010020202",
- "channelPurpose": "PrivacyNotices",
- "codeWord": "string",
- "alertIndicator": null,
- "personId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "status": "Warning",
- "primaryIndicator": true,
- "leadTime": {
- "unit": "Months",
- "value": 999
}, - "alertText": "This is a description.",
- "contactDates": [
- {
- "name": "Expiration",
- "date": "2022-04-17T08:00:00Z"
}
], - "contactCount": 0
}
], - "relationshipId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195"
}
], - "print": {
- "accountTitle": "This is a Title.",
- "accountTitleOption": "string",
- "checkNameOption": "string",
- "balanceOnReceiptOverride": "string",
- "nameIndicator": true,
- "handlingLevels": [
- "string"
], - "printOptions": [
- {
- "name": "string",
- "options": [
- "string"
]
}
]
}, - "bill": {
- "billingDay": 30,
- "billOption": "Individual",
- "balances": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "balanceName": "Available",
- "amount": "100",
- "count": 0,
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
]
}, - "collateral": {
- "collateralId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "value": "100",
- "ineligibleAmount": "100",
- "ceilingAmount": "100",
- "netAppraisedValue": "100",
- "lastAppraisedDate": "2022-04-17T08:00:00Z",
- "lastReviewDate": "2022-04-17T08:00:00Z",
- "nextReviewDate": "2022-04-17T08:00:00Z",
- "purchasePrice": "100",
- "collateralType": "string",
- "disposalCostPercentage": "25",
- "maximumLoanAmountPercentage": "25",
- "marketMarginPercentage": "25",
- "underwritingRatioFormulas": [
- {
- "name": "string",
- "ratio": "100"
}
], - "liens": [
- {
- "name": "string",
- "amount": "100"
}
], - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "numberOfUnits": 0,
- "contract": {
- "documentId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "documentReference": "string",
- "format": "PDF",
- "title": "This is a Title.",
- "version": "string",
- "signOffDate": "2022-04-17",
- "issueDate": "2022-04-17",
- "purpose": "string",
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "jurisdiction": {
- "countrySubdivision": "Oregon",
- "townName": "San Diego",
- "country": "US"
}, - "contact": {
- "structuredName": {
- "firstName": "Mary",
- "middleName": "Joe",
- "lastName": "Smith",
- "middleInitial": "J.",
- "suffix": "PhD",
- "prefix": "Dr."
}, - "name": "Jane Birkin",
- "firstContactDate": "2022-04-17T08:00:00Z",
- "lastContactDate": "2022-04-17T08:00:00Z",
- "phones": [
- {
- "number": "+1-555-1234567",
- "extension": "strin",
- "country": "str",
- "phoneType": "string",
- "phonePurpose": "string",
- "foreignIndicator": true,
- "primaryIndicator": true,
- "preferredHourOfDay": {
- "hour": "12",
- "timeZone": "Pacific",
- "timeOfTheDay": "string"
}, - "comment": "This is a description.",
- "period": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "lastUpdatedDate": "2022-04-17T08:00:00Z"
}
], - "emails": [
- {
- "emailAddress": "string",
- "emailPurpose": "Statements",
- "primaryIndicator": true,
- "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "lastUpdatedDate": "2022-04-17T08:00:00Z"
}
], - "jobTitle": "Head of Documentation",
- "department": "Sales",
- "communicationChannels": [
- {
- "channel": "Email",
- "channelIdentification": "011-02010020202",
- "channelPurpose": "PrivacyNotices",
- "codeWord": "string",
- "alertIndicator": null,
- "personId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "status": "Warning",
- "primaryIndicator": true,
- "leadTime": {
- "unit": "Months",
- "value": 999
}, - "alertText": "This is a description.",
- "contactDates": [
- {
- "name": "Expiration",
- "date": "2022-04-17T08:00:00Z"
}
], - "contactCount": 0
}
], - "preferredMethod": "Email",
- "preferredLanguage": "English"
}, - "parties": {
- "partyId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "partyType": "Person",
- "partyName": "Jane Birkin"
}
}, - "postalAddress": {
- "addressCode": "string",
- "addressBookIndicator": "string",
- "addressType": "Postal",
- "addressPurpose": "Billing",
- "primaryIndicator": true,
- "careOf": "C/O Company Name",
- "department": "A",
- "subDepartment": "B",
- "streetName": "First Street",
- "firstCrossStreetName": "string",
- "secondCrossStreetName": "Second Street",
- "buildingNumber": "11407",
- "buildingName": "Tall Tower",
- "floor": "20",
- "postBox": "MY779",
- "room": "22",
- "postCode": "97062-6884",
- "carrierRoute": "C001",
- "censusTract": "12345",
- "censusBlock": "1234",
- "cBSACode": "49780",
- "cBSAType": "MSA",
- "foreignIndicator": true,
- "townName": "San Diego",
- "townLocationName": "Clackamas",
- "districtName": "Columbia",
- "countyName": "Cook",
- "countrySubDivision": "Oregon",
- "countrySubDivisionCode": "AR-B",
- "country": "US",
- "addressLine": [
- "11407 Sw Amu st, Suite MY777"
], - "temporaryIndicator": true,
- "period": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
]
}, - "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "status": "Secured",
- "statusDate": "2022-04-17T08:00:00Z",
- "descriptionLines": [
- "This is a description."
], - "collateralOwnershipId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002"
}, - "contact": {
- "structuredName": {
- "firstName": "Mary",
- "middleName": "Joe",
- "lastName": "Smith",
- "middleInitial": "J.",
- "suffix": "PhD",
- "prefix": "Dr."
}, - "name": "Jane Birkin",
- "firstContactDate": "2022-04-17T08:00:00Z",
- "lastContactDate": "2022-04-17T08:00:00Z",
- "postalAddresses": [
- {
- "addressCode": "string",
- "addressBookIndicator": "string",
- "addressType": "Postal",
- "addressPurpose": "Billing",
- "primaryIndicator": true,
- "careOf": "C/O Company Name",
- "department": "A",
- "subDepartment": "B",
- "streetName": "First Street",
- "firstCrossStreetName": "string",
- "secondCrossStreetName": "Second Street",
- "buildingNumber": "11407",
- "buildingName": "Tall Tower",
- "floor": "20",
- "postBox": "MY779",
- "room": "22",
- "postCode": "97062-6884",
- "carrierRoute": "C001",
- "censusTract": "12345",
- "censusBlock": "1234",
- "cBSACode": "49780",
- "cBSAType": "MSA",
- "foreignIndicator": true,
- "townName": "San Diego",
- "townLocationName": "Clackamas",
- "districtName": "Columbia",
- "countyName": "Cook",
- "countrySubDivision": "Oregon",
- "countrySubDivisionCode": "AR-B",
- "country": "US",
- "addressLine": [
- "11407 Sw Amu st, Suite MY777"
], - "temporaryIndicator": true,
- "period": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
]
}
], - "phones": [
- {
- "number": "+1-555-1234567",
- "extension": "strin",
- "country": "str",
- "phoneType": "string",
- "phonePurpose": "string",
- "foreignIndicator": true,
- "primaryIndicator": true,
- "preferredHourOfDay": {
- "hour": "12",
- "timeZone": "Pacific",
- "timeOfTheDay": "string"
}, - "comment": "This is a description.",
- "period": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "lastUpdatedDate": "2022-04-17T08:00:00Z"
}
], - "emails": [
- {
- "emailAddress": "string",
- "emailPurpose": "Statements",
- "primaryIndicator": true,
- "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "lastUpdatedDate": "2022-04-17T08:00:00Z"
}
], - "jobTitle": "Head of Documentation",
- "department": "Sales",
- "preferredMethod": "Email",
- "preferredLanguage": "English"
}, - "renewal": {
- "renewalType": "string",
- "frequency": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "rate": "25",
- "productId": "PD_CA_0002",
- "graceDays": 0,
- "gracePeriodIndicator": true,
- "lastRenewalDate": "2022-04-17T08:00:00Z"
}, - "servicerAlerts": [
- {
- "alertName": "CreditBureauAlert",
- "alertType": "Warning",
- "alertCode": "string",
- "message": "This is a description.",
- "lastAlertDate": "2022-04-17"
}
], - "history": {
- "originalOpenDate": "2022-04-17",
- "originalMaturityDate": "2022-04-17",
- "lastMaturedDate": "2022-04-17"
}, - "status": {
- "statusName": "Active",
- "statusDateAndTime": "2022-04-17T08:00:00Z",
- "reason": "BlockedAccount",
- "reasonDescription": "This is a description.",
- "details": [
- {
- "statusType": "RegulationDD",
- "statusName": "Active",
- "dateAndTime": "2022-04-17T08:00:00Z",
- "reasonComment": "This is a description.",
- "statusReason": "RegulationDD"
}
], - "processEvents": [
- {
- "name": "string",
- "description": "This is a Title.",
- "spotDates": [
- {
- "name": "Expiration",
- "date": "2022-04-17T08:00:00Z"
}
], - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
], - "openDate": "2022-04-17",
- "closeDate": "2022-04-17",
- "externalAccountIndicator": true,
- "collateralIndicator": true,
- "negotiableIndicator": true,
- "closeOption": "string",
- "profitabilityAnalysisStatus": "string",
- "nonSufficientFundsInstruction": "string",
- "nonSufficientFunds": "string"
}, - "supplementaryData": { },
- "comments": [
- {
- "name": "string",
- "text": "This is a description."
}
], - "profile": {
- "profileType": "Personal",
- "riskLevel": "Permanent",
- "qualityScore": "string",
- "riskMeasures": [
- {
- "name": "StandardAndPoors",
- "level": "Permanent",
- "date": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
], - "creditRankingScales": [
- {
- "name": "StandardAndPoors",
- "score": "AAA",
- "date": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
], - "bankruptcy": {
- "chapter": "11",
- "status": "Petition",
- "statementOption": "RegularBillingStatement"
}, - "paymentHistoryFrequency": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "paymentHistoryOption": "NotRecalculate"
}
}
Response samples
- 202
- 400
- 500
{- "productId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "name": "Visa Business Card",
- "description": "This is a description.",
- "productType": "PaymentCard",
- "productSubType": "BusinessCard",
- "restrictions": [
- {
- "name": "WireTransferIn",
- "restrictionPurpose": "This is a description.",
- "enableIndicator": true,
- "disableConditions": [
- "LessThanMinAmount"
], - "validFrom": "2022-04-17",
- "validUntil": "2022-04-17",
- "status": "Pending"
}
], - "projectedDates": [
- {
- "name": "Expiration",
- "date": "2022-04-17T08:00:00Z"
}
], - "limits": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "name": "CreditLimit",
- "limitType": "DirectDebit",
- "channelType": "string",
- "amount": "100",
- "currency": "USD",
- "number": 0,
- "enableIndicator": true,
- "feesConsentIndicator": true,
- "percentageIndicator": true,
- "percentage": "25",
- "temporaryIndicator": true,
- "validityPeriod": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "periodicity": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "usedAmount": "100",
- "usedNumber": 0,
- "usedPercentage": "25",
- "status": "Requested",
- "statusDateAndtime": "2022-04-17T08:00:00Z",
- "history": {
- "originalAmount": "100",
- "originalLimitType": "DirectDebit",
- "details": [
- {
- "amount": "100",
- "enabledDate": "2022-04-17T08:00:00Z",
- "disableDate": "2022-04-17T08:00:00Z"
}
]
}, - "balances": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "balanceName": "Available",
- "amount": "100",
- "count": 0,
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
], - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "accessConditions": [
- "LessThanMinAmount"
], - "notificationOptions": [
- "Exception"
], - "payments": [
- {
- "frequency": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "paymentType": "Compound",
- "paymentTypeOptions": [
- "Primary"
], - "paymentName": "string",
- "accountId": "033-DDA-123456",
- "referenceNumber": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "paymentDate": "2022-04-17",
- "lastPaid": "100",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
]
}
], - "parties": [
- "ParentProvider"
], - "status": "GoodStanding",
- "statusDateAndTime": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "supplementaryData": { }
}
Retrieves a product
Authorizations:
path Parameters
productId required | string (Id) [ 1 .. 36 ] characters Example: 5fb9d4d6-1a3c-11ed-861d-0242ac120002 |
header Parameters
servicerId | string (Id) [ 1 .. 36 ] characters Example: 5fb9d4d6-1a3c-11ed-861d-0242ac120002 Account Servicer Identification (Bank) |
servicerBranchId | string (ServicerBranchId) [ 1 .. 36 ] characters Example: SEA_1 Identification of the account servicer institution at branch level or center level. |
Responses
Response samples
- 200
- 400
- 404
- 500
{- "productId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "name": "Visa Business Card",
- "description": "This is a description.",
- "productType": "PaymentCard",
- "productSubType": "BusinessCard",
- "restrictions": [
- {
- "name": "WireTransferIn",
- "restrictionPurpose": "This is a description.",
- "enableIndicator": true,
- "disableConditions": [
- "LessThanMinAmount"
], - "validFrom": "2022-04-17",
- "validUntil": "2022-04-17",
- "status": "Pending"
}
], - "projectedDates": [
- {
- "name": "Expiration",
- "date": "2022-04-17T08:00:00Z"
}
], - "limits": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "name": "CreditLimit",
- "limitType": "DirectDebit",
- "channelType": "string",
- "amount": "100",
- "currency": "USD",
- "number": 0,
- "enableIndicator": true,
- "feesConsentIndicator": true,
- "percentageIndicator": true,
- "percentage": "25",
- "temporaryIndicator": true,
- "validityPeriod": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "periodicity": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "usedAmount": "100",
- "usedNumber": 0,
- "usedPercentage": "25",
- "status": "Requested",
- "statusDateAndtime": "2022-04-17T08:00:00Z",
- "history": {
- "originalAmount": "100",
- "originalLimitType": "DirectDebit",
- "details": [
- {
- "amount": "100",
- "enabledDate": "2022-04-17T08:00:00Z",
- "disableDate": "2022-04-17T08:00:00Z"
}
]
}, - "balances": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "balanceName": "Available",
- "amount": "100",
- "count": 0,
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
], - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "accessConditions": [
- "LessThanMinAmount"
], - "notificationOptions": [
- "Exception"
], - "payments": [
- {
- "frequency": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "paymentType": "Compound",
- "paymentTypeOptions": [
- "Primary"
], - "paymentName": "string",
- "accountId": "033-DDA-123456",
- "referenceNumber": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "paymentDate": "2022-04-17",
- "lastPaid": "100",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
]
}
], - "parties": [
- "ParentProvider"
], - "status": "GoodStanding",
- "statusDateAndTime": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "supplementaryData": { }
}
Retrieves Account Cards
Authorizations:
path Parameters
accountId required | string (AccountId) [ 1 .. 36 ] characters Example: 033-DDA-123456 Account Identification |
header Parameters
servicerId | string (Id) [ 1 .. 36 ] characters Example: 5fb9d4d6-1a3c-11ed-861d-0242ac120002 Account Servicer Identification (Bank) |
servicerBranchId | string (ServicerBranchId) [ 1 .. 36 ] characters Example: SEA_1 Identification of the account servicer institution at branch level or center level. |
Responses
Response samples
- 200
- 400
- 404
- 500
{- "accountId": "033-DDA-123456",
- "accountNumber": "012345678",
- "accountType": "Checking",
- "ownershipType": "SingleOwnerAccount",
- "cards": [
- {
- "cardId": "0dd926fe-1ca2-11ed-861d-0242ac120002",
- "cardHolder": {
- "personId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "identifiers": [
- {
- "schemeName": "SocialSecurityNumber",
- "number": "123-45-6789",
- "issuer": "Baltimore",
- "country": "US",
- "countrySubdivisionCode": "AR-B",
- "issueDate": "2022-04-17",
- "applyDate": "2022-04-17",
- "expirationDate": "2022-04-17",
- "verificationDate": "2022-04-17",
- "foreingIDIndicator": true,
- "taxIDIndicator": true,
- "displayOption": "string"
}
], - "name": "Jane Birkin",
- "shortName": "Jane",
- "placeAndDateOfBirth": {
- "countrySubdivision": "Oregon",
- "townName": "San Diego",
- "country": "US",
- "birthDate": "2022-04-17"
}, - "gender": "Female",
- "status": "GoodStanding",
- "coveredByMilitaryLendingActIndicator": true,
- "militaryMemberIndicator": true,
- "militaryPeriod": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "audit": {
- "status": "string",
- "creationDate": "2022-04-17",
- "lastModificacionChannel": "Email",
- "lastModificationDate": "2022-04-17",
- "channels": [
- {
- "lastActivityDate": "2022-04-17",
- "name": "Email",
- "activityType": "string",
- "amount": "100"
}
]
}, - "postalAddresses": [
- {
- "addressCode": "string",
- "addressBookIndicator": "string",
- "addressType": "Postal",
- "addressPurpose": "Billing",
- "primaryIndicator": true,
- "careOf": "C/O Company Name",
- "department": "A",
- "subDepartment": "B",
- "streetName": "First Street",
- "firstCrossStreetName": "string",
- "secondCrossStreetName": "Second Street",
- "buildingNumber": "11407",
- "buildingName": "Tall Tower",
- "floor": "20",
- "postBox": "MY779",
- "room": "22",
- "postCode": "97062-6884",
- "carrierRoute": "C001",
- "censusTract": "12345",
- "censusBlock": "1234",
- "cBSACode": "49780",
- "cBSAType": "MSA",
- "foreignIndicator": true,
- "townName": "San Diego",
- "townLocationName": "Clackamas",
- "districtName": "Columbia",
- "countyName": "Cook",
- "countrySubDivision": "Oregon",
- "countrySubDivisionCode": "AR-B",
- "country": "US",
- "addressLine": [
- "11407 Sw Amu st, Suite MY777"
], - "temporaryIndicator": true,
- "period": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
]
}
], - "structuredName": {
- "firstName": "Mary",
- "middleName": "Joe",
- "lastName": "Smith",
- "middleInitial": "J.",
- "suffix": "PhD",
- "prefix": "Dr."
}, - "phones": [
- {
- "number": "+1-555-1234567",
- "extension": "strin",
- "country": "str",
- "phoneType": "string",
- "phonePurpose": "string",
- "foreignIndicator": true,
- "primaryIndicator": true,
- "preferredHourOfDay": {
- "hour": "12",
- "timeZone": "Pacific",
- "timeOfTheDay": "string"
}, - "comment": "This is a description.",
- "period": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "lastUpdatedDate": "2022-04-17T08:00:00Z"
}
], - "emails": [
- {
- "emailAddress": "string",
- "emailPurpose": "Statements",
- "primaryIndicator": true,
- "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "lastUpdatedDate": "2022-04-17T08:00:00Z"
}
], - "employeeIndicator": true
}, - "identifiers": [
- {
- "number": "string",
- "schemeName": "MemberNumber",
- "issuer": "string"
}
], - "productId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "number": "1234567890123456789",
- "cardHolderType": "Primary",
- "fundingSourceType": "Credit",
- "businessIndicator": true,
- "cardBranchId": "SEA_1",
- "startDate": "2022-04-17",
- "expiryDate": "2022-12",
- "relatedAccounts": [
- {
- "accountRelationType": "Child",
- "accountId": "033-DDA-123456",
- "accountNumber": "012345678",
- "accountType": "Checking",
- "name": "Hermes PD_CA 0002",
- "balances": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "balanceName": "Available",
- "amount": "100",
- "count": 0,
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
]
}
], - "status": "Active",
- "statusDate": "2022-04-17T08:00:00Z",
- "statusReasons": [
- "Active"
], - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
]
}
Requires a Payment Card Activation
Requires a Payment Card Activation
Authorizations:
path Parameters
cardId required | string (Id) [ 1 .. 36 ] characters Example: 5fb9d4d6-1a3c-11ed-861d-0242ac120002 Card Identification |
header Parameters
idempotencyId | string (Id) [ 1 .. 36 ] characters Example: 5fb9d4d6-1a3c-11ed-861d-0242ac120002 Idempotency identifier used by the client when making repeated calls |
servicerId | string (Id) [ 1 .. 36 ] characters Example: 5fb9d4d6-1a3c-11ed-861d-0242ac120002 Account Servicer Identification (Bank) |
servicerBranchId | string (ServicerBranchId) [ 1 .. 36 ] characters Example: SEA_1 Identification of the account servicer institution at branch level or center level. |
Request Body schema: application/json
Array of objects (PaymentCardIdentification) | |||||||
Array
|
Responses
Request samples
- Payload
{- "identifiers": [
- {
- "number": "string",
- "schemeName": "MemberNumber",
- "issuer": "string"
}
]
}
Response samples
- 202
- 400
- 500
{- "identifiers": [
- {
- "number": "string",
- "schemeName": "MemberNumber",
- "issuer": "string"
}
], - "fundingSourceType": "Credit",
- "productId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "businessIndicator": true,
- "digitalIndicator": true,
- "cardBranchId": "SEA_1",
- "number": "1234567890123456789",
- "cardHolderType": "Primary",
- "nameOnCard": "Jane Birkin",
- "businessNameOnCard": "Jane Birkin",
- "art": {
- "styleId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "label": "string",
}, - "referenceAccountId": "033-DDA-123456",
- "relatedAccounts": [
- {
- "accountRelationType": "Child",
- "accountId": "033-DDA-123456",
- "accountNumber": "012345678",
- "accountType": "Checking",
- "name": "Hermes PD_CA 0002",
- "balances": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "balanceName": "Available",
- "amount": "100",
- "count": 0,
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
]
}
], - "startDate": "2022-04-17",
- "expiryDate": "2022-12",
- "orderedDate": "2022-04-17",
- "activationDates": [
- {
- "name": "Expiration",
- "date": "2022-04-17T08:00:00Z"
}
], - "activationAttempts": 0,
- "securityCode": "103",
- "pIN": "1031",
- "pINRetries": 3,
- "sequenceNumber": "1",
- "brand": "Visa",
- "limits": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "name": "CreditLimit",
- "limitType": "DirectDebit",
- "channelType": "string",
- "amount": "100",
- "currency": "USD",
- "number": 0,
- "enableIndicator": true,
- "feesConsentIndicator": true,
- "percentageIndicator": true,
- "percentage": "25",
- "temporaryIndicator": true,
- "validityPeriod": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "periodicity": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "usedAmount": "100",
- "usedNumber": 0,
- "usedPercentage": "25",
- "status": "Requested",
- "statusDateAndtime": "2022-04-17T08:00:00Z",
- "history": {
- "originalAmount": "100",
- "originalLimitType": "DirectDebit",
- "details": [
- {
- "amount": "100",
- "enabledDate": "2022-04-17T08:00:00Z",
- "disableDate": "2022-04-17T08:00:00Z"
}
]
}, - "balances": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "balanceName": "Available",
- "amount": "100",
- "count": 0,
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
], - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "accessConditions": [
- "LessThanMinAmount"
], - "notificationOptions": [
- "Exception"
], - "payments": [
- {
- "frequency": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "paymentType": "Compound",
- "paymentTypeOptions": [
- "Primary"
], - "paymentName": "string",
- "accountId": "033-DDA-123456",
- "referenceNumber": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "paymentDate": "2022-04-17",
- "lastPaid": "100",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
]
}
], - "interests": [
- {
- "name": "Deposit",
- "code": "string",
- "enableIndicator": true,
- "dayCountBasis": "Actual360",
- "calculationMethodOption": "LastInterest",
- "nextInterestDate": "2022-04-17",
- "term": {
- "unit": "Months",
- "value": 999
}, - "calculationFrequency": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "balances": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "balanceName": "Available",
- "amount": "100",
- "count": 0,
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
], - "rateName": "Actual",
- "rateTierName": "Actual",
- "percentage": "25",
- "amount": "100",
- "currency": "USD"
}
], - "restrictions": [
- {
- "name": "WireTransferIn",
- "restrictionPurpose": "This is a description.",
- "enableIndicator": true,
- "disableConditions": [
- "LessThanMinAmount"
], - "validFrom": "2022-04-17",
- "validUntil": "2022-04-17",
- "status": "Pending"
}
], - "charges": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "name": "CardLatePayment",
- "amount": "100",
- "rate": "25",
- "chargeType": "ManagementFee",
- "exemptIndicator": true
}
], - "algorithms": [
- {
- "name": "string",
- "target": "string",
- "enableIndicator": true,
- "offset": "string"
}
], - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "supplementaryData": { },
- "cardId": "0dd926fe-1ca2-11ed-861d-0242ac120002",
- "cardHolder": {
- "personId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "identifiers": [
- {
- "schemeName": "SocialSecurityNumber",
- "number": "123-45-6789",
- "issuer": "Baltimore",
- "country": "US",
- "countrySubdivisionCode": "AR-B",
- "issueDate": "2022-04-17",
- "applyDate": "2022-04-17",
- "expirationDate": "2022-04-17",
- "verificationDate": "2022-04-17",
- "foreingIDIndicator": true,
- "taxIDIndicator": true,
- "displayOption": "string"
}
], - "name": "Jane Birkin",
- "shortName": "Jane",
- "placeAndDateOfBirth": {
- "countrySubdivision": "Oregon",
- "townName": "San Diego",
- "country": "US",
- "birthDate": "2022-04-17"
}, - "gender": "Female",
- "status": "GoodStanding",
- "coveredByMilitaryLendingActIndicator": true,
- "militaryMemberIndicator": true,
- "militaryPeriod": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "audit": {
- "status": "string",
- "creationDate": "2022-04-17",
- "lastModificacionChannel": "Email",
- "lastModificationDate": "2022-04-17",
- "channels": [
- {
- "lastActivityDate": "2022-04-17",
- "name": "Email",
- "activityType": "string",
- "amount": "100"
}
]
}, - "postalAddresses": [
- {
- "addressCode": "string",
- "addressBookIndicator": "string",
- "addressType": "Postal",
- "addressPurpose": "Billing",
- "primaryIndicator": true,
- "careOf": "C/O Company Name",
- "department": "A",
- "subDepartment": "B",
- "streetName": "First Street",
- "firstCrossStreetName": "string",
- "secondCrossStreetName": "Second Street",
- "buildingNumber": "11407",
- "buildingName": "Tall Tower",
- "floor": "20",
- "postBox": "MY779",
- "room": "22",
- "postCode": "97062-6884",
- "carrierRoute": "C001",
- "censusTract": "12345",
- "censusBlock": "1234",
- "cBSACode": "49780",
- "cBSAType": "MSA",
- "foreignIndicator": true,
- "townName": "San Diego",
- "townLocationName": "Clackamas",
- "districtName": "Columbia",
- "countyName": "Cook",
- "countrySubDivision": "Oregon",
- "countrySubDivisionCode": "AR-B",
- "country": "US",
- "addressLine": [
- "11407 Sw Amu st, Suite MY777"
], - "temporaryIndicator": true,
- "period": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
]
}
], - "structuredName": {
- "firstName": "Mary",
- "middleName": "Joe",
- "lastName": "Smith",
- "middleInitial": "J.",
- "suffix": "PhD",
- "prefix": "Dr."
}, - "phones": [
- {
- "number": "+1-555-1234567",
- "extension": "strin",
- "country": "str",
- "phoneType": "string",
- "phonePurpose": "string",
- "foreignIndicator": true,
- "primaryIndicator": true,
- "preferredHourOfDay": {
- "hour": "12",
- "timeZone": "Pacific",
- "timeOfTheDay": "string"
}, - "comment": "This is a description.",
- "period": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "lastUpdatedDate": "2022-04-17T08:00:00Z"
}
], - "emails": [
- {
- "emailAddress": "string",
- "emailPurpose": "Statements",
- "primaryIndicator": true,
- "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "lastUpdatedDate": "2022-04-17T08:00:00Z"
}
], - "employeeIndicator": true
}, - "statement": {
- "frequency": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "communicationMethod": "Email",
- "format": "PDF",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "templateCode": "1",
- "lastStatementPeriod": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string"
}, - "nextStatementPeriod": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string"
}, - "lastStatementDate": "2022-04-17",
- "previousStatementDate": "2022-04-17",
- "lastRegularStatementDate": "2022-04-17",
- "truncationOptions": [
- "ItemsIncluded"
], - "accountNameIndicator": true,
- "balances": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "balanceName": "Available",
- "amount": "100",
- "count": 0,
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
], - "preferredLanguage": "English",
- "combineType": "SavingsSatement",
- "statementBalance": "100",
- "paymentClosingDate": "2022-04-17",
- "paymentDueDate": "2022-04-17",
- "minimumPayment": "100",
- "lastPaymentDate": "2022-04-17",
- "lastPaymentAmount": "100"
}, - "offers": [
- {
- "offerId": "101854",
- "offerTitle": "Save 20%"
}
], - "status": "Active",
- "statusDate": "2022-04-17T08:00:00Z",
- "statusReason": "Active",
- "history": {
- "lastCardId": "0dd926fe-1ca2-11ed-861d-0242ac120002",
- "lastActivityDate": "2022-04-17",
- "lastForeingTransferMonth": "12",
- "balances": [
- {
- "name": "string",
- "period": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string"
}, - "amount": "100"
}
]
}, - "servicerAlerts": [
- {
- "alertName": "CreditBureauAlert",
- "alertType": "Warning",
- "alertCode": "string",
- "message": "This is a description.",
- "lastAlertDate": "2022-04-17"
}
]
}
Retrieves the cards associated with a specific person.
Authorizations:
path Parameters
personId required | string (Id) [ 1 .. 36 ] characters Example: 5fb9d4d6-1a3c-11ed-861d-0242ac120002 Person Identification |
header Parameters
servicerId | string (Id) [ 1 .. 36 ] characters Example: 5fb9d4d6-1a3c-11ed-861d-0242ac120002 Account Servicer Identification (Bank) |
servicerBranchId | string (ServicerBranchId) [ 1 .. 36 ] characters Example: SEA_1 Identification of the account servicer institution at branch level or center level. |
Responses
Response samples
- 200
- 400
- 404
- 500
{- "personId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "personName": "Jane Birkin",
- "cards": [
- {
- "cardId": "0dd926fe-1ca2-11ed-861d-0242ac120002",
- "cardHolder": {
- "personId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "identifiers": [
- {
- "schemeName": "SocialSecurityNumber",
- "number": "123-45-6789",
- "issuer": "Baltimore",
- "country": "US",
- "countrySubdivisionCode": "AR-B",
- "issueDate": "2022-04-17",
- "applyDate": "2022-04-17",
- "expirationDate": "2022-04-17",
- "verificationDate": "2022-04-17",
- "foreingIDIndicator": true,
- "taxIDIndicator": true,
- "displayOption": "string"
}
], - "name": "Jane Birkin",
- "shortName": "Jane",
- "placeAndDateOfBirth": {
- "countrySubdivision": "Oregon",
- "townName": "San Diego",
- "country": "US",
- "birthDate": "2022-04-17"
}, - "gender": "Female",
- "status": "GoodStanding",
- "coveredByMilitaryLendingActIndicator": true,
- "militaryMemberIndicator": true,
- "militaryPeriod": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "audit": {
- "status": "string",
- "creationDate": "2022-04-17",
- "lastModificacionChannel": "Email",
- "lastModificationDate": "2022-04-17",
- "channels": [
- {
- "lastActivityDate": "2022-04-17",
- "name": "Email",
- "activityType": "string",
- "amount": "100"
}
]
}, - "postalAddresses": [
- {
- "addressCode": "string",
- "addressBookIndicator": "string",
- "addressType": "Postal",
- "addressPurpose": "Billing",
- "primaryIndicator": true,
- "careOf": "C/O Company Name",
- "department": "A",
- "subDepartment": "B",
- "streetName": "First Street",
- "firstCrossStreetName": "string",
- "secondCrossStreetName": "Second Street",
- "buildingNumber": "11407",
- "buildingName": "Tall Tower",
- "floor": "20",
- "postBox": "MY779",
- "room": "22",
- "postCode": "97062-6884",
- "carrierRoute": "C001",
- "censusTract": "12345",
- "censusBlock": "1234",
- "cBSACode": "49780",
- "cBSAType": "MSA",
- "foreignIndicator": true,
- "townName": "San Diego",
- "townLocationName": "Clackamas",
- "districtName": "Columbia",
- "countyName": "Cook",
- "countrySubDivision": "Oregon",
- "countrySubDivisionCode": "AR-B",
- "country": "US",
- "addressLine": [
- "11407 Sw Amu st, Suite MY777"
], - "temporaryIndicator": true,
- "period": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
]
}
], - "structuredName": {
- "firstName": "Mary",
- "middleName": "Joe",
- "lastName": "Smith",
- "middleInitial": "J.",
- "suffix": "PhD",
- "prefix": "Dr."
}, - "phones": [
- {
- "number": "+1-555-1234567",
- "extension": "strin",
- "country": "str",
- "phoneType": "string",
- "phonePurpose": "string",
- "foreignIndicator": true,
- "primaryIndicator": true,
- "preferredHourOfDay": {
- "hour": "12",
- "timeZone": "Pacific",
- "timeOfTheDay": "string"
}, - "comment": "This is a description.",
- "period": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "lastUpdatedDate": "2022-04-17T08:00:00Z"
}
], - "emails": [
- {
- "emailAddress": "string",
- "emailPurpose": "Statements",
- "primaryIndicator": true,
- "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "lastUpdatedDate": "2022-04-17T08:00:00Z"
}
], - "employeeIndicator": true
}, - "identifiers": [
- {
- "number": "string",
- "schemeName": "MemberNumber",
- "issuer": "string"
}
], - "productId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "number": "1234567890123456789",
- "cardHolderType": "Primary",
- "fundingSourceType": "Credit",
- "businessIndicator": true,
- "cardBranchId": "SEA_1",
- "startDate": "2022-04-17",
- "expiryDate": "2022-12",
- "relatedAccounts": [
- {
- "accountRelationType": "Child",
- "accountId": "033-DDA-123456",
- "accountNumber": "012345678",
- "accountType": "Checking",
- "name": "Hermes PD_CA 0002",
- "balances": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "balanceName": "Available",
- "amount": "100",
- "count": 0,
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
]
}
], - "status": "Active",
- "statusDate": "2022-04-17T08:00:00Z",
- "statusReasons": [
- "Active"
], - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
]
}
Creates a card associated with a specific person.
Creates a personal payment card related to one or multiple accounts. The person may be not an account owner (an additional). For debit cards, the fund account should be provided in the request.
Authorizations:
path Parameters
personId required | string (Id) [ 1 .. 36 ] characters Example: 5fb9d4d6-1a3c-11ed-861d-0242ac120002 Person Identification |
header Parameters
idempotencyId | string (Id) [ 1 .. 36 ] characters Example: 5fb9d4d6-1a3c-11ed-861d-0242ac120002 Idempotency identifier used by the client when making repeated calls |
servicerId | string (Id) [ 1 .. 36 ] characters Example: 5fb9d4d6-1a3c-11ed-861d-0242ac120002 Account Servicer Identification (Bank) |
servicerBranchId | string (ServicerBranchId) [ 1 .. 36 ] characters Example: SEA_1 Identification of the account servicer institution at branch level or center level. |
Request Body schema: application/json
Array of objects (PaymentCardIdentification) | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Array
| |||||||||||||||||||||||||||||||||||||||||||||||||||||
fundingSourceType | string (CardFundingSourceType) [ 1 .. 35 ] characters Example: "Credit" Specifies the funding source type of payment card. Possible Values: Credit, Debit, Prepaid, Charge, DeferredDebit, CreditGateway. | ||||||||||||||||||||||||||||||||||||||||||||||||||||
productId | string (Id) [ 1 .. 36 ] characters Example: "5fb9d4d6-1a3c-11ed-861d-0242ac120002" | ||||||||||||||||||||||||||||||||||||||||||||||||||||
businessIndicator | boolean Indicates whether the payment card is business or not. | ||||||||||||||||||||||||||||||||||||||||||||||||||||
digitalIndicator | boolean (DigitalCardIndicator) Indicates whether the payment card is digital or physical. | ||||||||||||||||||||||||||||||||||||||||||||||||||||
cardBranchId | string (ServicerBranchId) [ 1 .. 36 ] characters Example: "SEA_1" Identification of the account servicer institution at branch level or center level. To overlay the codes to produce a unique identifier the following expresion is used: BranchRegionCode-BranchSubdivisionCode. | ||||||||||||||||||||||||||||||||||||||||||||||||||||
number | string (PrimaryAccountNumber) [ 1 .. 19 ] characters Example: "1234567890123456789" Primary Account Number (PAN) of the card. | ||||||||||||||||||||||||||||||||||||||||||||||||||||
cardHolderType | string (CardHolderType) [ 1 .. 35 ] characters Example: "Primary" Specifies the card holder type of payment card. Possible Values: Primary, Additional, Authorized, Guarantor. | ||||||||||||||||||||||||||||||||||||||||||||||||||||
nameOnCard | string [ 1 .. 350 ] characters Example: "Jane Birkin" Specifies the name on the card if overriding the name from the card holder. | ||||||||||||||||||||||||||||||||||||||||||||||||||||
businessNameOnCard | string [ 1 .. 350 ] characters Example: "Jane Birkin" Specifies the business name on the card. | ||||||||||||||||||||||||||||||||||||||||||||||||||||
object (PaymentCardArt) Art associated with the card | |||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||
referenceAccountId | string [ 1 .. 36 ] characters Example: "033-DDA-123456" Account used as a reference for the card creation. Could be a cash or loan account owned by the primary card holder. | ||||||||||||||||||||||||||||||||||||||||||||||||||||
Array of objects (RelatedAccount) Account that provides the payment card transactions. The account is the funding source for the card. Could be a cash or loan account linked to the debit card or a credit card account. A card can have one or many accounts. | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Array
| |||||||||||||||||||||||||||||||||||||||||||||||||||||
startDate | string <date> Example: "2022-04-17" Year and month the card is available for use. | ||||||||||||||||||||||||||||||||||||||||||||||||||||
expiryDate | string <= 7 characters ^\d{4}-([0]\d|1[0-2])$ Example: "2022-12" Year and month the card expires. | ||||||||||||||||||||||||||||||||||||||||||||||||||||
orderedDate | string <date> Example: "2022-04-17" Date the card is ordered | ||||||||||||||||||||||||||||||||||||||||||||||||||||
Array of objects (SpotDate) | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Array
| |||||||||||||||||||||||||||||||||||||||||||||||||||||
activationAttempts | number Indicates the number of activation attempts since the last reset. Applies to debit cards only. | ||||||||||||||||||||||||||||||||||||||||||||||||||||
securityCode | string <= 35 characters Example: "103" Security code written on the card, sometimes called card security code (CSC). | ||||||||||||||||||||||||||||||||||||||||||||||||||||
pIN | string <= 35 characters Example: "1031" PIN is the 4 digit security code that is used to authenticate the user and allow them access to the associated accounts of the card. | ||||||||||||||||||||||||||||||||||||||||||||||||||||
pINRetries | number <= 99 Example: 3 Pin Retries Allowed | ||||||||||||||||||||||||||||||||||||||||||||||||||||
sequenceNumber | string <= 20 characters Example: "1" Identifies a card inside a set of cards with the same number (or PAN). | ||||||||||||||||||||||||||||||||||||||||||||||||||||
brand | string <= 35 characters Example: "Visa" Brand name of the card. | ||||||||||||||||||||||||||||||||||||||||||||||||||||
Array of objects (Limit) | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Array
| |||||||||||||||||||||||||||||||||||||||||||||||||||||
Array of objects (InterestCalculationDescriptor) | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Array
| |||||||||||||||||||||||||||||||||||||||||||||||||||||
Array of objects (Restriction) | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Array
| |||||||||||||||||||||||||||||||||||||||||||||||||||||
Array of objects (ChargeCalculationDescriptor) | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Array
| |||||||||||||||||||||||||||||||||||||||||||||||||||||
Array of objects (Algorithm) | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Array
| |||||||||||||||||||||||||||||||||||||||||||||||||||||
Array of objects (GenericCode) Codes to clasify payment cards. Possible code names: ClassCode | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Array
| |||||||||||||||||||||||||||||||||||||||||||||||||||||
supplementaryData | object (SupplementaryData) Additional information that cannot be captured in the structured elements and/or any other specific block. If this information need to be converted in ISO Messages, must be ISO 20022 compliant: it requires development of a compliant message extension model and its components must be registered in the ISO 20022 Data Dictionary. https://www.iso20022.org/catalogue-messages/additional-content-messages/supplementary-data |
Responses
Request samples
- Payload
{- "identifiers": [
- {
- "number": "string",
- "schemeName": "MemberNumber",
- "issuer": "string"
}
], - "fundingSourceType": "Credit",
- "productId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "businessIndicator": true,
- "digitalIndicator": true,
- "cardBranchId": "SEA_1",
- "number": "1234567890123456789",
- "cardHolderType": "Primary",
- "nameOnCard": "Jane Birkin",
- "businessNameOnCard": "Jane Birkin",
- "art": {
- "styleId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "label": "string",
}, - "referenceAccountId": "033-DDA-123456",
- "relatedAccounts": [
- {
- "accountRelationType": "Child",
- "accountId": "033-DDA-123456"
}
], - "startDate": "2022-04-17",
- "expiryDate": "2022-12",
- "orderedDate": "2022-04-17",
- "activationDates": [
- {
- "name": "Expiration",
- "date": "2022-04-17T08:00:00Z"
}
], - "activationAttempts": 0,
- "securityCode": "103",
- "pIN": "1031",
- "pINRetries": 3,
- "sequenceNumber": "1",
- "brand": "Visa",
- "limits": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "name": "CreditLimit",
- "limitType": "DirectDebit",
- "channelType": "string",
- "amount": "100",
- "currency": "USD",
- "number": 0,
- "enableIndicator": true,
- "feesConsentIndicator": true,
- "percentageIndicator": true,
- "percentage": "25",
- "temporaryIndicator": true,
- "validityPeriod": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "periodicity": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "usedAmount": "100",
- "usedNumber": 0,
- "usedPercentage": "25",
- "status": "Requested",
- "statusDateAndtime": "2022-04-17T08:00:00Z",
- "history": {
- "originalAmount": "100",
- "originalLimitType": "DirectDebit",
- "details": [
- {
- "amount": "100",
- "enabledDate": "2022-04-17T08:00:00Z",
- "disableDate": "2022-04-17T08:00:00Z"
}
]
}, - "balances": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "balanceName": "Available",
- "amount": "100",
- "count": 0,
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
], - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "accessConditions": [
- "LessThanMinAmount"
], - "notificationOptions": [
- "Exception"
], - "payments": [
- {
- "frequency": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "paymentType": "Compound",
- "paymentTypeOptions": [
- "Primary"
], - "paymentName": "string",
- "accountId": "033-DDA-123456",
- "referenceNumber": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "paymentDate": "2022-04-17",
- "lastPaid": "100",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
]
}
], - "interests": [
- {
- "name": "Deposit",
- "code": "string",
- "enableIndicator": true,
- "dayCountBasis": "Actual360",
- "calculationMethodOption": "LastInterest",
- "nextInterestDate": "2022-04-17",
- "term": {
- "unit": "Months",
- "value": 999
}, - "calculationFrequency": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "balances": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "balanceName": "Available",
- "amount": "100",
- "count": 0,
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
], - "rateName": "Actual",
- "rateTierName": "Actual",
- "percentage": "25",
- "amount": "100",
- "currency": "USD"
}
], - "restrictions": [
- {
- "name": "WireTransferIn",
- "restrictionPurpose": "This is a description.",
- "enableIndicator": true,
- "disableConditions": [
- "LessThanMinAmount"
], - "validFrom": "2022-04-17",
- "validUntil": "2022-04-17",
- "status": "Pending"
}
], - "charges": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "name": "CardLatePayment",
- "amount": "100",
- "rate": "25",
- "chargeType": "ManagementFee",
- "exemptIndicator": true
}
], - "algorithms": [
- {
- "name": "string",
- "target": "string",
- "enableIndicator": true,
- "offset": "string"
}
], - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "supplementaryData": { }
}
Response samples
- 202
- 400
- 500
{- "identifiers": [
- {
- "number": "string",
- "schemeName": "MemberNumber",
- "issuer": "string"
}
], - "fundingSourceType": "Credit",
- "productId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "businessIndicator": true,
- "digitalIndicator": true,
- "cardBranchId": "SEA_1",
- "number": "1234567890123456789",
- "cardHolderType": "Primary",
- "nameOnCard": "Jane Birkin",
- "businessNameOnCard": "Jane Birkin",
- "art": {
- "styleId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "label": "string",
}, - "referenceAccountId": "033-DDA-123456",
- "relatedAccounts": [
- {
- "accountRelationType": "Child",
- "accountId": "033-DDA-123456",
- "accountNumber": "012345678",
- "accountType": "Checking",
- "name": "Hermes PD_CA 0002",
- "balances": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "balanceName": "Available",
- "amount": "100",
- "count": 0,
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
]
}
], - "startDate": "2022-04-17",
- "expiryDate": "2022-12",
- "orderedDate": "2022-04-17",
- "activationDates": [
- {
- "name": "Expiration",
- "date": "2022-04-17T08:00:00Z"
}
], - "activationAttempts": 0,
- "securityCode": "103",
- "pIN": "1031",
- "pINRetries": 3,
- "sequenceNumber": "1",
- "brand": "Visa",
- "limits": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "name": "CreditLimit",
- "limitType": "DirectDebit",
- "channelType": "string",
- "amount": "100",
- "currency": "USD",
- "number": 0,
- "enableIndicator": true,
- "feesConsentIndicator": true,
- "percentageIndicator": true,
- "percentage": "25",
- "temporaryIndicator": true,
- "validityPeriod": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "periodicity": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "usedAmount": "100",
- "usedNumber": 0,
- "usedPercentage": "25",
- "status": "Requested",
- "statusDateAndtime": "2022-04-17T08:00:00Z",
- "history": {
- "originalAmount": "100",
- "originalLimitType": "DirectDebit",
- "details": [
- {
- "amount": "100",
- "enabledDate": "2022-04-17T08:00:00Z",
- "disableDate": "2022-04-17T08:00:00Z"
}
]
}, - "balances": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "balanceName": "Available",
- "amount": "100",
- "count": 0,
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
], - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "accessConditions": [
- "LessThanMinAmount"
], - "notificationOptions": [
- "Exception"
], - "payments": [
- {
- "frequency": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "paymentType": "Compound",
- "paymentTypeOptions": [
- "Primary"
], - "paymentName": "string",
- "accountId": "033-DDA-123456",
- "referenceNumber": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "paymentDate": "2022-04-17",
- "lastPaid": "100",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
]
}
], - "interests": [
- {
- "name": "Deposit",
- "code": "string",
- "enableIndicator": true,
- "dayCountBasis": "Actual360",
- "calculationMethodOption": "LastInterest",
- "nextInterestDate": "2022-04-17",
- "term": {
- "unit": "Months",
- "value": 999
}, - "calculationFrequency": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "balances": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "balanceName": "Available",
- "amount": "100",
- "count": 0,
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
], - "rateName": "Actual",
- "rateTierName": "Actual",
- "percentage": "25",
- "amount": "100",
- "currency": "USD"
}
], - "restrictions": [
- {
- "name": "WireTransferIn",
- "restrictionPurpose": "This is a description.",
- "enableIndicator": true,
- "disableConditions": [
- "LessThanMinAmount"
], - "validFrom": "2022-04-17",
- "validUntil": "2022-04-17",
- "status": "Pending"
}
], - "charges": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "name": "CardLatePayment",
- "amount": "100",
- "rate": "25",
- "chargeType": "ManagementFee",
- "exemptIndicator": true
}
], - "algorithms": [
- {
- "name": "string",
- "target": "string",
- "enableIndicator": true,
- "offset": "string"
}
], - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "supplementaryData": { },
- "cardId": "0dd926fe-1ca2-11ed-861d-0242ac120002",
- "cardHolder": {
- "personId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "identifiers": [
- {
- "schemeName": "SocialSecurityNumber",
- "number": "123-45-6789",
- "issuer": "Baltimore",
- "country": "US",
- "countrySubdivisionCode": "AR-B",
- "issueDate": "2022-04-17",
- "applyDate": "2022-04-17",
- "expirationDate": "2022-04-17",
- "verificationDate": "2022-04-17",
- "foreingIDIndicator": true,
- "taxIDIndicator": true,
- "displayOption": "string"
}
], - "name": "Jane Birkin",
- "shortName": "Jane",
- "placeAndDateOfBirth": {
- "countrySubdivision": "Oregon",
- "townName": "San Diego",
- "country": "US",
- "birthDate": "2022-04-17"
}, - "gender": "Female",
- "status": "GoodStanding",
- "coveredByMilitaryLendingActIndicator": true,
- "militaryMemberIndicator": true,
- "militaryPeriod": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "audit": {
- "status": "string",
- "creationDate": "2022-04-17",
- "lastModificacionChannel": "Email",
- "lastModificationDate": "2022-04-17",
- "channels": [
- {
- "lastActivityDate": "2022-04-17",
- "name": "Email",
- "activityType": "string",
- "amount": "100"
}
]
}, - "postalAddresses": [
- {
- "addressCode": "string",
- "addressBookIndicator": "string",
- "addressType": "Postal",
- "addressPurpose": "Billing",
- "primaryIndicator": true,
- "careOf": "C/O Company Name",
- "department": "A",
- "subDepartment": "B",
- "streetName": "First Street",
- "firstCrossStreetName": "string",
- "secondCrossStreetName": "Second Street",
- "buildingNumber": "11407",
- "buildingName": "Tall Tower",
- "floor": "20",
- "postBox": "MY779",
- "room": "22",
- "postCode": "97062-6884",
- "carrierRoute": "C001",
- "censusTract": "12345",
- "censusBlock": "1234",
- "cBSACode": "49780",
- "cBSAType": "MSA",
- "foreignIndicator": true,
- "townName": "San Diego",
- "townLocationName": "Clackamas",
- "districtName": "Columbia",
- "countyName": "Cook",
- "countrySubDivision": "Oregon",
- "countrySubDivisionCode": "AR-B",
- "country": "US",
- "addressLine": [
- "11407 Sw Amu st, Suite MY777"
], - "temporaryIndicator": true,
- "period": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
]
}
], - "structuredName": {
- "firstName": "Mary",
- "middleName": "Joe",
- "lastName": "Smith",
- "middleInitial": "J.",
- "suffix": "PhD",
- "prefix": "Dr."
}, - "phones": [
- {
- "number": "+1-555-1234567",
- "extension": "strin",
- "country": "str",
- "phoneType": "string",
- "phonePurpose": "string",
- "foreignIndicator": true,
- "primaryIndicator": true,
- "preferredHourOfDay": {
- "hour": "12",
- "timeZone": "Pacific",
- "timeOfTheDay": "string"
}, - "comment": "This is a description.",
- "period": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "lastUpdatedDate": "2022-04-17T08:00:00Z"
}
], - "emails": [
- {
- "emailAddress": "string",
- "emailPurpose": "Statements",
- "primaryIndicator": true,
- "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "lastUpdatedDate": "2022-04-17T08:00:00Z"
}
], - "employeeIndicator": true
}, - "statement": {
- "frequency": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "communicationMethod": "Email",
- "format": "PDF",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "templateCode": "1",
- "lastStatementPeriod": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string"
}, - "nextStatementPeriod": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string"
}, - "lastStatementDate": "2022-04-17",
- "previousStatementDate": "2022-04-17",
- "lastRegularStatementDate": "2022-04-17",
- "truncationOptions": [
- "ItemsIncluded"
], - "accountNameIndicator": true,
- "balances": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "balanceName": "Available",
- "amount": "100",
- "count": 0,
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
], - "preferredLanguage": "English",
- "combineType": "SavingsSatement",
- "statementBalance": "100",
- "paymentClosingDate": "2022-04-17",
- "paymentDueDate": "2022-04-17",
- "minimumPayment": "100",
- "lastPaymentDate": "2022-04-17",
- "lastPaymentAmount": "100"
}, - "offers": [
- {
- "offerId": "101854",
- "offerTitle": "Save 20%"
}
], - "status": "Active",
- "statusDate": "2022-04-17T08:00:00Z",
- "statusReason": "Active",
- "history": {
- "lastCardId": "0dd926fe-1ca2-11ed-861d-0242ac120002",
- "lastActivityDate": "2022-04-17",
- "lastForeingTransferMonth": "12",
- "balances": [
- {
- "name": "string",
- "period": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string"
}, - "amount": "100"
}
]
}, - "servicerAlerts": [
- {
- "alertName": "CreditBureauAlert",
- "alertType": "Warning",
- "alertCode": "string",
- "message": "This is a description.",
- "lastAlertDate": "2022-04-17"
}
]
}
Retrieves Cards
Authorizations:
query Parameters
number.eq | string (PrimaryAccountNumber) [ 1 .. 19 ] characters Example: number.eq=1234567890123456789 Primary Account Number (PAN) of the card. |
sourceType.eq | string (CardFundingSourceType) [ 1 .. 35 ] characters Example: sourceType.eq=Credit Specifies the funding source type of payment card. Possible Values: Credit, Debit, Prepaid, Charge, DeferredDebit, CreditGateway. |
productName.eq | string (CardProductName) [ 1 .. 60 ] characters Example: productName.eq=Visa Classic Specifies the product name of payment card. |
brand.inc | string (PartyName) [ 1 .. 350 ] characters Example: brand.inc=Jane Birkin Name by which a party is known and which is usually used to identify that party. |
name.inc | string (PartyName) [ 1 .. 350 ] characters Example: name.inc=Jane Birkin Name by which a party is known and which is usually used to identify that party. |
cursor | string Specifies an opaque string value ( "no meaning" string value) at which start retrieving transactions. For instance, limit=5&cursor=62aef884fbe3470ce7d9a92140b09b17 |
limit | string Specifies the number of resources to return in one request, specified as an integer from 1 to 100. |
header Parameters
servicerId | string (Id) [ 1 .. 36 ] characters Example: 5fb9d4d6-1a3c-11ed-861d-0242ac120002 Account Servicer Identification (Bank) |
servicerBranchId | string (ServicerBranchId) [ 1 .. 36 ] characters Example: SEA_1 Identification of the account servicer institution at branch level or center level. |
Pagination-Cursor required | string Pagination Cursor |
Pagination-Total required | string Total number of resources. |
Responses
Response samples
- 200
- 400
- 500
[- {
- "cardId": "0dd926fe-1ca2-11ed-861d-0242ac120002",
- "cardHolder": {
- "personId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "identifiers": [
- {
- "schemeName": "SocialSecurityNumber",
- "number": "123-45-6789",
- "issuer": "Baltimore",
- "country": "US",
- "countrySubdivisionCode": "AR-B",
- "issueDate": "2022-04-17",
- "applyDate": "2022-04-17",
- "expirationDate": "2022-04-17",
- "verificationDate": "2022-04-17",
- "foreingIDIndicator": true,
- "taxIDIndicator": true,
- "displayOption": "string"
}
], - "name": "Jane Birkin",
- "shortName": "Jane",
- "placeAndDateOfBirth": {
- "countrySubdivision": "Oregon",
- "townName": "San Diego",
- "country": "US",
- "birthDate": "2022-04-17"
}, - "gender": "Female",
- "status": "GoodStanding",
- "coveredByMilitaryLendingActIndicator": true,
- "militaryMemberIndicator": true,
- "militaryPeriod": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "audit": {
- "status": "string",
- "creationDate": "2022-04-17",
- "lastModificacionChannel": "Email",
- "lastModificationDate": "2022-04-17",
- "channels": [
- {
- "lastActivityDate": "2022-04-17",
- "name": "Email",
- "activityType": "string",
- "amount": "100"
}
]
}, - "postalAddresses": [
- {
- "addressCode": "string",
- "addressBookIndicator": "string",
- "addressType": "Postal",
- "addressPurpose": "Billing",
- "primaryIndicator": true,
- "careOf": "C/O Company Name",
- "department": "A",
- "subDepartment": "B",
- "streetName": "First Street",
- "firstCrossStreetName": "string",
- "secondCrossStreetName": "Second Street",
- "buildingNumber": "11407",
- "buildingName": "Tall Tower",
- "floor": "20",
- "postBox": "MY779",
- "room": "22",
- "postCode": "97062-6884",
- "carrierRoute": "C001",
- "censusTract": "12345",
- "censusBlock": "1234",
- "cBSACode": "49780",
- "cBSAType": "MSA",
- "foreignIndicator": true,
- "townName": "San Diego",
- "townLocationName": "Clackamas",
- "districtName": "Columbia",
- "countyName": "Cook",
- "countrySubDivision": "Oregon",
- "countrySubDivisionCode": "AR-B",
- "country": "US",
- "addressLine": [
- "11407 Sw Amu st, Suite MY777"
], - "temporaryIndicator": true,
- "period": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
]
}
], - "structuredName": {
- "firstName": "Mary",
- "middleName": "Joe",
- "lastName": "Smith",
- "middleInitial": "J.",
- "suffix": "PhD",
- "prefix": "Dr."
}, - "phones": [
- {
- "number": "+1-555-1234567",
- "extension": "strin",
- "country": "str",
- "phoneType": "string",
- "phonePurpose": "string",
- "foreignIndicator": true,
- "primaryIndicator": true,
- "preferredHourOfDay": {
- "hour": "12",
- "timeZone": "Pacific",
- "timeOfTheDay": "string"
}, - "comment": "This is a description.",
- "period": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "lastUpdatedDate": "2022-04-17T08:00:00Z"
}
], - "emails": [
- {
- "emailAddress": "string",
- "emailPurpose": "Statements",
- "primaryIndicator": true,
- "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "lastUpdatedDate": "2022-04-17T08:00:00Z"
}
], - "employeeIndicator": true
}, - "identifiers": [
- {
- "number": "string",
- "schemeName": "MemberNumber",
- "issuer": "string"
}
], - "productId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "number": "1234567890123456789",
- "cardHolderType": "Primary",
- "fundingSourceType": "Credit",
- "businessIndicator": true,
- "cardBranchId": "SEA_1",
- "startDate": "2022-04-17",
- "expiryDate": "2022-12",
- "relatedAccounts": [
- {
- "accountRelationType": "Child",
- "accountId": "033-DDA-123456",
- "accountNumber": "012345678",
- "accountType": "Checking",
- "name": "Hermes PD_CA 0002",
- "balances": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "balanceName": "Available",
- "amount": "100",
- "count": 0,
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
]
}
], - "status": "Active",
- "statusDate": "2022-04-17T08:00:00Z",
- "statusReasons": [
- "Active"
], - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
]
Retrieves a Card
Authorizations:
path Parameters
cardId required | string (Id) [ 1 .. 36 ] characters Example: 5fb9d4d6-1a3c-11ed-861d-0242ac120002 Card Identification |
header Parameters
servicerId | string (Id) [ 1 .. 36 ] characters Example: 5fb9d4d6-1a3c-11ed-861d-0242ac120002 Account Servicer Identification (Bank) |
servicerBranchId | string (ServicerBranchId) [ 1 .. 36 ] characters Example: SEA_1 Identification of the account servicer institution at branch level or center level. |
Responses
Response samples
- 200
- 400
- 404
- 500
{- "identifiers": [
- {
- "number": "string",
- "schemeName": "MemberNumber",
- "issuer": "string"
}
], - "fundingSourceType": "Credit",
- "productId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "businessIndicator": true,
- "digitalIndicator": true,
- "cardBranchId": "SEA_1",
- "number": "1234567890123456789",
- "cardHolderType": "Primary",
- "nameOnCard": "Jane Birkin",
- "businessNameOnCard": "Jane Birkin",
- "art": {
- "styleId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "label": "string",
}, - "referenceAccountId": "033-DDA-123456",
- "relatedAccounts": [
- {
- "accountRelationType": "Child",
- "accountId": "033-DDA-123456",
- "accountNumber": "012345678",
- "accountType": "Checking",
- "name": "Hermes PD_CA 0002",
- "balances": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "balanceName": "Available",
- "amount": "100",
- "count": 0,
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
]
}
], - "startDate": "2022-04-17",
- "expiryDate": "2022-12",
- "orderedDate": "2022-04-17",
- "activationDates": [
- {
- "name": "Expiration",
- "date": "2022-04-17T08:00:00Z"
}
], - "activationAttempts": 0,
- "securityCode": "103",
- "pIN": "1031",
- "pINRetries": 3,
- "sequenceNumber": "1",
- "brand": "Visa",
- "limits": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "name": "CreditLimit",
- "limitType": "DirectDebit",
- "channelType": "string",
- "amount": "100",
- "currency": "USD",
- "number": 0,
- "enableIndicator": true,
- "feesConsentIndicator": true,
- "percentageIndicator": true,
- "percentage": "25",
- "temporaryIndicator": true,
- "validityPeriod": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "periodicity": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "usedAmount": "100",
- "usedNumber": 0,
- "usedPercentage": "25",
- "status": "Requested",
- "statusDateAndtime": "2022-04-17T08:00:00Z",
- "history": {
- "originalAmount": "100",
- "originalLimitType": "DirectDebit",
- "details": [
- {
- "amount": "100",
- "enabledDate": "2022-04-17T08:00:00Z",
- "disableDate": "2022-04-17T08:00:00Z"
}
]
}, - "balances": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "balanceName": "Available",
- "amount": "100",
- "count": 0,
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
], - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "accessConditions": [
- "LessThanMinAmount"
], - "notificationOptions": [
- "Exception"
], - "payments": [
- {
- "frequency": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "paymentType": "Compound",
- "paymentTypeOptions": [
- "Primary"
], - "paymentName": "string",
- "accountId": "033-DDA-123456",
- "referenceNumber": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "paymentDate": "2022-04-17",
- "lastPaid": "100",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
]
}
], - "interests": [
- {
- "name": "Deposit",
- "code": "string",
- "enableIndicator": true,
- "dayCountBasis": "Actual360",
- "calculationMethodOption": "LastInterest",
- "nextInterestDate": "2022-04-17",
- "term": {
- "unit": "Months",
- "value": 999
}, - "calculationFrequency": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "balances": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "balanceName": "Available",
- "amount": "100",
- "count": 0,
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
], - "rateName": "Actual",
- "rateTierName": "Actual",
- "percentage": "25",
- "amount": "100",
- "currency": "USD"
}
], - "restrictions": [
- {
- "name": "WireTransferIn",
- "restrictionPurpose": "This is a description.",
- "enableIndicator": true,
- "disableConditions": [
- "LessThanMinAmount"
], - "validFrom": "2022-04-17",
- "validUntil": "2022-04-17",
- "status": "Pending"
}
], - "charges": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "name": "CardLatePayment",
- "amount": "100",
- "rate": "25",
- "chargeType": "ManagementFee",
- "exemptIndicator": true
}
], - "algorithms": [
- {
- "name": "string",
- "target": "string",
- "enableIndicator": true,
- "offset": "string"
}
], - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "supplementaryData": { },
- "cardId": "0dd926fe-1ca2-11ed-861d-0242ac120002",
- "cardHolder": {
- "personId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "identifiers": [
- {
- "schemeName": "SocialSecurityNumber",
- "number": "123-45-6789",
- "issuer": "Baltimore",
- "country": "US",
- "countrySubdivisionCode": "AR-B",
- "issueDate": "2022-04-17",
- "applyDate": "2022-04-17",
- "expirationDate": "2022-04-17",
- "verificationDate": "2022-04-17",
- "foreingIDIndicator": true,
- "taxIDIndicator": true,
- "displayOption": "string"
}
], - "name": "Jane Birkin",
- "shortName": "Jane",
- "placeAndDateOfBirth": {
- "countrySubdivision": "Oregon",
- "townName": "San Diego",
- "country": "US",
- "birthDate": "2022-04-17"
}, - "gender": "Female",
- "status": "GoodStanding",
- "coveredByMilitaryLendingActIndicator": true,
- "militaryMemberIndicator": true,
- "militaryPeriod": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "audit": {
- "status": "string",
- "creationDate": "2022-04-17",
- "lastModificacionChannel": "Email",
- "lastModificationDate": "2022-04-17",
- "channels": [
- {
- "lastActivityDate": "2022-04-17",
- "name": "Email",
- "activityType": "string",
- "amount": "100"
}
]
}, - "postalAddresses": [
- {
- "addressCode": "string",
- "addressBookIndicator": "string",
- "addressType": "Postal",
- "addressPurpose": "Billing",
- "primaryIndicator": true,
- "careOf": "C/O Company Name",
- "department": "A",
- "subDepartment": "B",
- "streetName": "First Street",
- "firstCrossStreetName": "string",
- "secondCrossStreetName": "Second Street",
- "buildingNumber": "11407",
- "buildingName": "Tall Tower",
- "floor": "20",
- "postBox": "MY779",
- "room": "22",
- "postCode": "97062-6884",
- "carrierRoute": "C001",
- "censusTract": "12345",
- "censusBlock": "1234",
- "cBSACode": "49780",
- "cBSAType": "MSA",
- "foreignIndicator": true,
- "townName": "San Diego",
- "townLocationName": "Clackamas",
- "districtName": "Columbia",
- "countyName": "Cook",
- "countrySubDivision": "Oregon",
- "countrySubDivisionCode": "AR-B",
- "country": "US",
- "addressLine": [
- "11407 Sw Amu st, Suite MY777"
], - "temporaryIndicator": true,
- "period": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
]
}
], - "structuredName": {
- "firstName": "Mary",
- "middleName": "Joe",
- "lastName": "Smith",
- "middleInitial": "J.",
- "suffix": "PhD",
- "prefix": "Dr."
}, - "phones": [
- {
- "number": "+1-555-1234567",
- "extension": "strin",
- "country": "str",
- "phoneType": "string",
- "phonePurpose": "string",
- "foreignIndicator": true,
- "primaryIndicator": true,
- "preferredHourOfDay": {
- "hour": "12",
- "timeZone": "Pacific",
- "timeOfTheDay": "string"
}, - "comment": "This is a description.",
- "period": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "lastUpdatedDate": "2022-04-17T08:00:00Z"
}
], - "emails": [
- {
- "emailAddress": "string",
- "emailPurpose": "Statements",
- "primaryIndicator": true,
- "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "lastUpdatedDate": "2022-04-17T08:00:00Z"
}
], - "employeeIndicator": true
}, - "statement": {
- "frequency": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "communicationMethod": "Email",
- "format": "PDF",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "templateCode": "1",
- "lastStatementPeriod": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string"
}, - "nextStatementPeriod": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string"
}, - "lastStatementDate": "2022-04-17",
- "previousStatementDate": "2022-04-17",
- "lastRegularStatementDate": "2022-04-17",
- "truncationOptions": [
- "ItemsIncluded"
], - "accountNameIndicator": true,
- "balances": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "balanceName": "Available",
- "amount": "100",
- "count": 0,
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
], - "preferredLanguage": "English",
- "combineType": "SavingsSatement",
- "statementBalance": "100",
- "paymentClosingDate": "2022-04-17",
- "paymentDueDate": "2022-04-17",
- "minimumPayment": "100",
- "lastPaymentDate": "2022-04-17",
- "lastPaymentAmount": "100"
}, - "offers": [
- {
- "offerId": "101854",
- "offerTitle": "Save 20%"
}
], - "status": "Active",
- "statusDate": "2022-04-17T08:00:00Z",
- "statusReason": "Active",
- "history": {
- "lastCardId": "0dd926fe-1ca2-11ed-861d-0242ac120002",
- "lastActivityDate": "2022-04-17",
- "lastForeingTransferMonth": "12",
- "balances": [
- {
- "name": "string",
- "period": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string"
}, - "amount": "100"
}
]
}, - "servicerAlerts": [
- {
- "alertName": "CreditBureauAlert",
- "alertType": "Warning",
- "alertCode": "string",
- "message": "This is a description.",
- "lastAlertDate": "2022-04-17"
}
]
}
Updates a Card
Use the JSON Merge Patch standard https://tools.ietf.org/html/rfc7396
Authorizations:
path Parameters
cardId required | string (Id) [ 1 .. 36 ] characters Example: 5fb9d4d6-1a3c-11ed-861d-0242ac120002 Card Identification |
header Parameters
servicerId | string (Id) [ 1 .. 36 ] characters Example: 5fb9d4d6-1a3c-11ed-861d-0242ac120002 Account Servicer Identification (Bank) |
servicerBranchId | string (ServicerBranchId) [ 1 .. 36 ] characters Example: SEA_1 Identification of the account servicer institution at branch level or center level. |
Request Body schema: application/merge-patch+json
Responses
Request samples
- Payload
{ }
Response samples
- 200
- 400
- 404
- 500
{- "identifiers": [
- {
- "number": "string",
- "schemeName": "MemberNumber",
- "issuer": "string"
}
], - "fundingSourceType": "Credit",
- "productId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "businessIndicator": true,
- "digitalIndicator": true,
- "cardBranchId": "SEA_1",
- "number": "1234567890123456789",
- "cardHolderType": "Primary",
- "nameOnCard": "Jane Birkin",
- "businessNameOnCard": "Jane Birkin",
- "art": {
- "styleId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "label": "string",
}, - "referenceAccountId": "033-DDA-123456",
- "relatedAccounts": [
- {
- "accountRelationType": "Child",
- "accountId": "033-DDA-123456",
- "accountNumber": "012345678",
- "accountType": "Checking",
- "name": "Hermes PD_CA 0002",
- "balances": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "balanceName": "Available",
- "amount": "100",
- "count": 0,
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
]
}
], - "startDate": "2022-04-17",
- "expiryDate": "2022-12",
- "orderedDate": "2022-04-17",
- "activationDates": [
- {
- "name": "Expiration",
- "date": "2022-04-17T08:00:00Z"
}
], - "activationAttempts": 0,
- "securityCode": "103",
- "pIN": "1031",
- "pINRetries": 3,
- "sequenceNumber": "1",
- "brand": "Visa",
- "limits": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "name": "CreditLimit",
- "limitType": "DirectDebit",
- "channelType": "string",
- "amount": "100",
- "currency": "USD",
- "number": 0,
- "enableIndicator": true,
- "feesConsentIndicator": true,
- "percentageIndicator": true,
- "percentage": "25",
- "temporaryIndicator": true,
- "validityPeriod": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "periodicity": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "usedAmount": "100",
- "usedNumber": 0,
- "usedPercentage": "25",
- "status": "Requested",
- "statusDateAndtime": "2022-04-17T08:00:00Z",
- "history": {
- "originalAmount": "100",
- "originalLimitType": "DirectDebit",
- "details": [
- {
- "amount": "100",
- "enabledDate": "2022-04-17T08:00:00Z",
- "disableDate": "2022-04-17T08:00:00Z"
}
]
}, - "balances": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "balanceName": "Available",
- "amount": "100",
- "count": 0,
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
], - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "accessConditions": [
- "LessThanMinAmount"
], - "notificationOptions": [
- "Exception"
], - "payments": [
- {
- "frequency": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "paymentType": "Compound",
- "paymentTypeOptions": [
- "Primary"
], - "paymentName": "string",
- "accountId": "033-DDA-123456",
- "referenceNumber": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "paymentDate": "2022-04-17",
- "lastPaid": "100",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
]
}
], - "interests": [
- {
- "name": "Deposit",
- "code": "string",
- "enableIndicator": true,
- "dayCountBasis": "Actual360",
- "calculationMethodOption": "LastInterest",
- "nextInterestDate": "2022-04-17",
- "term": {
- "unit": "Months",
- "value": 999
}, - "calculationFrequency": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "balances": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "balanceName": "Available",
- "amount": "100",
- "count": 0,
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
], - "rateName": "Actual",
- "rateTierName": "Actual",
- "percentage": "25",
- "amount": "100",
- "currency": "USD"
}
], - "restrictions": [
- {
- "name": "WireTransferIn",
- "restrictionPurpose": "This is a description.",
- "enableIndicator": true,
- "disableConditions": [
- "LessThanMinAmount"
], - "validFrom": "2022-04-17",
- "validUntil": "2022-04-17",
- "status": "Pending"
}
], - "charges": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "name": "CardLatePayment",
- "amount": "100",
- "rate": "25",
- "chargeType": "ManagementFee",
- "exemptIndicator": true
}
], - "algorithms": [
- {
- "name": "string",
- "target": "string",
- "enableIndicator": true,
- "offset": "string"
}
], - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "supplementaryData": { },
- "cardId": "0dd926fe-1ca2-11ed-861d-0242ac120002",
- "cardHolder": {
- "personId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "identifiers": [
- {
- "schemeName": "SocialSecurityNumber",
- "number": "123-45-6789",
- "issuer": "Baltimore",
- "country": "US",
- "countrySubdivisionCode": "AR-B",
- "issueDate": "2022-04-17",
- "applyDate": "2022-04-17",
- "expirationDate": "2022-04-17",
- "verificationDate": "2022-04-17",
- "foreingIDIndicator": true,
- "taxIDIndicator": true,
- "displayOption": "string"
}
], - "name": "Jane Birkin",
- "shortName": "Jane",
- "placeAndDateOfBirth": {
- "countrySubdivision": "Oregon",
- "townName": "San Diego",
- "country": "US",
- "birthDate": "2022-04-17"
}, - "gender": "Female",
- "status": "GoodStanding",
- "coveredByMilitaryLendingActIndicator": true,
- "militaryMemberIndicator": true,
- "militaryPeriod": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "audit": {
- "status": "string",
- "creationDate": "2022-04-17",
- "lastModificacionChannel": "Email",
- "lastModificationDate": "2022-04-17",
- "channels": [
- {
- "lastActivityDate": "2022-04-17",
- "name": "Email",
- "activityType": "string",
- "amount": "100"
}
]
}, - "postalAddresses": [
- {
- "addressCode": "string",
- "addressBookIndicator": "string",
- "addressType": "Postal",
- "addressPurpose": "Billing",
- "primaryIndicator": true,
- "careOf": "C/O Company Name",
- "department": "A",
- "subDepartment": "B",
- "streetName": "First Street",
- "firstCrossStreetName": "string",
- "secondCrossStreetName": "Second Street",
- "buildingNumber": "11407",
- "buildingName": "Tall Tower",
- "floor": "20",
- "postBox": "MY779",
- "room": "22",
- "postCode": "97062-6884",
- "carrierRoute": "C001",
- "censusTract": "12345",
- "censusBlock": "1234",
- "cBSACode": "49780",
- "cBSAType": "MSA",
- "foreignIndicator": true,
- "townName": "San Diego",
- "townLocationName": "Clackamas",
- "districtName": "Columbia",
- "countyName": "Cook",
- "countrySubDivision": "Oregon",
- "countrySubDivisionCode": "AR-B",
- "country": "US",
- "addressLine": [
- "11407 Sw Amu st, Suite MY777"
], - "temporaryIndicator": true,
- "period": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
]
}
], - "structuredName": {
- "firstName": "Mary",
- "middleName": "Joe",
- "lastName": "Smith",
- "middleInitial": "J.",
- "suffix": "PhD",
- "prefix": "Dr."
}, - "phones": [
- {
- "number": "+1-555-1234567",
- "extension": "strin",
- "country": "str",
- "phoneType": "string",
- "phonePurpose": "string",
- "foreignIndicator": true,
- "primaryIndicator": true,
- "preferredHourOfDay": {
- "hour": "12",
- "timeZone": "Pacific",
- "timeOfTheDay": "string"
}, - "comment": "This is a description.",
- "period": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "lastUpdatedDate": "2022-04-17T08:00:00Z"
}
], - "emails": [
- {
- "emailAddress": "string",
- "emailPurpose": "Statements",
- "primaryIndicator": true,
- "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "lastUpdatedDate": "2022-04-17T08:00:00Z"
}
], - "employeeIndicator": true
}, - "statement": {
- "frequency": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "communicationMethod": "Email",
- "format": "PDF",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "templateCode": "1",
- "lastStatementPeriod": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string"
}, - "nextStatementPeriod": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string"
}, - "lastStatementDate": "2022-04-17",
- "previousStatementDate": "2022-04-17",
- "lastRegularStatementDate": "2022-04-17",
- "truncationOptions": [
- "ItemsIncluded"
], - "accountNameIndicator": true,
- "balances": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "balanceName": "Available",
- "amount": "100",
- "count": 0,
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
], - "preferredLanguage": "English",
- "combineType": "SavingsSatement",
- "statementBalance": "100",
- "paymentClosingDate": "2022-04-17",
- "paymentDueDate": "2022-04-17",
- "minimumPayment": "100",
- "lastPaymentDate": "2022-04-17",
- "lastPaymentAmount": "100"
}, - "offers": [
- {
- "offerId": "101854",
- "offerTitle": "Save 20%"
}
], - "status": "Active",
- "statusDate": "2022-04-17T08:00:00Z",
- "statusReason": "Active",
- "history": {
- "lastCardId": "0dd926fe-1ca2-11ed-861d-0242ac120002",
- "lastActivityDate": "2022-04-17",
- "lastForeingTransferMonth": "12",
- "balances": [
- {
- "name": "string",
- "period": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string"
}, - "amount": "100"
}
]
}, - "servicerAlerts": [
- {
- "alertName": "CreditBureauAlert",
- "alertType": "Warning",
- "alertCode": "string",
- "message": "This is a description.",
- "lastAlertDate": "2022-04-17"
}
]
}
Retrieves Card Accounts
Authorizations:
path Parameters
cardId required | string (Id) [ 1 .. 36 ] characters Example: 5fb9d4d6-1a3c-11ed-861d-0242ac120002 Card Identification |
header Parameters
servicerId | string (Id) [ 1 .. 36 ] characters Example: 5fb9d4d6-1a3c-11ed-861d-0242ac120002 Account Servicer Identification (Bank) |
servicerBranchId | string (ServicerBranchId) [ 1 .. 36 ] characters Example: SEA_1 Identification of the account servicer institution at branch level or center level. |
Responses
Response samples
- 200
- 400
- 404
- 500
{- "cardId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "fundingSourceType": "Credit",
- "productName": "Visa Classic",
- "productId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "digitalIndicator": true,
- "number": "1234567890123456789",
- "accounts": [
- {
- "accountRelationType": "Child",
- "accountId": "033-DDA-123456",
- "accountNumber": "012345678",
- "accountType": "Checking",
- "name": "Hermes PD_CA 0002",
- "balances": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "balanceName": "Available",
- "amount": "100",
- "count": 0,
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
]
}
]
}
Retrieves Card Holder
Authorizations:
path Parameters
cardId required | string (Id) [ 1 .. 36 ] characters Example: 5fb9d4d6-1a3c-11ed-861d-0242ac120002 Card Identification |
header Parameters
servicerId | string (Id) [ 1 .. 36 ] characters Example: 5fb9d4d6-1a3c-11ed-861d-0242ac120002 Account Servicer Identification (Bank) |
servicerBranchId | string (ServicerBranchId) [ 1 .. 36 ] characters Example: SEA_1 Identification of the account servicer institution at branch level or center level. |
Responses
Response samples
- 200
- 400
- 404
- 500
{- "uSDocumentedIndicator": true,
- "identifiers": [
- {
- "schemeName": "SocialSecurityNumber",
- "number": "123-45-6789",
- "issuer": "Baltimore",
- "country": "US",
- "countrySubdivisionCode": "AR-B",
- "issueDate": "2022-04-17",
- "applyDate": "2022-04-17",
- "expirationDate": "2022-04-17",
- "verificationDate": "2022-04-17",
- "foreingIDIndicator": true,
- "taxIDIndicator": true,
- "displayOption": "string"
}
], - "name": "Jane Birkin",
- "shortName": "Jane",
- "nameTemplateId": "1",
- "nameSoundExId": "1",
- "partyBranchId": "SEA_1",
- "customerSinceDate": "2022-04-17T08:00:00Z",
- "comments": [
- {
- "name": "string",
- "text": "This is a description."
}
], - "relatedParties": [
- {
- "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "name": "Jane Birkin",
- "nameTemplateId": "1",
- "shortName": "Jane",
- "placeAndDateOfBirth": {
- "countrySubdivision": "Oregon",
- "townName": "San Diego",
- "country": "US",
- "birthDate": "2022-04-17"
}, - "gender": "Female",
- "status": "GoodStanding",
- "statusDateAndTime": "2022-04-17T08:00:00Z",
- "coveredByMilitaryLendingActIndicator": true,
- "militaryMemberIndicator": true,
- "militaryPeriod": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "audit": {
- "status": "string",
- "creationDate": "2022-04-17",
- "lastModificacionChannel": "Email",
- "lastModificationDate": "2022-04-17",
- "channels": [
- {
- "lastActivityDate": "2022-04-17",
- "name": "Email",
- "activityType": "string",
- "amount": "100"
}
]
}, - "postalAddresses": {
- "addressCode": "string",
- "addressBookIndicator": "string",
- "addressType": "Postal",
- "addressPurpose": "Billing",
- "primaryIndicator": true,
- "careOf": "C/O Company Name",
- "department": "A",
- "subDepartment": "B",
- "streetName": "First Street",
- "firstCrossStreetName": "string",
- "secondCrossStreetName": "Second Street",
- "buildingNumber": "11407",
- "buildingName": "Tall Tower",
- "floor": "20",
- "postBox": "MY779",
- "room": "22",
- "postCode": "97062-6884",
- "carrierRoute": "C001",
- "censusTract": "12345",
- "censusBlock": "1234",
- "cBSACode": "49780",
- "cBSAType": "MSA",
- "foreignIndicator": true,
- "townName": "San Diego",
- "townLocationName": "Clackamas",
- "districtName": "Columbia",
- "countyName": "Cook",
- "countrySubDivision": "Oregon",
- "countrySubDivisionCode": "AR-B",
- "country": "US",
- "addressLine": [
- "11407 Sw Amu st, Suite MY777"
], - "temporaryIndicator": true,
- "period": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
]
}, - "structuredName": {
- "firstName": "Mary",
- "middleName": "Joe",
- "lastName": "Smith",
- "middleInitial": "J.",
- "suffix": "PhD",
- "prefix": "Dr."
}, - "phones": [
- {
- "number": "+1-555-1234567",
- "extension": "strin",
- "country": "str",
- "phoneType": "string",
- "phonePurpose": "string",
- "foreignIndicator": true,
- "primaryIndicator": true,
- "preferredHourOfDay": {
- "hour": "12",
- "timeZone": "Pacific",
- "timeOfTheDay": "string"
}, - "comment": "This is a description.",
- "period": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "lastUpdatedDate": "2022-04-17T08:00:00Z"
}
], - "emails": [
- {
- "emailAddress": "string",
- "emailPurpose": "Statements",
- "primaryIndicator": true,
- "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "lastUpdatedDate": "2022-04-17T08:00:00Z"
}
], - "organizationType": "Corporation",
- "customerType": "Consumer",
- "taxReportingIndicator": true,
- "taxStatus": "Exempt",
- "cards": [
- {
- "cardId": "0dd926fe-1ca2-11ed-861d-0242ac120002",
- "cardHolder": {
- "personId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "identifiers": [
- {
- "schemeName": "SocialSecurityNumber",
- "number": "123-45-6789",
- "issuer": "Baltimore",
- "country": "US",
- "countrySubdivisionCode": "AR-B",
- "issueDate": "2022-04-17",
- "applyDate": "2022-04-17",
- "expirationDate": "2022-04-17",
- "verificationDate": "2022-04-17",
- "foreingIDIndicator": true,
- "taxIDIndicator": true,
- "displayOption": "string"
}
], - "name": "Jane Birkin",
- "shortName": "Jane",
- "placeAndDateOfBirth": {
- "countrySubdivision": "Oregon",
- "townName": "San Diego",
- "country": "US",
- "birthDate": "2022-04-17"
}, - "gender": "Female",
- "status": "GoodStanding",
- "coveredByMilitaryLendingActIndicator": true,
- "militaryMemberIndicator": true,
- "militaryPeriod": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "audit": {
- "status": "string",
- "creationDate": "2022-04-17",
- "lastModificacionChannel": "Email",
- "lastModificationDate": "2022-04-17",
- "channels": [
- {
- "lastActivityDate": "2022-04-17",
- "name": "Email",
- "activityType": "string",
- "amount": "100"
}
]
}, - "postalAddresses": [
- {
- "addressCode": "string",
- "addressBookIndicator": "string",
- "addressType": "Postal",
- "addressPurpose": "Billing",
- "primaryIndicator": true,
- "careOf": "C/O Company Name",
- "department": "A",
- "subDepartment": "B",
- "streetName": "First Street",
- "firstCrossStreetName": "string",
- "secondCrossStreetName": "Second Street",
- "buildingNumber": "11407",
- "buildingName": "Tall Tower",
- "floor": "20",
- "postBox": "MY779",
- "room": "22",
- "postCode": "97062-6884",
- "carrierRoute": "C001",
- "censusTract": "12345",
- "censusBlock": "1234",
- "cBSACode": "49780",
- "cBSAType": "MSA",
- "foreignIndicator": true,
- "townName": "San Diego",
- "townLocationName": "Clackamas",
- "districtName": "Columbia",
- "countyName": "Cook",
- "countrySubDivision": "Oregon",
- "countrySubDivisionCode": "AR-B",
- "country": "US",
- "addressLine": [
- "11407 Sw Amu st, Suite MY777"
], - "temporaryIndicator": true,
- "period": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "codes": [
- {
- "name": null,
- "value": null,
- "description": null
}
], - "identifiers": [
- {
- "number": null,
- "schemeName": null,
- "issuer": null,
- "issueDate": null,
- "expirationDate": null
}
]
}
], - "structuredName": {
- "firstName": "Mary",
- "middleName": "Joe",
- "lastName": "Smith",
- "middleInitial": "J.",
- "suffix": "PhD",
- "prefix": "Dr."
}, - "phones": [
- {
- "number": "+1-555-1234567",
- "extension": "strin",
- "country": "str",
- "phoneType": "string",
- "phonePurpose": "string",
- "foreignIndicator": true,
- "primaryIndicator": true,
- "preferredHourOfDay": {
- "hour": "12",
- "timeZone": "Pacific",
- "timeOfTheDay": "string"
}, - "comment": "This is a description.",
- "period": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "codes": [
- {
- "name": null,
- "value": null,
- "description": null
}
], - "identifiers": [
- {
- "number": null,
- "schemeName": null,
- "issuer": null,
- "issueDate": null,
- "expirationDate": null
}
], - "lastUpdatedDate": "2022-04-17T08:00:00Z"
}
], - "emails": [
- {
- "emailAddress": "string",
- "emailPurpose": "Statements",
- "primaryIndicator": true,
- "identifiers": [
- {
- "number": null,
- "schemeName": null,
- "issuer": null,
- "issueDate": null,
- "expirationDate": null
}
], - "lastUpdatedDate": "2022-04-17T08:00:00Z"
}
], - "employeeIndicator": true
}, - "identifiers": [
- {
- "number": "string",
- "schemeName": "MemberNumber",
- "issuer": "string"
}
], - "productId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "number": "1234567890123456789",
- "cardHolderType": "Primary",
- "fundingSourceType": "Credit",
- "businessIndicator": true,
- "cardBranchId": "SEA_1",
- "startDate": "2022-04-17",
- "expiryDate": "2022-12",
- "relatedAccounts": [
- {
- "accountRelationType": "Child",
- "accountId": "033-DDA-123456",
- "accountNumber": "012345678",
- "accountType": "Checking",
- "name": "Hermes PD_CA 0002",
- "balances": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "balanceName": "Available",
- "amount": "100",
- "count": 0,
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z",
- "codes": [
- null
]
}
]
}
], - "status": "Active",
- "statusDate": "2022-04-17T08:00:00Z",
- "statusReasons": [
- "Active"
], - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
], - "balances": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "balanceName": "Available",
- "amount": "100",
- "count": 0,
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
], - "spotDates": [
- {
- "name": "Expiration",
- "date": "2022-04-17T08:00:00Z"
}
], - "partyId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "partyType": "Person",
- "partyName": "Jane Birkin",
- "partyRelationType": "PrimaryServicerOfficer",
- "effectiveDate": "2022-04-17T08:00:00Z",
- "partyRelationDescription": "This is a description.",
- "ownershipPercentage": "25"
}
], - "relatedAccounts": [
- {
- "accountRelationType": "Child",
- "accountId": "033-DDA-123456",
- "accountNumber": "012345678",
- "accountType": "Checking",
- "name": "Hermes PD_CA 0002",
- "balances": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "balanceName": "Available",
- "amount": "100",
- "count": 0,
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
]
}
], - "postalAddresses": [
- {
- "addressCode": "string",
- "addressBookIndicator": "string",
- "addressType": "Postal",
- "addressPurpose": "Billing",
- "primaryIndicator": true,
- "careOf": "C/O Company Name",
- "department": "A",
- "subDepartment": "B",
- "streetName": "First Street",
- "firstCrossStreetName": "string",
- "secondCrossStreetName": "Second Street",
- "buildingNumber": "11407",
- "buildingName": "Tall Tower",
- "floor": "20",
- "postBox": "MY779",
- "room": "22",
- "postCode": "97062-6884",
- "carrierRoute": "C001",
- "censusTract": "12345",
- "censusBlock": "1234",
- "cBSACode": "49780",
- "cBSAType": "MSA",
- "foreignIndicator": true,
- "townName": "San Diego",
- "townLocationName": "Clackamas",
- "districtName": "Columbia",
- "countyName": "Cook",
- "countrySubDivision": "Oregon",
- "countrySubDivisionCode": "AR-B",
- "country": "US",
- "addressLine": [
- "11407 Sw Amu st, Suite MY777"
], - "temporaryIndicator": true,
- "period": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
]
}
], - "relationshipId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "relationshipLeadIndicator": true,
- "residenceType": "Domestic",
- "taxInformation": {
- "tIN": "778-62-8144",
- "taxIdType": "SocialSecurityNumber",
- "financialReportingIndicator": true,
- "taxReportingIndicator": true,
- "interestReportingIndicator": true,
- "tINStatus": "Valid",
- "tINVerification": {
- "verificationAttemps": 1,
- "bNoticeDates": [
- "2022-04-17"
], - "tINResultCode": "str",
- "verificationDate": "2022-04-17",
- "applicationDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}, - "taxStatus": "Exempt",
- "exemptionCode": "0",
- "exemptionReason": "This is a description.",
- "forms": [
- {
- "formName": "W-8",
- "taxRate": "100",
- "onFileIndicator": true,
- "taxStatus": "Exempt",
- "certificationDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "regulations": [
- {
- "name": "Chapter4",
- "section": "1471"
}
], - "withholdings": [
- {
- "withholdingTaxType": "NonResidentAlienTax",
- "withholdingRate": "25",
- "taxStatus": "string",
- "withholdingAmount": "100"
}
], - "foreignIndicator": true,
- "codes": [
- {
- "name": "string",
- "value": "str"
}
], - "recipientGIIN": "ADN123.FG4FE3.LE.999",
- "recipientPostCode": "string",
- "recipientTownName": "San Diego",
- "countrySubDivisionCode": "AR-B",
- "country": "st",
- "supplementaryData": { }
}, - "powerOfAttorney": {
- "documentId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "documentReference": "string",
- "format": "PDF",
- "title": "This is a Title.",
- "version": "string",
- "signOffDate": "2022-04-17",
- "issueDate": "2022-04-17",
- "purpose": "string",
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "jurisdiction": {
- "countrySubdivision": "Oregon",
- "townName": "San Diego",
- "country": "US"
}, - "contact": {
- "structuredName": {
- "firstName": "Mary",
- "middleName": "Joe",
- "lastName": "Smith",
- "middleInitial": "J.",
- "suffix": "PhD",
- "prefix": "Dr."
}, - "name": "Jane Birkin",
- "firstContactDate": "2022-04-17T08:00:00Z",
- "lastContactDate": "2022-04-17T08:00:00Z",
- "phones": [
- {
- "number": "+1-555-1234567",
- "extension": "strin",
- "country": "str",
- "phoneType": "string",
- "phonePurpose": "string",
- "foreignIndicator": true,
- "primaryIndicator": true,
- "preferredHourOfDay": {
- "hour": "12",
- "timeZone": "Pacific",
- "timeOfTheDay": "string"
}, - "comment": "This is a description.",
- "period": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "lastUpdatedDate": "2022-04-17T08:00:00Z"
}
], - "emails": [
- {
- "emailAddress": "string",
- "emailPurpose": "Statements",
- "primaryIndicator": true,
- "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "lastUpdatedDate": "2022-04-17T08:00:00Z"
}
], - "jobTitle": "Head of Documentation",
- "department": "Sales",
- "communicationChannels": [
- {
- "channel": "Email",
- "channelIdentification": "011-02010020202",
- "channelPurpose": "PrivacyNotices",
- "codeWord": "string",
- "alertIndicator": null,
- "personId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "status": "Warning",
- "primaryIndicator": true,
- "leadTime": {
- "unit": "Months",
- "value": 999
}, - "alertText": "This is a description.",
- "contactDates": [
- {
- "name": "Expiration",
- "date": "2022-04-17T08:00:00Z"
}
], - "contactCount": 0
}
], - "preferredMethod": "Email",
- "preferredLanguage": "English"
}, - "parties": {
- "partyId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "partyType": "Person",
- "partyName": "Jane Birkin"
}, - "authorizedPerson": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "authorizedAccount": "033-DDA-123456"
}, - "supplementaryData": { },
- "excludeMarketingIndicator": true,
- "audit": {
- "status": "string",
- "creationDate": "2022-04-17",
- "lastModificacionChannel": "Email",
- "lastModificationDate": "2022-04-17",
- "channels": [
- {
- "lastActivityDate": "2022-04-17",
- "name": "Email",
- "activityType": "string",
- "amount": "100"
}
]
}, - "restrictions": [
- {
- "name": "WireTransferIn",
- "restrictionPurpose": "This is a description.",
- "enableIndicator": true,
- "disableConditions": [
- "LessThanMinAmount"
], - "validFrom": "2022-04-17",
- "validUntil": "2022-04-17",
- "status": "Pending"
}
], - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "print": {
- "displayOptions": [
- "string"
], - "printOptions": [
- {
- "name": "string",
- "options": [
- "string"
]
}
]
}, - "products": [
- {
- "productId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "name": "Visa Business Card",
- "description": "This is a description.",
- "productType": "PaymentCard",
- "productSubType": "BusinessCard",
- "restrictions": [
- {
- "name": "WireTransferIn",
- "restrictionPurpose": "This is a description.",
- "enableIndicator": true,
- "disableConditions": [
- "LessThanMinAmount"
], - "validFrom": "2022-04-17",
- "validUntil": "2022-04-17",
- "status": "Pending"
}
], - "projectedDates": [
- {
- "name": "Expiration",
- "date": "2022-04-17T08:00:00Z"
}
], - "limits": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "name": "CreditLimit",
- "limitType": "DirectDebit",
- "channelType": "string",
- "amount": "100",
- "currency": "USD",
- "number": 0,
- "enableIndicator": true,
- "feesConsentIndicator": true,
- "percentageIndicator": true,
- "percentage": "25",
- "temporaryIndicator": true,
- "validityPeriod": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "periodicity": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "usedAmount": "100",
- "usedNumber": 0,
- "usedPercentage": "25",
- "status": "Requested",
- "statusDateAndtime": "2022-04-17T08:00:00Z",
- "history": {
- "originalAmount": "100",
- "originalLimitType": "DirectDebit",
- "details": [
- {
- "amount": "100",
- "enabledDate": "2022-04-17T08:00:00Z",
- "disableDate": "2022-04-17T08:00:00Z"
}
]
}, - "balances": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "balanceName": "Available",
- "amount": "100",
- "count": 0,
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
], - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "accessConditions": [
- "LessThanMinAmount"
], - "notificationOptions": [
- "Exception"
], - "payments": [
- {
- "frequency": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "paymentType": "Compound",
- "paymentTypeOptions": [
- "Primary"
], - "paymentName": "string",
- "accountId": "033-DDA-123456",
- "referenceNumber": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "paymentDate": "2022-04-17",
- "lastPaid": "100",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
]
}
], - "parties": [
- "ParentProvider"
], - "status": "GoodStanding",
- "statusDateAndTime": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "supplementaryData": { }
}
], - "statement": {
- "frequency": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "communicationMethod": "Email",
- "format": "PDF",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "templateCode": "1",
- "lastStatementPeriod": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string"
}, - "nextStatementPeriod": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string"
}, - "lastStatementDate": "2022-04-17",
- "previousStatementDate": "2022-04-17",
- "lastRegularStatementDate": "2022-04-17",
- "truncationOptions": [
- "ItemsIncluded"
], - "accountNameIndicator": true,
- "balances": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "balanceName": "Available",
- "amount": "100",
- "count": 0,
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
], - "preferredLanguage": "English",
- "combineType": "SavingsSatement",
- "category": "BalanceSheet",
- "subcategory": "Cash",
- "profitabilityModelId": "1",
- "lastIRAStatementDate": "2022-04-17"
}, - "placeAndDateOfBirth": {
- "countrySubdivision": "Oregon",
- "townName": "San Diego",
- "country": "US",
- "birthDate": "2022-04-17"
}, - "signature": {
- "0": 83,
- "1": 109,
- "2": 70,
- "3": 117,
- "4": 90,
- "5": 83,
- "6": 66,
- "7": 67,
- "8": 97,
- "9": 88,
- "10": 74,
- "11": 114,
- "12": 97,
- "13": 87,
- "14": 52,
- "15": 61
}, - "signatureVerificationId": "0dd926fe-1ca2-11ed-861d-0242ac120002",
- "contact": {
- "structuredName": {
- "firstName": "Mary",
- "middleName": "Joe",
- "lastName": "Smith",
- "middleInitial": "J.",
- "suffix": "PhD",
- "prefix": "Dr."
}, - "name": "Jane Birkin",
- "firstContactDate": "2022-04-17T08:00:00Z",
- "lastContactDate": "2022-04-17T08:00:00Z",
- "phones": [
- {
- "number": "+1-555-1234567",
- "extension": "strin",
- "country": "str",
- "phoneType": "string",
- "phonePurpose": "string",
- "foreignIndicator": true,
- "primaryIndicator": true,
- "preferredHourOfDay": {
- "hour": "12",
- "timeZone": "Pacific",
- "timeOfTheDay": "string"
}, - "comment": "This is a description.",
- "period": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "lastUpdatedDate": "2022-04-17T08:00:00Z"
}
], - "emails": [
- {
- "emailAddress": "string",
- "emailPurpose": "Statements",
- "primaryIndicator": true,
- "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "lastUpdatedDate": "2022-04-17T08:00:00Z"
}
], - "jobTitle": "Head of Documentation",
- "department": "Sales",
- "communicationChannels": [
- {
- "channel": "Email",
- "channelIdentification": "011-02010020202",
- "channelPurpose": "PrivacyNotices",
- "codeWord": "string",
- "alertIndicator": null,
- "personId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "status": "Warning",
- "primaryIndicator": true,
- "leadTime": {
- "unit": "Months",
- "value": 999
}, - "alertText": "This is a description.",
- "contactDates": [
- {
- "name": "Expiration",
- "date": "2022-04-17T08:00:00Z"
}
], - "contactCount": 0
}
], - "preferredMethod": "Email",
- "preferredLanguage": "English"
}, - "headOfHousehold": true,
- "civilStatus": "Single",
- "structuredName": {
- "firstName": "Mary",
- "middleName": "Joe",
- "lastName": "Smith",
- "middleInitial": "J.",
- "suffix": "PhD",
- "prefix": "Dr."
}, - "gender": "Female",
- "race": "Director",
- "profession": "Artist",
- "jobTitle": "Head of Documentation",
- "educationLevel": null,
- "residentialStatus": "Permanent",
- "immigrationStatus": "Permanent",
- "minorIndicator": true,
- "citizenships": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "country": "US"
}
], - "countryOfResidence": "US",
- "profile": {
- "riskLevel": "Permanent",
- "riskCategories": [
- {
- "name": "StandardAndPoors",
- "level": "Permanent",
- "date": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
], - "bSARiskCode": 0,
- "creditReview": {
- "frequency": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "lastReviewDate": "2022-04-17T08:00:00Z",
- "nextReviewDate": "2022-04-17T08:00:00Z",
- "creditQuality": "UpperMediumGrade",
- "creditRankingScales": [
- {
- "name": "StandardAndPoors",
- "score": "AAA",
- "date": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
], - "creditReportAddressIndicatorCode": "string",
- "creditReportAddressIndicatorDate": "2022-04-17T08:00:00Z",
- "consumerCreditReportInformation": "This is a description.",
- "consumerCreditReportDate": "2022-04-17T08:00:00Z"
}, - "creditBureauReportCode": "30",
- "eCOACode": "string",
- "cTRExemptIndicator": true,
- "oFACReportingIndicator": true,
- "previousFinancialInstitution": "Jane Birkin",
- "referredByWhom": "Jane Birkin",
- "moneyLaunderingCheck": "AuthorizedCredit",
- "knowYourCustomerCheck": "Ordinary",
- "timeAtCurrentAddress": {
- "unit": "Months",
- "value": 999
}, - "dateAtCurrentAddress": "2022-04-17",
- "yearsAtCurrentAddress": 0,
- "sourceOfWealth": "This is a description.",
- "politicalAffiliation": "string",
- "lostCustomerDate": "2022-04-17",
- "lostCustomerReason": "Deceased",
- "customerType": "Consumer",
- "servicerAlerts": [
- {
- "alertName": "CreditBureauAlert",
- "alertType": "Warning",
- "alertCode": "string",
- "message": "This is a description.",
- "lastAlertDate": "2022-04-17"
}
], - "insiderType": "Director",
- "privacyNoticedIndicator": true,
- "privacyNoticeOption": "string",
- "customerIdentificationProgram": {
- "certificateDocument": [
- "IdentityCard"
], - "certificationStatus": "CertifiedLevel1",
- "certificationDate": "2022-04-17T08:00:00Z",
- "certificationFrequency": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}
}, - "customerConductClassification": "string",
- "familyMedicalInsuranceIndicator": true,
- "militaryMemberIndicator": true,
- "militaryPeriod": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "salaryRange": {
- "minAmount": "100",
- "maxAmount": "100"
}, - "residenceValue": "100",
- "residenceMortage": "100",
- "employmentStatus": "string",
- "vIPStatus": "Elite",
- "employments": [
- {
- "employingPartyName": "Jane Birkin",
- "jobTitle": "Head of Documentation",
- "profession": "Artist",
- "employmentStatus": "string",
- "professionCode": {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}, - "employeeTerminationIndicator": false,
- "lengthOfEmployment": {
- "unit": "Months",
- "value": 999
}, - "endDate": "2022-04-17",
- "startDate": "2022-04-17",
- "place": {
- "countrySubdivision": "Oregon",
- "townName": "San Diego",
- "country": "US"
}
}
], - "employeeIndicator": true,
- "annualIncome": "100",
- "monthlyIncome": "100",
- "grossMonthPayAmount": "100",
- "netMonthPayAmount": "100",
- "monthPayDate": "2022-04-17T08:00:00Z",
- "yearsOfEducation": 0,
- "politicallyExposedPerson": true,
- "identityTheftServiceIndicator": true,
- "identityQuestions": [
- {
- "question": "This is a description.",
- "questionId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "identityQuestionType": "FavoriteColor",
- "answer": "This is a description.",
- "message": "This is a description."
}
], - "coveredByMilitaryLendingActIndicator": true
}, - "personId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "status": "GoodStanding",
- "users": [
- {
- "personId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "userId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "userName": "Jane Birkin",
- "purpose": "This is a description.",
- "audit": {
- "status": "string",
- "creationDate": "2022-04-17",
- "lastModificacionChannel": "Email",
- "lastModificationDate": "2022-04-17",
- "channels": [
- {
- "lastActivityDate": "2022-04-17",
- "name": "Email",
- "activityType": "string",
- "amount": "100"
}
]
}
}
], - "documents": [
- {
- "documentId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "documentReference": "string",
- "format": "PDF",
- "title": "This is a Title.",
- "version": "string",
- "signOffDate": "2022-04-17",
- "issueDate": "2022-04-17",
- "purpose": "string"
}
], - "cards": [
- {
- "cardId": "0dd926fe-1ca2-11ed-861d-0242ac120002",
- "cardHolder": {
- "personId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "identifiers": [
- {
- "schemeName": "SocialSecurityNumber",
- "number": "123-45-6789",
- "issuer": "Baltimore",
- "country": "US",
- "countrySubdivisionCode": "AR-B",
- "issueDate": "2022-04-17",
- "applyDate": "2022-04-17",
- "expirationDate": "2022-04-17",
- "verificationDate": "2022-04-17",
- "foreingIDIndicator": true,
- "taxIDIndicator": true,
- "displayOption": "string"
}
], - "name": "Jane Birkin",
- "shortName": "Jane",
- "placeAndDateOfBirth": {
- "countrySubdivision": "Oregon",
- "townName": "San Diego",
- "country": "US",
- "birthDate": "2022-04-17"
}, - "gender": "Female",
- "status": "GoodStanding",
- "coveredByMilitaryLendingActIndicator": true,
- "militaryMemberIndicator": true,
- "militaryPeriod": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "audit": {
- "status": "string",
- "creationDate": "2022-04-17",
- "lastModificacionChannel": "Email",
- "lastModificationDate": "2022-04-17",
- "channels": [
- {
- "lastActivityDate": "2022-04-17",
- "name": "Email",
- "activityType": "string",
- "amount": "100"
}
]
}, - "postalAddresses": [
- {
- "addressCode": "string",
- "addressBookIndicator": "string",
- "addressType": "Postal",
- "addressPurpose": "Billing",
- "primaryIndicator": true,
- "careOf": "C/O Company Name",
- "department": "A",
- "subDepartment": "B",
- "streetName": "First Street",
- "firstCrossStreetName": "string",
- "secondCrossStreetName": "Second Street",
- "buildingNumber": "11407",
- "buildingName": "Tall Tower",
- "floor": "20",
- "postBox": "MY779",
- "room": "22",
- "postCode": "97062-6884",
- "carrierRoute": "C001",
- "censusTract": "12345",
- "censusBlock": "1234",
- "cBSACode": "49780",
- "cBSAType": "MSA",
- "foreignIndicator": true,
- "townName": "San Diego",
- "townLocationName": "Clackamas",
- "districtName": "Columbia",
- "countyName": "Cook",
- "countrySubDivision": "Oregon",
- "countrySubDivisionCode": "AR-B",
- "country": "US",
- "addressLine": [
- "11407 Sw Amu st, Suite MY777"
], - "temporaryIndicator": true,
- "period": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
]
}
], - "structuredName": {
- "firstName": "Mary",
- "middleName": "Joe",
- "lastName": "Smith",
- "middleInitial": "J.",
- "suffix": "PhD",
- "prefix": "Dr."
}, - "phones": [
- {
- "number": "+1-555-1234567",
- "extension": "strin",
- "country": "str",
- "phoneType": "string",
- "phonePurpose": "string",
- "foreignIndicator": true,
- "primaryIndicator": true,
- "preferredHourOfDay": {
- "hour": "12",
- "timeZone": "Pacific",
- "timeOfTheDay": "string"
}, - "comment": "This is a description.",
- "period": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "lastUpdatedDate": "2022-04-17T08:00:00Z"
}
], - "emails": [
- {
- "emailAddress": "string",
- "emailPurpose": "Statements",
- "primaryIndicator": true,
- "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "lastUpdatedDate": "2022-04-17T08:00:00Z"
}
], - "employeeIndicator": true
}, - "identifiers": [
- {
- "number": "string",
- "schemeName": "MemberNumber",
- "issuer": "string"
}
], - "productId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "number": "1234567890123456789",
- "cardHolderType": "Primary",
- "fundingSourceType": "Credit",
- "businessIndicator": true,
- "cardBranchId": "SEA_1",
- "startDate": "2022-04-17",
- "expiryDate": "2022-12",
- "relatedAccounts": [
- {
- "accountRelationType": "Child",
- "accountId": "033-DDA-123456",
- "accountNumber": "012345678",
- "accountType": "Checking",
- "name": "Hermes PD_CA 0002",
- "balances": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "balanceName": "Available",
- "amount": "100",
- "count": 0,
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
]
}
], - "status": "Active",
- "statusDate": "2022-04-17T08:00:00Z",
- "statusReasons": [
- "Active"
], - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
]
}
Retrieves Card Holder Transactions
Authorizations:
path Parameters
cardId required | string (Id) [ 1 .. 36 ] characters Example: 5fb9d4d6-1a3c-11ed-861d-0242ac120002 Card Identification |
query Parameters
transactionId.eq | string (TransactionId) [ 1 .. 36 ] characters Example: transactionId.eq=0dd926fe-1ca2-11ed-861d-0242ac120002 Unique reference as assigned by the account servicing institution to unambiguously identify the transaction. |
amount.lte | string (Amount) <= 23 characters ^-?([0]|([1-9][0-9]{0,12}))([.][0-9]{0,8})?$ Example: amount.lte=100 Number of monetary units where the size of the decimal part is defined by the currency. Note: total number of digits: 21 number of digits in fractional part: 8 maxInclusive: 9999999999999.99999999 minInclusive: -9999999999999.99999999 |
amount.gte | string (Amount) <= 23 characters ^-?([0]|([1-9][0-9]{0,12}))([.][0-9]{0,8})?$ Example: amount.gte=100 Number of monetary units where the size of the decimal part is defined by the currency. Note: total number of digits: 21 number of digits in fractional part: 8 maxInclusive: 9999999999999.99999999 minInclusive: -9999999999999.99999999 |
creationDate.lte | string <date> (Date) Example: creationDate.lte=2022-04-17 Input cycle date less than or equal |
creationDate.gte | string <date> (Date) Example: creationDate.gte=2022-04-17 Input cycle date greater than or equal |
cursor | string Specifies an opaque string value ( "no meaning" string value) at which start retrieving transactions. For instance, limit=5&cursor=62aef884fbe3470ce7d9a92140b09b17 |
limit | string Specifies the number of resources to return in one request, specified as an integer from 1 to 100. |
header Parameters
servicerId | string (Id) [ 1 .. 36 ] characters Example: 5fb9d4d6-1a3c-11ed-861d-0242ac120002 Account Servicer Identification (Bank) |
Pagination-Cursor required | string Pagination Cursor |
Pagination-Total required | string Total number of resources. |
Core-Content-Mode | string <SUMMARIZED|DETAILED> Indicates how the API requests the content against the core content capabilities. SUMMARIZED: Significant aspects of the content in detail. DETAILED: Expanded or enriched fields. |
Responses
Response samples
- 200
- 400
- 500
[- {
- "paymentId": "0dd926fe-1ca2-11ed-861d-0242ac120002",
- "reversalIndicator": true,
- "remittanceInformation": {
- "remittanceNumber": "string",
- "documentType": "string"
}, - "identifiers": [
- {
- "number": "string",
- "schemeName": "UETR",
- "issuer": "Banc of California"
}
], - "valueDate": "2022-04-17T08:00:00Z",
- "bookingDate": "2022-04-17T08:00:00Z",
- "charges": [
- {
- "name": "CardLatePayment",
- "description": "This is a description.",
- "amount": "100",
- "adjustment": "100"
}
], - "interests": [
- {
- "name": "Deposit",
- "amount": "100"
}
], - "transactionId": "0dd926fe-1ca2-11ed-861d-0242ac120002",
- "creationDate": "2022-04-17T08:00:00Z",
- "amount": "100",
- "creditDebitIndicator": "Credit",
- "description": "This is a description.",
- "status": "Booked",
- "statusDescription": "This is a Title.",
- "codes": [
- {
- "codeType": "DetailBAI",
- "name": "string",
- "value": "195",
- "description": "This is a Title."
}
], - "currentBalance": "100",
- "supplementaryData": { },
- "check": {
- "checkType": "string",
- "amount": "100",
- "currency": "USD",
- "checkNumber": "string",
- "issuer": "Jhon Smith",
- "availabilityDate": "2022-04-17T08:00:00Z",
- "availabilityFloat": "string",
- "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}, - "card": {
- "cardId": "0dd926fe-1ca2-11ed-861d-0242ac120002",
- "cardNumber": "1234567890123456789",
- "merchantCategoryCode": "482",
- "merchantName": "Food Store",
- "merchantAddress": {
- "addressCode": "string",
- "addressBookIndicator": "string",
- "addressType": "Postal",
- "addressPurpose": "Billing",
- "primaryIndicator": true,
- "careOf": "C/O Company Name",
- "department": "A",
- "subDepartment": "B",
- "streetName": "First Street",
- "firstCrossStreetName": "string",
- "secondCrossStreetName": "Second Street",
- "buildingNumber": "11407",
- "buildingName": "Tall Tower",
- "floor": "20",
- "postBox": "MY779",
- "room": "22",
- "postCode": "97062-6884",
- "carrierRoute": "C001",
- "censusTract": "12345",
- "censusBlock": "1234",
- "cBSACode": "49780",
- "cBSAType": "MSA",
- "foreignIndicator": true,
- "townName": "San Diego",
- "townLocationName": "Clackamas",
- "districtName": "Columbia",
- "countyName": "Cook",
- "countrySubDivision": "Oregon",
- "countrySubDivisionCode": "AR-B",
- "country": "US",
- "addressLine": [
- "11407 Sw Amu st, Suite MY777"
], - "temporaryIndicator": true,
- "period": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
]
}, - "offerId": "101854",
- "offerTitle": "Save 20%"
}
}
]
Retrieves personal loan exposure.
Authorizations:
path Parameters
personId required | string (Id) [ 1 .. 36 ] characters Example: 5fb9d4d6-1a3c-11ed-861d-0242ac120002 Person Identification |
header Parameters
servicerId | string (Id) [ 1 .. 36 ] characters Example: 5fb9d4d6-1a3c-11ed-861d-0242ac120002 Account Servicer Identification (Bank) |
servicerBranchId | string (ServicerBranchId) [ 1 .. 36 ] characters Example: SEA_1 Identification of the account servicer institution at branch level or center level. |
Responses
Response samples
- 200
- 400
- 404
- 500
{- "personId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "personName": "Jane Birkin",
- "personStatus": "GoodStanding",
- "taxInformation": {
- "tIN": "778-62-8144",
- "taxIdType": "SocialSecurityNumber",
- "financialReportingIndicator": true,
- "taxReportingIndicator": true,
- "interestReportingIndicator": true,
- "tINStatus": "Valid",
- "tINVerification": {
- "verificationAttemps": 1,
- "bNoticeDates": [
- "2022-04-17"
], - "tINResultCode": "str",
- "verificationDate": "2022-04-17",
- "applicationDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}, - "taxStatus": "Exempt",
- "exemptionCode": "0",
- "exemptionReason": "This is a description.",
- "forms": [
- {
- "formName": "W-8",
- "taxRate": "100",
- "onFileIndicator": true,
- "taxStatus": "Exempt",
- "certificationDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "regulations": [
- {
- "name": "Chapter4",
- "section": "1471"
}
], - "withholdings": [
- {
- "withholdingTaxType": "NonResidentAlienTax",
- "withholdingRate": "25",
- "taxStatus": "string",
- "withholdingAmount": "100"
}
], - "foreignIndicator": true,
- "codes": [
- {
- "name": "string",
- "value": "str"
}
], - "recipientGIIN": "ADN123.FG4FE3.LE.999",
- "recipientPostCode": "string",
- "recipientTownName": "San Diego",
- "countrySubDivisionCode": "AR-B",
- "country": "st",
- "supplementaryData": { }
}, - "creditRankingScales": [
- {
- "name": "StandardAndPoors",
- "score": "AAA",
- "date": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
], - "balances": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "balanceName": "Available",
- "amount": "100",
- "count": 0,
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
], - "loans": [
- {
- "loanId": "033-DDA-123456",
- "status": "Withdrawn",
- "statusDateAndTime": "2022-04-17T08:00:00Z",
- "qualityScore": "string",
- "openDate": "2022-04-17",
- "fundedDate": "2022-04-17",
- "ownershipType": "SingleOwnerAccount",
- "productId": "PD_CA_0002",
- "name": "Hermes PD_CA 0002",
- "currency": "USD",
- "parties": [
- {
- "partyId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "partyType": "Person",
- "partyAccountRole": "AccountOwner",
- "partyAccountRoleCode": "50",
- "partyName": "Jane Birkin",
- "employeeIndicator": true
}
], - "principalAmount": "100",
- "interestAmount": "100",
- "maturityDate": "2022-04-17",
- "projectedDates": [
- {
- "name": "Expiration",
- "date": "2022-04-17T08:00:00Z"
}
], - "pastDates": [
- {
- "name": "Expiration",
- "date": "2022-04-17T08:00:00Z"
}
], - "restrictions": [
- {
- "name": "WireTransferIn",
- "restrictionPurpose": "This is a description.",
- "enableIndicator": true,
- "disableConditions": [
- "LessThanMinAmount"
], - "validFrom": "2022-04-17",
- "validUntil": "2022-04-17",
- "status": "Pending"
}
], - "limits": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "name": "CreditLimit",
- "limitType": "DirectDebit",
- "channelType": "string",
- "amount": "100",
- "currency": "USD",
- "number": 0,
- "enableIndicator": true,
- "feesConsentIndicator": true,
- "percentageIndicator": true,
- "percentage": "25",
- "temporaryIndicator": true,
- "validityPeriod": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "periodicity": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "usedAmount": "100",
- "usedNumber": 0,
- "usedPercentage": "25",
- "status": "Requested",
- "statusDateAndtime": "2022-04-17T08:00:00Z",
- "history": {
- "originalAmount": "100",
- "originalLimitType": "DirectDebit",
- "details": [
- {
- "amount": "100",
- "enabledDate": "2022-04-17T08:00:00Z",
- "disableDate": "2022-04-17T08:00:00Z"
}
]
}, - "balances": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "balanceName": "Available",
- "amount": "100",
- "count": 0,
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
], - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "accessConditions": [
- "LessThanMinAmount"
], - "notificationOptions": [
- "Exception"
], - "payments": [
- {
- "frequency": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "paymentType": "Compound",
- "paymentTypeOptions": [
- "Primary"
], - "paymentName": "string",
- "accountId": "033-DDA-123456",
- "referenceNumber": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "paymentDate": "2022-04-17",
- "lastPaid": "100",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
]
}
], - "interests": [
- {
- "name": "Deposit",
- "code": "string",
- "enableIndicator": true,
- "dayCountBasis": "Actual360",
- "calculationMethodOption": "LastInterest",
- "nextInterestDate": "2022-04-17",
- "term": {
- "unit": "Months",
- "value": 999
}, - "calculationFrequency": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "balances": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "balanceName": "Available",
- "amount": "100",
- "count": 0,
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
], - "rateName": "Actual",
- "rateTierName": "Actual",
- "percentage": "25",
- "amount": "100",
- "currency": "USD"
}
]
}
]
}
Retrieves a list of loan accounts matching the parameters.
Authorizations:
query Parameters
accountId.eq | string (Id) [ 1 .. 36 ] characters Example: accountId.eq=5fb9d4d6-1a3c-11ed-861d-0242ac120002 |
accountOwnershipType.eq | string |
loanType.eq | string |
loanBranchCode.eq | string |
status.eq | string <date> (Date) Example: status.eq=2022-04-17 A particular point in the progression of time in a calendar year expressed in the YYYY-MM-DD format. |
accountNumber.eq | string (AccountNumber) <= 30 characters Example: accountNumber.eq=012345678 The account number or Basic Bank Account Number (BBAN). A Basic Bank Account Number (BBAN) is a bank account number that includes the domestic bank code, branch identifier, and account number. It is a unique identifier for a bank account within a specific country. |
cursor | string Specifies an opaque string value ( "no meaning" string value) at which start retrieving transactions. For instance, limit=5&cursor=62aef884fbe3470ce7d9a92140b09b17 |
limit | string Specifies the number of resources to return in one request, specified as an integer from 1 to 100. |
header Parameters
servicerId | string (Id) [ 1 .. 36 ] characters Example: 5fb9d4d6-1a3c-11ed-861d-0242ac120002 Account Servicer Identification (Bank) |
servicerBranchId | string (ServicerBranchId) [ 1 .. 36 ] characters Example: SEA_1 Identification of the account servicer institution at branch level or center level. |
Pagination-Cursor required | string Pagination Cursor |
Pagination-Total required | string Total number of resources. |
Responses
Response samples
- 200
- 400
- 500
[- {
- "accountId": "033-DDA-123456",
- "accountNumber": "012345678",
- "accountBranchCode": "SEA_1",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "identifiers": [
- {
- "number": "string",
- "schemeName": "BBANIdentifier",
- "issuer": "string"
}
], - "accountType": "Checking",
- "ownershipType": "SingleOwnerAccount",
- "name": "Hermes PD_CA 0002",
- "accountPurpose": "This is a description.",
- "currency": "USD",
- "status": "Active",
- "parties": [
- {
- "partyId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "partyType": "Person",
- "partyAccountRole": "AccountOwner",
- "partyAccountRoleCode": "50",
- "partyName": "Jane Birkin",
- "employeeIndicator": true
}
], - "relatedAccounts": [
- {
- "accountRelationType": "Child",
- "accountId": "033-DDA-123456",
- "accountNumber": "012345678",
- "accountType": "Checking",
- "name": "Hermes PD_CA 0002",
- "balances": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "balanceName": "Available",
- "amount": "100",
- "count": 0,
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
]
}
], - "balances": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "balanceName": "Available",
- "amount": "100",
- "count": 0,
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
], - "audit": {
- "status": "string",
- "creationDate": "2022-04-17",
- "lastModificacionChannel": "Email",
- "lastModificationDate": "2022-04-17",
- "channels": [
- {
- "lastActivityDate": "2022-04-17",
- "name": "Email",
- "activityType": "string",
- "amount": "100"
}
]
}
}
]
Opens a Loan
Authorizations:
header Parameters
idempotencyId | string (Id) [ 1 .. 36 ] characters Example: 5fb9d4d6-1a3c-11ed-861d-0242ac120002 Idempotency identifier used by the client when making repeated calls |
servicerId | string (Id) [ 1 .. 36 ] characters Example: 5fb9d4d6-1a3c-11ed-861d-0242ac120002 Account Servicer Identification (Bank) |
servicerBranchId | string (ServicerBranchId) [ 1 .. 36 ] characters Example: SEA_1 Identification of the account servicer institution at branch level or center level. |
Request Body schema: application/json
accountBranchId | string (ServicerBranchId) [ 1 .. 36 ] characters Example: "SEA_1" Identification of the account servicer institution at branch level or center level. To overlay the codes to produce a unique identifier the following expresion is used: BranchRegionCode-BranchSubdivisionCode. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
accountNumber | string (AccountNumber) <= 30 characters Example: "012345678" The account number or Basic Bank Account Number (BBAN). A Basic Bank Account Number (BBAN) is a bank account number that includes the domestic bank code, branch identifier, and account number. It is a unique identifier for a bank account within a specific country. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
accountType | string (AccountType) [ 1 .. 35 ] characters Example: "Checking" Type of the account. Some possible ISO 20022 compliant values are: Checking, CardAccount, CashPayment, Charges, CashIncome, Commission, ClearingParticipantSettlementAccount, LimitedLiquiditySavingsAccount, MarginalLending, MoneyMarket, NonResidentExternal, Overdraft, OverNightDeposit, Settlement, Salary, Savings, Tax, TransactingAccount, CashTrading, VirtualAccount, CreditCard, DebitCard, Universal, Investment, EpurseCard, CertificateOfDeposit, MoneyMarketChecking, RetirementAccount, StockOrBond, PrePaid, FleetCard, Cash, DebitAccount, CreditAccount, Benefit, HealthSavingsAccount, FlexibleSpendingAccount, ForBenefitOf, Estate, ClientTrustAccount, LawyersTrustAccount, KeoghPlanAccount, UniformTransfersToMinorsAct, UniformGiftsToMinorsAct, ReserveFunds, SelfDirectedBrokerage, IRA, Annuity, ExternalAccount, Loan. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array of objects (RoutingNumber) | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array of objects (AccountIdentification) | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
loanBranchId | string (ServicerBranchId) [ 1 .. 36 ] characters Example: "SEA_1" Identification of the account servicer institution at branch level or center level. To overlay the codes to produce a unique identifier the following expresion is used: BranchRegionCode-BranchSubdivisionCode. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
loanType required | string (LoanType) [ 1 .. 35 ] characters Example: "Personal" Type of the account. Possible BIAN compliant values are:
Loan,
Personal,
Consumer, | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
recourseType | string (LoanRecourseType) [ 1 .. 35 ] characters Example: "FullRecourse" For indirect loans, the Recourse Code indicates the type of recourse that the financial institution has on the loan. Possible Values: NoRecourse, PartialRecourse, FullRecourse, FullRepurchase, PartialRepurchase, LimitedRepurchase, AsPerAgreement. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
balanceType | string (Balance Type) Example: "Asset" Account Balance Type. Possible Values: Asset, positive transaction amount increases balance; Liability, positive transaction amount decreases balance; Equity. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
lendingRelationType | string (LoanLendingRelationType) [ 1 .. 35 ] characters Example: "Direct" Type of lending relationship betweent the lender and the borrower. Possible Values: Direct, Dealer, BoughtParticipation, SoldParticipation, ServicedParticipation, Indirect. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
securedLoanIndicator | boolean Indicates whether the Loan is secure. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ownershipType required | string (AccountOwnershipType) [ 1 .. 35 ] characters Example: "SingleOwnerAccount" Specifies the type of account ownership. Possible ISO 20022 compliant values names are: JointAccountWithSurvivorshipRights, JointAccountInCommon, CustodialAccount, SingleOwnerAccount, JointAccount, Corporation, Organization, Business, FormalPartnership, FormalTrust, Nominee, NonProfitOrganization, NotForProfitOrganization, ForProfit, EUResidualEntity, USGovernmentOrganization, GovernmentOrganization, LimitedLiabilityCompany, RegisteredInvestmentCompany, Entrepreneurial, Unincorporated, LimitedPartnership, LimitedLiabilityPartnership, BareOwner, Usufructuary, Fiduciary, ServicerEmployeeAccount, BusinessTrust, FamilyTrust, Estate, PublicFunds, NonUSGovernmentOrganization, Church, Club. More general possible values: Direct, Indirect. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
productId | string (ProductId) [ 1 .. 36 ] characters Example: "PD_CA_0002" Identification of the product offered by a financial institution to its customers. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
name | string (AccountName) [ 1 .. 70 ] characters Example: "Hermes PD_CA 0002" Name of the account. It provides an additional means of identification, and is designated by the account servicer in agreement with the account owner. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
accountPurpose | string (Description) [ 1 .. 1025 ] characters Example: "This is a description." | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
currency | string (CurrencyCode) = 3 characters ^([A-Z]{3})?$ Example: "USD" Three contiguous letters for the representation of currencies and funds. Valid currency codes are registered with the ISO 4217 Maintenance Agency. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
object (LoanContract) Contract by which an amount of money in exchange for future repayment of the principal amount along with interest or other finance charges. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
required | Array of objects (AccountDetailedParty) | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array of objects (RelatedAccount) | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
principalAmount | string <= 23 characters ^([0]|([1-9][0-9]{0,12}))([.][0-9]{0,8})?$ Example: "100" Amount of money borrowed (excluding interest). | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
interestAmount | string <= 23 characters ^([0]|([1-9][0-9]{0,12}))([.][0-9]{0,8})?$ Example: "100" Interest on the principal amount. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
maturityDate | string <date> Example: "2022-04-17" Current final repayment date. The maturity date is automatically calculated based upon the first scheduled payment date, the scheduled payment frequency, and the number of payments. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
object (MortageLoan) Mortage information of a Loan | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
rateForecastDays | integer Adjustable Rate Mortgage (ARM) is a type of mortgage loan in which the interest rate changes periodically throughout the life of the loan. ARM Rate Forecast Days represent the number of days for which the lender provides a forecast of the ARM interest rate. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array of objects (SpotDate) | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array of objects (SpotDate) | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array of objects (Restriction) | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array of objects (Limit) | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array of objects (InterestCalculation) | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
object (FinancialStatement) Specifies financial statement details. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
object (AccountProfile) | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
supplementaryData | object (SupplementaryData) Additional information that cannot be captured in the structured elements and/or any other specific block. If this information need to be converted in ISO Messages, must be ISO 20022 compliant: it requires development of a compliant message extension model and its components must be registered in the ISO 20022 Data Dictionary. https://www.iso20022.org/catalogue-messages/additional-content-messages/supplementary-data |
Responses
Request samples
- Payload
{- "accountBranchId": "SEA_1",
- "accountNumber": "012345678",
- "accountType": "Checking",
- "routingNumbers": [
- {
- "number": "012345678",
- "routingNumberType": "ACH"
}
], - "identifiers": [
- {
- "number": "string",
- "schemeName": "BBANIdentifier",
- "issuer": "string"
}
], - "loanBranchId": "SEA_1",
- "loanType": "Personal",
- "recourseType": "FullRecourse",
- "balanceType": "Asset",
- "lendingRelationType": "Direct",
- "securedLoanIndicator": true,
- "ownershipType": "SingleOwnerAccount",
- "productId": "PD_CA_0002",
- "name": "Hermes PD_CA 0002",
- "accountPurpose": "This is a description.",
- "currency": "USD",
- "contract": {
- "documentId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "documentReference": "string",
- "format": "PDF",
- "title": "This is a Title.",
- "version": "string",
- "signOffDate": "2022-04-17",
- "issueDate": "2022-04-17",
- "purpose": "string",
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "jurisdiction": {
- "countrySubdivision": "Oregon",
- "townName": "San Diego",
- "country": "US"
}, - "contact": {
- "structuredName": {
- "firstName": "Mary",
- "middleName": "Joe",
- "lastName": "Smith",
- "middleInitial": "J.",
- "suffix": "PhD",
- "prefix": "Dr."
}, - "name": "Jane Birkin",
- "firstContactDate": "2022-04-17T08:00:00Z",
- "lastContactDate": "2022-04-17T08:00:00Z",
- "phones": [
- {
- "number": "+1-555-1234567",
- "extension": "strin",
- "country": "str",
- "phoneType": "string",
- "phonePurpose": "string",
- "foreignIndicator": true,
- "primaryIndicator": true,
- "preferredHourOfDay": {
- "hour": "12",
- "timeZone": "Pacific",
- "timeOfTheDay": "string"
}, - "comment": "This is a description.",
- "period": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "lastUpdatedDate": "2022-04-17T08:00:00Z"
}
], - "emails": [
- {
- "emailAddress": "string",
- "emailPurpose": "Statements",
- "primaryIndicator": true,
- "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "lastUpdatedDate": "2022-04-17T08:00:00Z"
}
], - "jobTitle": "Head of Documentation",
- "department": "Sales",
- "communicationChannels": [
- {
- "channel": "Email",
- "channelIdentification": "011-02010020202",
- "channelPurpose": "PrivacyNotices",
- "codeWord": "string",
- "alertIndicator": null,
- "personId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "status": "Warning",
- "primaryIndicator": true,
- "leadTime": {
- "unit": "Months",
- "value": 999
}, - "alertText": "This is a description.",
- "contactDates": [
- {
- "name": "Expiration",
- "date": "2022-04-17T08:00:00Z"
}
], - "contactCount": 0
}
], - "preferredMethod": "Email",
- "preferredLanguage": "English"
}, - "parties": {
- "partyId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "partyType": "Person",
- "partyName": "Jane Birkin"
}, - "contractType": "Regular",
- "amount": "100",
- "creditReduceByOptions": "string",
- "borrower": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "lender": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "maturityDate": "2022-04-17",
- "effectiveDate": "2022-04-17",
- "masterAgreement": {
- "accountId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "availableCredit": "100",
- "documentId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "documentReference": "string",
- "format": "PDF",
- "title": "This is a Title.",
- "version": "string",
- "signOffDate": "2022-04-17",
- "issueDate": "2022-04-17",
- "purpose": "string"
}, - "sencondLevelMasterAgreement": {
- "accountId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "availableCredit": "100",
- "documentId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "documentReference": "string",
- "format": "PDF",
- "title": "This is a Title.",
- "version": "string",
- "signOffDate": "2022-04-17",
- "issueDate": "2022-04-17",
- "purpose": "string"
}, - "collateral": {
- "totalValue": "100",
- "loanToValueRatio": "100",
- "requiredPledge": "100",
- "collaterals": [
- {
- "collateralId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "value": "100",
- "ineligibleAmount": "100",
- "ceilingAmount": "100",
- "netAppraisedValue": "100",
- "lastAppraisedDate": "2022-04-17T08:00:00Z",
- "lastReviewDate": "2022-04-17T08:00:00Z",
- "nextReviewDate": "2022-04-17T08:00:00Z",
- "purchasePrice": "100",
- "collateralType": "string",
- "disposalCostPercentage": "25",
- "maximumLoanAmountPercentage": "25",
- "marketMarginPercentage": "25",
- "underwritingRatioFormulas": [
- {
- "name": "string",
- "ratio": "100"
}
], - "liens": [
- {
- "name": "string",
- "amount": "100"
}
], - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "numberOfUnits": 0,
- "contract": {
- "documentId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "documentReference": "string",
- "format": "PDF",
- "title": "This is a Title.",
- "version": "string",
- "signOffDate": "2022-04-17",
- "issueDate": "2022-04-17",
- "purpose": "string",
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "jurisdiction": {
- "countrySubdivision": "Oregon",
- "townName": "San Diego",
- "country": "US"
}, - "contact": {
- "structuredName": {
- "firstName": "Mary",
- "middleName": "Joe",
- "lastName": "Smith",
- "middleInitial": "J.",
- "suffix": "PhD",
- "prefix": "Dr."
}, - "name": "Jane Birkin",
- "firstContactDate": "2022-04-17T08:00:00Z",
- "lastContactDate": "2022-04-17T08:00:00Z",
- "phones": [
- {
- "number": "+1-555-1234567",
- "extension": "strin",
- "country": "str",
- "phoneType": "string",
- "phonePurpose": "string",
- "foreignIndicator": true,
- "primaryIndicator": true,
- "preferredHourOfDay": {
- "hour": null,
- "timeZone": null,
- "timeOfTheDay": null
}, - "comment": "This is a description.",
- "period": {
- "fromDateTime": null,
- "upToDateTime": null
}, - "codes": [
- null
], - "identifiers": [
- null
], - "lastUpdatedDate": "2022-04-17T08:00:00Z"
}
], - "emails": [
- {
- "emailAddress": "string",
- "emailPurpose": "Statements",
- "primaryIndicator": true,
- "identifiers": [
- null
], - "lastUpdatedDate": "2022-04-17T08:00:00Z"
}
], - "jobTitle": "Head of Documentation",
- "department": "Sales",
- "communicationChannels": [
- {
- "channel": "Email",
- "channelIdentification": "011-02010020202",
- "channelPurpose": "PrivacyNotices",
- "codeWord": "string",
- "alertIndicator": null,
- "personId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "codes": [
- null
], - "status": "Warning",
- "primaryIndicator": true,
- "leadTime": {
- "unit": null,
- "value": null
}, - "alertText": "This is a description.",
- "contactDates": [
- null
], - "contactCount": 0
}
], - "preferredMethod": "Email",
- "preferredLanguage": "English"
}, - "parties": {
- "partyId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "partyType": "Person",
- "partyName": "Jane Birkin"
}
}, - "postalAddress": {
- "addressCode": "string",
- "addressBookIndicator": "string",
- "addressType": "Postal",
- "addressPurpose": "Billing",
- "primaryIndicator": true,
- "careOf": "C/O Company Name",
- "department": "A",
- "subDepartment": "B",
- "streetName": "First Street",
- "firstCrossStreetName": "string",
- "secondCrossStreetName": "Second Street",
- "buildingNumber": "11407",
- "buildingName": "Tall Tower",
- "floor": "20",
- "postBox": "MY779",
- "room": "22",
- "postCode": "97062-6884",
- "carrierRoute": "C001",
- "censusTract": "12345",
- "censusBlock": "1234",
- "cBSACode": "49780",
- "cBSAType": "MSA",
- "foreignIndicator": true,
- "townName": "San Diego",
- "townLocationName": "Clackamas",
- "districtName": "Columbia",
- "countyName": "Cook",
- "countrySubDivision": "Oregon",
- "countrySubDivisionCode": "AR-B",
- "country": "US",
- "addressLine": [
- "11407 Sw Amu st, Suite MY777"
], - "temporaryIndicator": true,
- "period": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
]
}, - "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "status": "Secured",
- "statusDate": "2022-04-17T08:00:00Z",
- "descriptionLines": [
- "This is a description."
], - "collateralOwnershipId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002"
}
]
}, - "interests": [
- {
- "name": "Deposit",
- "interestCode": "string",
- "dayCountBasis": "Actual360",
- "calculationMethodOption": "LastInterest",
- "accruedDate": "2022-04-17",
- "nextInterestDate": "2022-04-17",
- "lastInterestDate": "2022-04-17",
- "term": {
- "unit": "Months",
- "value": 999
}, - "enableIndicator": true,
- "compoundingMethod": "Deposit",
- "compoundingFrequency": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "calculationFrequency": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "oneDayInterest": "100",
- "payment": {
- "frequency": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "paymentType": "Compound",
- "paymentTypeOptions": [
- "Primary"
], - "paymentName": "string",
- "accountId": "033-DDA-123456",
- "referenceNumber": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "paymentDate": "2022-04-17",
- "lastPaid": "100",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}, - "balances": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "balanceName": "Available",
- "amount": "100",
- "count": 0,
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
], - "renewal": {
- "maturityNoticeOptions": [
- "string"
], - "rateAtMaturityOptions": [
- "string"
], - "changeNoticeOption": "string",
- "noticePrintOptions": [
- "string"
], - "maturityRateDays": 0,
- "maturityRate": "25",
- "renewalType": "string",
- "rateFrequency": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "term": {
- "unit": "Months",
- "value": 999
}, - "productId": "PD_CA_0002"
}, - "cycle": {
- "firstDateRate": "25",
- "daysProcessed": 0,
- "totalDays": 0,
- "balances": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "balanceName": "Available",
- "amount": "100",
- "count": 0,
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
]
}, - "lastCalculus": "100",
- "reportingIndicator": true,
- "reportingOptions": [
- "Deposit"
], - "form": {
- "formName": "W-8",
- "taxRate": "100",
- "onFileIndicator": true,
- "taxStatus": "Exempt",
- "certificationDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}, - "annualPercentageYieldFrequency": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "annualPercentageYield": "100",
- "daysSinceLastAnniversary": 0,
- "rates": [
- {
- "rateName": "Actual",
- "rateTierName": "Actual",
- "percentage": "25",
- "amount": "100",
- "currency": "USD"
}
], - "rateType": "Fixed",
- "rateTieredType": "Whole",
- "rateAmountType": "Available",
- "pastDueOptions": [
- "string"
], - "variableInterests": [
- {
- "leadDays": 30,
- "nextChangeDate": "2022-04-17",
- "lastChangeDate": "2022-04-17",
- "changes": [
- {
- "referenceRateName": "string",
- "rateType": "Fixed",
- "calculationMethod": "PointSpread",
- "spread": "25",
- "basisPointSpread": 0,
- "pointSpread": "25",
- "productId": "PD_CA_0002",
- "effectiveDate": "2022-04-17T08:00:00Z",
- "frequency": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "increaseOnlyIndicator": true,
- "ceilingRate": "25",
- "floorRate": "25"
}
], - "referenceRateName": "string",
- "rateType": "Fixed",
- "calculationMethod": "PointSpread",
- "spread": "25",
- "basisPointSpread": 0,
- "pointSpread": "25",
- "productId": "PD_CA_0002",
- "effectiveDate": "2022-04-17T08:00:00Z",
- "frequency": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "increaseOnlyIndicator": true,
- "ceilingRate": "25",
- "floorRate": "25"
}
]
}
], - "charges": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "chargeId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "name": "CardLatePayment",
- "status": "Charged",
- "amount": "100",
- "currency": "USD",
- "rate": "25",
- "chargeType": "ManagementFee",
- "exemptIndicator": true,
- "exemptPeriodsNumber": 0,
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "calculationMethodCode": "string",
- "calculationMethodOptions": [
- "string"
], - "options": [
- "NSFDefault"
], - "calculationBasis": "Monthly",
- "bearerType": "Shared",
- "maximumAmount": "100",
- "maximumNumber": 0,
- "minimumAmount": "100",
- "enableIndicator": true,
- "relatedInterest": {
- "name": "Deposit",
- "code": "string",
- "enableIndicator": true,
- "dayCountBasis": "Actual360",
- "calculationMethodOption": "LastInterest",
- "nextInterestDate": "2022-04-17",
- "term": {
- "unit": "Months",
- "value": 999
}, - "calculationFrequency": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "balances": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "balanceName": "Available",
- "amount": "100",
- "count": 0,
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
], - "rateName": "Actual",
- "rateTierName": "Actual",
- "percentage": "25",
- "amount": "100",
- "currency": "USD"
}, - "debitIndicator": true,
- "payments": [
- {
- "frequency": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "paymentType": "Compound",
- "paymentTypeOptions": [
- "Primary"
], - "paymentName": "string",
- "accountId": "033-DDA-123456",
- "referenceNumber": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "paymentDate": "2022-04-17",
- "lastPaid": "100",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
], - "periodicity": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "balances": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "balanceName": "Available",
- "amount": "100",
- "count": 0,
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
], - "description": "This is a description."
}
], - "trialPeriodAmount": "100",
- "tranches": [
- {
- "sequenceNumber": "1",
- "expectedDate": "2022-04-17",
- "dueDate": "2022-04-17",
- "amount": "100",
- "duration": {
- "unit": "Months",
- "value": 999
}
}
], - "term": {
- "duration": {
- "unit": "Months",
- "value": 999
}, - "timesExtended": 100,
- "timesRenewed": 100
}, - "paymentSchedule": [
- {
- "domain": "Payments",
- "family": "CustomerCardTransactions",
- "subFamily": "CreditCardPayment",
- "codes": [
- {
- "codeType": "DetailBAI",
- "name": "string",
- "value": "195",
- "description": "This is a Title."
}
], - "repaymentScheduleId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "amount": "100",
- "minimumDueAmount": "100",
- "expectedDate": "2022-04-17",
- "dueDate": "2022-04-17",
- "repaymentType": "Principal",
- "identifiers": [
- {
- "number": "string",
- "schemeName": "UETR",
- "issuer": "Banc of California"
}
], - "balances": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "balanceName": "Available",
- "amount": "100",
- "count": 0,
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
]
}
], - "billingOption": "string",
- "syndicate": [
- {
- "lenderId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "lenderType": "Person",
- "amount": "100",
- "share": "25"
}
], - "intraCompanyLoanIndicator": false,
- "agreementAccountId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002"
}, - "parties": [
- {
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "customerType": "Consumer",
- "cards": [
- {
- "cardId": "0dd926fe-1ca2-11ed-861d-0242ac120002",
- "identifiers": [
- {
- "number": "string",
- "schemeName": "MemberNumber",
- "issuer": "string"
}
], - "statusDate": "2022-04-17T08:00:00Z",
- "statusReasons": [
- "Active"
], - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
], - "balances": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "balanceName": "Available",
- "amount": "100",
- "count": 0,
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
], - "spotDates": [
- {
- "name": "Expiration",
- "date": "2022-04-17T08:00:00Z"
}
], - "partyId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "partyType": "Person",
- "partyAccountRole": "AccountOwner",
- "partyAccountRoleCode": "50",
- "beneficiaryPercentage": "25",
- "accountOwnerRelation": "PrimaryServicerOfficer",
- "restrictions": [
- {
- "name": "WireTransferIn",
- "restrictionPurpose": "This is a description.",
- "enableIndicator": true,
- "disableConditions": [
- "LessThanMinAmount"
], - "validFrom": "2022-04-17",
- "validUntil": "2022-04-17",
- "status": "Pending"
}
]
}
], - "relatedAccounts": [
- {
- "accountRelationType": "Child",
- "accountId": "033-DDA-123456"
}
], - "principalAmount": "100",
- "interestAmount": "100",
- "maturityDate": "2022-04-17",
- "mortage": {
- "fHAStateNumber": "99",
- "fHACountyNumber": "88",
- "censusTract": "12345",
- "censusBlock": "1234",
- "cBSACode": "49780",
- "cBSAType": "MSA",
- "hMDAReportingIndicator": true,
- "hMDAOcupationStatus": "Vacant",
- "hMDAPropertyType": "OneToFourFamily",
- "programs": "FHA"
}, - "rateForecastDays": 0,
- "projectedDates": [
- {
- "name": "Expiration",
- "date": "2022-04-17T08:00:00Z"
}
], - "pastDates": [
- {
- "name": "Expiration",
- "date": "2022-04-17T08:00:00Z"
}
], - "restrictions": [
- {
- "name": "WireTransferIn",
- "restrictionPurpose": "This is a description.",
- "enableIndicator": true,
- "disableConditions": [
- "LessThanMinAmount"
], - "validFrom": "2022-04-17",
- "validUntil": "2022-04-17",
- "status": "Pending"
}
], - "limits": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "name": "CreditLimit",
- "limitType": "DirectDebit",
- "channelType": "string",
- "amount": "100",
- "currency": "USD",
- "number": 0,
- "enableIndicator": true,
- "feesConsentIndicator": true,
- "percentageIndicator": true,
- "percentage": "25",
- "temporaryIndicator": true,
- "validityPeriod": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "periodicity": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "usedAmount": "100",
- "usedNumber": 0,
- "usedPercentage": "25",
- "status": "Requested",
- "statusDateAndtime": "2022-04-17T08:00:00Z",
- "history": {
- "originalAmount": "100",
- "originalLimitType": "DirectDebit",
- "details": [
- {
- "amount": "100",
- "enabledDate": "2022-04-17T08:00:00Z",
- "disableDate": "2022-04-17T08:00:00Z"
}
]
}, - "balances": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "balanceName": "Available",
- "amount": "100",
- "count": 0,
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
], - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "accessConditions": [
- "LessThanMinAmount"
], - "notificationOptions": [
- "Exception"
], - "payments": [
- {
- "frequency": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "paymentType": "Compound",
- "paymentTypeOptions": [
- "Primary"
], - "paymentName": "string",
- "accountId": "033-DDA-123456",
- "referenceNumber": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "paymentDate": "2022-04-17",
- "lastPaid": "100",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
]
}
], - "interests": [
- {
- "name": "Deposit",
- "interestCode": "string",
- "dayCountBasis": "Actual360",
- "calculationMethodOption": "LastInterest",
- "accruedDate": "2022-04-17",
- "nextInterestDate": "2022-04-17",
- "lastInterestDate": "2022-04-17",
- "term": {
- "unit": "Months",
- "value": 999
}, - "enableIndicator": true,
- "compoundingMethod": "Deposit",
- "compoundingFrequency": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "calculationFrequency": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "oneDayInterest": "100",
- "payment": {
- "frequency": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "paymentType": "Compound",
- "paymentTypeOptions": [
- "Primary"
], - "paymentName": "string",
- "accountId": "033-DDA-123456",
- "referenceNumber": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "paymentDate": "2022-04-17",
- "lastPaid": "100",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}, - "balances": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "balanceName": "Available",
- "amount": "100",
- "count": 0,
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
], - "renewal": {
- "maturityNoticeOptions": [
- "string"
], - "rateAtMaturityOptions": [
- "string"
], - "changeNoticeOption": "string",
- "noticePrintOptions": [
- "string"
], - "maturityRateDays": 0,
- "maturityRate": "25",
- "renewalType": "string",
- "rateFrequency": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "term": {
- "unit": "Months",
- "value": 999
}, - "productId": "PD_CA_0002"
}, - "cycle": {
- "firstDateRate": "25",
- "daysProcessed": 0,
- "totalDays": 0,
- "balances": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "balanceName": "Available",
- "amount": "100",
- "count": 0,
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
]
}, - "lastCalculus": "100",
- "reportingIndicator": true,
- "reportingOptions": [
- "Deposit"
], - "form": {
- "formName": "W-8",
- "taxRate": "100",
- "onFileIndicator": true,
- "taxStatus": "Exempt",
- "certificationDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}, - "annualPercentageYieldFrequency": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "annualPercentageYield": "100",
- "daysSinceLastAnniversary": 0,
- "rates": [
- {
- "rateName": "Actual",
- "rateTierName": "Actual",
- "percentage": "25",
- "amount": "100",
- "currency": "USD"
}
], - "rateType": "Fixed",
- "rateTieredType": "Whole",
- "rateAmountType": "Available",
- "pastDueOptions": [
- "string"
], - "variableInterests": [
- {
- "leadDays": 30,
- "nextChangeDate": "2022-04-17",
- "lastChangeDate": "2022-04-17",
- "changes": [
- {
- "referenceRateName": "string",
- "rateType": "Fixed",
- "calculationMethod": "PointSpread",
- "spread": "25",
- "basisPointSpread": 0,
- "pointSpread": "25",
- "productId": "PD_CA_0002",
- "effectiveDate": "2022-04-17T08:00:00Z",
- "frequency": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "increaseOnlyIndicator": true,
- "ceilingRate": "25",
- "floorRate": "25"
}
], - "referenceRateName": "string",
- "rateType": "Fixed",
- "calculationMethod": "PointSpread",
- "spread": "25",
- "basisPointSpread": 0,
- "pointSpread": "25",
- "productId": "PD_CA_0002",
- "effectiveDate": "2022-04-17T08:00:00Z",
- "frequency": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "increaseOnlyIndicator": true,
- "ceilingRate": "25",
- "floorRate": "25"
}
]
}
], - "statement": {
- "frequency": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "communicationMethod": "Email",
- "format": "PDF",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "templateCode": "1",
- "lastStatementPeriod": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string"
}, - "nextStatementPeriod": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string"
}, - "lastStatementDate": "2022-04-17",
- "previousStatementDate": "2022-04-17",
- "lastRegularStatementDate": "2022-04-17",
- "truncationOptions": [
- "ItemsIncluded"
], - "accountNameIndicator": true,
- "preferredLanguage": "English",
- "combineType": "SavingsSatement",
- "category": "BalanceSheet",
- "subcategory": "Cash",
- "profitabilityModelId": "1",
- "lastIRAStatementDate": "2022-04-17"
}, - "profile": {
- "profileType": "Personal",
- "riskLevel": "Permanent",
- "qualityScore": "string",
- "riskMeasures": [
- {
- "name": "StandardAndPoors",
- "level": "Permanent",
- "date": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
], - "creditRankingScales": [
- {
- "name": "StandardAndPoors",
- "score": "AAA",
- "date": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
], - "bankruptcy": {
- "chapter": "11",
- "status": "Petition",
- "statementOption": "RegularBillingStatement"
}, - "paymentHistoryFrequency": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "paymentHistoryOption": "NotRecalculate"
}, - "supplementaryData": { }
}
Response samples
- 202
- 400
- 500
{- "accountBranchId": "SEA_1",
- "accountNumber": "012345678",
- "accountType": "Checking",
- "routingNumbers": [
- {
- "number": "012345678",
- "routingNumberType": "ACH"
}
], - "identifiers": [
- {
- "number": "string",
- "schemeName": "BBANIdentifier",
- "issuer": "string"
}
], - "loanBranchId": "SEA_1",
- "loanType": "Personal",
- "recourseType": "FullRecourse",
- "balanceType": "Asset",
- "lendingRelationType": "Direct",
- "securedLoanIndicator": true,
- "ownershipType": "SingleOwnerAccount",
- "productId": "PD_CA_0002",
- "name": "Hermes PD_CA 0002",
- "accountPurpose": "This is a description.",
- "currency": "USD",
- "contract": {
- "documentId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "documentReference": "string",
- "format": "PDF",
- "title": "This is a Title.",
- "version": "string",
- "signOffDate": "2022-04-17",
- "issueDate": "2022-04-17",
- "purpose": "string",
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "jurisdiction": {
- "countrySubdivision": "Oregon",
- "townName": "San Diego",
- "country": "US"
}, - "contact": {
- "structuredName": {
- "firstName": "Mary",
- "middleName": "Joe",
- "lastName": "Smith",
- "middleInitial": "J.",
- "suffix": "PhD",
- "prefix": "Dr."
}, - "name": "Jane Birkin",
- "firstContactDate": "2022-04-17T08:00:00Z",
- "lastContactDate": "2022-04-17T08:00:00Z",
- "phones": [
- {
- "number": "+1-555-1234567",
- "extension": "strin",
- "country": "str",
- "phoneType": "string",
- "phonePurpose": "string",
- "foreignIndicator": true,
- "primaryIndicator": true,
- "preferredHourOfDay": {
- "hour": "12",
- "timeZone": "Pacific",
- "timeOfTheDay": "string"
}, - "comment": "This is a description.",
- "period": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "lastUpdatedDate": "2022-04-17T08:00:00Z"
}
], - "emails": [
- {
- "emailAddress": "string",
- "emailPurpose": "Statements",
- "primaryIndicator": true,
- "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "lastUpdatedDate": "2022-04-17T08:00:00Z"
}
], - "jobTitle": "Head of Documentation",
- "department": "Sales",
- "communicationChannels": [
- {
- "channel": "Email",
- "channelIdentification": "011-02010020202",
- "channelPurpose": "PrivacyNotices",
- "codeWord": "string",
- "alertIndicator": null,
- "personId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "status": "Warning",
- "primaryIndicator": true,
- "leadTime": {
- "unit": "Months",
- "value": 999
}, - "alertText": "This is a description.",
- "contactDates": [
- {
- "name": "Expiration",
- "date": "2022-04-17T08:00:00Z"
}
], - "contactCount": 0
}
], - "preferredMethod": "Email",
- "preferredLanguage": "English"
}, - "parties": {
- "partyId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "partyType": "Person",
- "partyName": "Jane Birkin"
}, - "contractType": "Regular",
- "amount": "100",
- "creditReduceByOptions": "string",
- "borrower": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "lender": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "maturityDate": "2022-04-17",
- "effectiveDate": "2022-04-17",
- "masterAgreement": {
- "accountId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "availableCredit": "100",
- "documentId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "documentReference": "string",
- "format": "PDF",
- "title": "This is a Title.",
- "version": "string",
- "signOffDate": "2022-04-17",
- "issueDate": "2022-04-17",
- "purpose": "string"
}, - "sencondLevelMasterAgreement": {
- "accountId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "availableCredit": "100",
- "documentId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "documentReference": "string",
- "format": "PDF",
- "title": "This is a Title.",
- "version": "string",
- "signOffDate": "2022-04-17",
- "issueDate": "2022-04-17",
- "purpose": "string"
}, - "collateral": {
- "totalValue": "100",
- "loanToValueRatio": "100",
- "requiredPledge": "100",
- "collaterals": [
- {
- "collateralId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "value": "100",
- "ineligibleAmount": "100",
- "ceilingAmount": "100",
- "netAppraisedValue": "100",
- "lastAppraisedDate": "2022-04-17T08:00:00Z",
- "lastReviewDate": "2022-04-17T08:00:00Z",
- "nextReviewDate": "2022-04-17T08:00:00Z",
- "purchasePrice": "100",
- "collateralType": "string",
- "disposalCostPercentage": "25",
- "maximumLoanAmountPercentage": "25",
- "marketMarginPercentage": "25",
- "underwritingRatioFormulas": [
- {
- "name": "string",
- "ratio": "100"
}
], - "liens": [
- {
- "name": "string",
- "amount": "100"
}
], - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "numberOfUnits": 0,
- "contract": {
- "documentId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "documentReference": "string",
- "format": "PDF",
- "title": "This is a Title.",
- "version": "string",
- "signOffDate": "2022-04-17",
- "issueDate": "2022-04-17",
- "purpose": "string",
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "jurisdiction": {
- "countrySubdivision": "Oregon",
- "townName": "San Diego",
- "country": "US"
}, - "contact": {
- "structuredName": {
- "firstName": "Mary",
- "middleName": "Joe",
- "lastName": "Smith",
- "middleInitial": "J.",
- "suffix": "PhD",
- "prefix": "Dr."
}, - "name": "Jane Birkin",
- "firstContactDate": "2022-04-17T08:00:00Z",
- "lastContactDate": "2022-04-17T08:00:00Z",
- "phones": [
- {
- "number": "+1-555-1234567",
- "extension": "strin",
- "country": "str",
- "phoneType": "string",
- "phonePurpose": "string",
- "foreignIndicator": true,
- "primaryIndicator": true,
- "preferredHourOfDay": {
- "hour": null,
- "timeZone": null,
- "timeOfTheDay": null
}, - "comment": "This is a description.",
- "period": {
- "fromDateTime": null,
- "upToDateTime": null
}, - "codes": [
- null
], - "identifiers": [
- null
], - "lastUpdatedDate": "2022-04-17T08:00:00Z"
}
], - "emails": [
- {
- "emailAddress": "string",
- "emailPurpose": "Statements",
- "primaryIndicator": true,
- "identifiers": [
- null
], - "lastUpdatedDate": "2022-04-17T08:00:00Z"
}
], - "jobTitle": "Head of Documentation",
- "department": "Sales",
- "communicationChannels": [
- {
- "channel": "Email",
- "channelIdentification": "011-02010020202",
- "channelPurpose": "PrivacyNotices",
- "codeWord": "string",
- "alertIndicator": null,
- "personId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "codes": [
- null
], - "status": "Warning",
- "primaryIndicator": true,
- "leadTime": {
- "unit": null,
- "value": null
}, - "alertText": "This is a description.",
- "contactDates": [
- null
], - "contactCount": 0
}
], - "preferredMethod": "Email",
- "preferredLanguage": "English"
}, - "parties": {
- "partyId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "partyType": "Person",
- "partyName": "Jane Birkin"
}
}, - "postalAddress": {
- "addressCode": "string",
- "addressBookIndicator": "string",
- "addressType": "Postal",
- "addressPurpose": "Billing",
- "primaryIndicator": true,
- "careOf": "C/O Company Name",
- "department": "A",
- "subDepartment": "B",
- "streetName": "First Street",
- "firstCrossStreetName": "string",
- "secondCrossStreetName": "Second Street",
- "buildingNumber": "11407",
- "buildingName": "Tall Tower",
- "floor": "20",
- "postBox": "MY779",
- "room": "22",
- "postCode": "97062-6884",
- "carrierRoute": "C001",
- "censusTract": "12345",
- "censusBlock": "1234",
- "cBSACode": "49780",
- "cBSAType": "MSA",
- "foreignIndicator": true,
- "townName": "San Diego",
- "townLocationName": "Clackamas",
- "districtName": "Columbia",
- "countyName": "Cook",
- "countrySubDivision": "Oregon",
- "countrySubDivisionCode": "AR-B",
- "country": "US",
- "addressLine": [
- "11407 Sw Amu st, Suite MY777"
], - "temporaryIndicator": true,
- "period": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
]
}, - "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "status": "Secured",
- "statusDate": "2022-04-17T08:00:00Z",
- "descriptionLines": [
- "This is a description."
], - "collateralOwnershipId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002"
}
]
}, - "interests": [
- {
- "name": "Deposit",
- "interestCode": "string",
- "dayCountBasis": "Actual360",
- "calculationMethodOption": "LastInterest",
- "accruedDate": "2022-04-17",
- "nextInterestDate": "2022-04-17",
- "lastInterestDate": "2022-04-17",
- "term": {
- "unit": "Months",
- "value": 999
}, - "enableIndicator": true,
- "compoundingMethod": "Deposit",
- "compoundingFrequency": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "calculationFrequency": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "oneDayInterest": "100",
- "payment": {
- "frequency": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "paymentType": "Compound",
- "paymentTypeOptions": [
- "Primary"
], - "paymentName": "string",
- "accountId": "033-DDA-123456",
- "referenceNumber": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "paymentDate": "2022-04-17",
- "lastPaid": "100",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}, - "balances": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "balanceName": "Available",
- "amount": "100",
- "count": 0,
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
], - "renewal": {
- "maturityNoticeOptions": [
- "string"
], - "rateAtMaturityOptions": [
- "string"
], - "changeNoticeOption": "string",
- "noticePrintOptions": [
- "string"
], - "maturityRateDays": 0,
- "maturityRate": "25",
- "renewalType": "string",
- "rateFrequency": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "term": {
- "unit": "Months",
- "value": 999
}, - "productId": "PD_CA_0002"
}, - "cycle": {
- "firstDateRate": "25",
- "daysProcessed": 0,
- "totalDays": 0,
- "balances": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "balanceName": "Available",
- "amount": "100",
- "count": 0,
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
]
}, - "lastCalculus": "100",
- "reportingIndicator": true,
- "reportingOptions": [
- "Deposit"
], - "form": {
- "formName": "W-8",
- "taxRate": "100",
- "onFileIndicator": true,
- "taxStatus": "Exempt",
- "certificationDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}, - "annualPercentageYieldFrequency": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "annualPercentageYield": "100",
- "daysSinceLastAnniversary": 0,
- "rates": [
- {
- "rateName": "Actual",
- "rateTierName": "Actual",
- "percentage": "25",
- "amount": "100",
- "currency": "USD"
}
], - "rateType": "Fixed",
- "rateTieredType": "Whole",
- "rateAmountType": "Available",
- "pastDueOptions": [
- "string"
], - "variableInterests": [
- {
- "leadDays": 30,
- "nextChangeDate": "2022-04-17",
- "lastChangeDate": "2022-04-17",
- "changes": [
- {
- "referenceRateName": "string",
- "rateType": "Fixed",
- "calculationMethod": "PointSpread",
- "spread": "25",
- "basisPointSpread": 0,
- "pointSpread": "25",
- "productId": "PD_CA_0002",
- "effectiveDate": "2022-04-17T08:00:00Z",
- "frequency": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "increaseOnlyIndicator": true,
- "ceilingRate": "25",
- "floorRate": "25"
}
], - "referenceRateName": "string",
- "rateType": "Fixed",
- "calculationMethod": "PointSpread",
- "spread": "25",
- "basisPointSpread": 0,
- "pointSpread": "25",
- "productId": "PD_CA_0002",
- "effectiveDate": "2022-04-17T08:00:00Z",
- "frequency": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "increaseOnlyIndicator": true,
- "ceilingRate": "25",
- "floorRate": "25"
}
]
}
], - "charges": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "chargeId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "name": "CardLatePayment",
- "status": "Charged",
- "amount": "100",
- "currency": "USD",
- "rate": "25",
- "chargeType": "ManagementFee",
- "exemptIndicator": true,
- "exemptPeriodsNumber": 0,
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "calculationMethodCode": "string",
- "calculationMethodOptions": [
- "string"
], - "options": [
- "NSFDefault"
], - "calculationBasis": "Monthly",
- "bearerType": "Shared",
- "maximumAmount": "100",
- "maximumNumber": 0,
- "minimumAmount": "100",
- "enableIndicator": true,
- "relatedInterest": {
- "name": "Deposit",
- "code": "string",
- "enableIndicator": true,
- "dayCountBasis": "Actual360",
- "calculationMethodOption": "LastInterest",
- "nextInterestDate": "2022-04-17",
- "term": {
- "unit": "Months",
- "value": 999
}, - "calculationFrequency": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "balances": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "balanceName": "Available",
- "amount": "100",
- "count": 0,
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
], - "rateName": "Actual",
- "rateTierName": "Actual",
- "percentage": "25",
- "amount": "100",
- "currency": "USD"
}, - "debitIndicator": true,
- "payments": [
- {
- "frequency": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "paymentType": "Compound",
- "paymentTypeOptions": [
- "Primary"
], - "paymentName": "string",
- "accountId": "033-DDA-123456",
- "referenceNumber": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "paymentDate": "2022-04-17",
- "lastPaid": "100",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
], - "periodicity": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "balances": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "balanceName": "Available",
- "amount": "100",
- "count": 0,
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
], - "description": "This is a description."
}
], - "trialPeriodAmount": "100",
- "tranches": [
- {
- "sequenceNumber": "1",
- "expectedDate": "2022-04-17",
- "dueDate": "2022-04-17",
- "amount": "100",
- "duration": {
- "unit": "Months",
- "value": 999
}
}
], - "term": {
- "duration": {
- "unit": "Months",
- "value": 999
}, - "timesExtended": 100,
- "timesRenewed": 100
}, - "paymentSchedule": [
- {
- "domain": "Payments",
- "family": "CustomerCardTransactions",
- "subFamily": "CreditCardPayment",
- "codes": [
- {
- "codeType": "DetailBAI",
- "name": "string",
- "value": "195",
- "description": "This is a Title."
}
], - "repaymentScheduleId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "amount": "100",
- "minimumDueAmount": "100",
- "expectedDate": "2022-04-17",
- "dueDate": "2022-04-17",
- "repaymentType": "Principal",
- "identifiers": [
- {
- "number": "string",
- "schemeName": "UETR",
- "issuer": "Banc of California"
}
], - "balances": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "balanceName": "Available",
- "amount": "100",
- "count": 0,
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
]
}
], - "billingOption": "string",
- "syndicate": [
- {
- "lenderId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "lenderType": "Person",
- "amount": "100",
- "share": "25"
}
], - "intraCompanyLoanIndicator": false,
- "agreementAccountId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002"
}, - "parties": [
- {
- "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "name": "Jane Birkin",
- "nameTemplateId": "1",
- "shortName": "Jane",
- "placeAndDateOfBirth": {
- "countrySubdivision": "Oregon",
- "townName": "San Diego",
- "country": "US",
- "birthDate": "2022-04-17"
}, - "gender": "Female",
- "status": "GoodStanding",
- "statusDateAndTime": "2022-04-17T08:00:00Z",
- "coveredByMilitaryLendingActIndicator": true,
- "militaryMemberIndicator": true,
- "militaryPeriod": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "audit": {
- "status": "string",
- "creationDate": "2022-04-17",
- "lastModificacionChannel": "Email",
- "lastModificationDate": "2022-04-17",
- "channels": [
- {
- "lastActivityDate": "2022-04-17",
- "name": "Email",
- "activityType": "string",
- "amount": "100"
}
]
}, - "postalAddresses": {
- "addressCode": "string",
- "addressBookIndicator": "string",
- "addressType": "Postal",
- "addressPurpose": "Billing",
- "primaryIndicator": true,
- "careOf": "C/O Company Name",
- "department": "A",
- "subDepartment": "B",
- "streetName": "First Street",
- "firstCrossStreetName": "string",
- "secondCrossStreetName": "Second Street",
- "buildingNumber": "11407",
- "buildingName": "Tall Tower",
- "floor": "20",
- "postBox": "MY779",
- "room": "22",
- "postCode": "97062-6884",
- "carrierRoute": "C001",
- "censusTract": "12345",
- "censusBlock": "1234",
- "cBSACode": "49780",
- "cBSAType": "MSA",
- "foreignIndicator": true,
- "townName": "San Diego",
- "townLocationName": "Clackamas",
- "districtName": "Columbia",
- "countyName": "Cook",
- "countrySubDivision": "Oregon",
- "countrySubDivisionCode": "AR-B",
- "country": "US",
- "addressLine": [
- "11407 Sw Amu st, Suite MY777"
], - "temporaryIndicator": true,
- "period": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
]
}, - "structuredName": {
- "firstName": "Mary",
- "middleName": "Joe",
- "lastName": "Smith",
- "middleInitial": "J.",
- "suffix": "PhD",
- "prefix": "Dr."
}, - "phones": [
- {
- "number": "+1-555-1234567",
- "extension": "strin",
- "country": "str",
- "phoneType": "string",
- "phonePurpose": "string",
- "foreignIndicator": true,
- "primaryIndicator": true,
- "preferredHourOfDay": {
- "hour": "12",
- "timeZone": "Pacific",
- "timeOfTheDay": "string"
}, - "comment": "This is a description.",
- "period": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "lastUpdatedDate": "2022-04-17T08:00:00Z"
}
], - "emails": [
- {
- "emailAddress": "string",
- "emailPurpose": "Statements",
- "primaryIndicator": true,
- "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "lastUpdatedDate": "2022-04-17T08:00:00Z"
}
], - "organizationType": "Corporation",
- "customerType": "Consumer",
- "taxReportingIndicator": true,
- "taxStatus": "Exempt",
- "cards": [
- {
- "cardId": "0dd926fe-1ca2-11ed-861d-0242ac120002",
- "cardHolder": {
- "personId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "identifiers": [
- {
- "schemeName": "SocialSecurityNumber",
- "number": "123-45-6789",
- "issuer": "Baltimore",
- "country": "US",
- "countrySubdivisionCode": "AR-B",
- "issueDate": "2022-04-17",
- "applyDate": "2022-04-17",
- "expirationDate": "2022-04-17",
- "verificationDate": "2022-04-17",
- "foreingIDIndicator": true,
- "taxIDIndicator": true,
- "displayOption": "string"
}
], - "name": "Jane Birkin",
- "shortName": "Jane",
- "placeAndDateOfBirth": {
- "countrySubdivision": "Oregon",
- "townName": "San Diego",
- "country": "US",
- "birthDate": "2022-04-17"
}, - "gender": "Female",
- "status": "GoodStanding",
- "coveredByMilitaryLendingActIndicator": true,
- "militaryMemberIndicator": true,
- "militaryPeriod": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "audit": {
- "status": "string",
- "creationDate": "2022-04-17",
- "lastModificacionChannel": "Email",
- "lastModificationDate": "2022-04-17",
- "channels": [
- {
- "lastActivityDate": "2022-04-17",
- "name": "Email",
- "activityType": "string",
- "amount": "100"
}
]
}, - "postalAddresses": [
- {
- "addressCode": "string",
- "addressBookIndicator": "string",
- "addressType": "Postal",
- "addressPurpose": "Billing",
- "primaryIndicator": true,
- "careOf": "C/O Company Name",
- "department": "A",
- "subDepartment": "B",
- "streetName": "First Street",
- "firstCrossStreetName": "string",
- "secondCrossStreetName": "Second Street",
- "buildingNumber": "11407",
- "buildingName": "Tall Tower",
- "floor": "20",
- "postBox": "MY779",
- "room": "22",
- "postCode": "97062-6884",
- "carrierRoute": "C001",
- "censusTract": "12345",
- "censusBlock": "1234",
- "cBSACode": "49780",
- "cBSAType": "MSA",
- "foreignIndicator": true,
- "townName": "San Diego",
- "townLocationName": "Clackamas",
- "districtName": "Columbia",
- "countyName": "Cook",
- "countrySubDivision": "Oregon",
- "countrySubDivisionCode": "AR-B",
- "country": "US",
- "addressLine": [
- "11407 Sw Amu st, Suite MY777"
], - "temporaryIndicator": true,
- "period": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "codes": [
- {
- "name": null,
- "value": null,
- "description": null
}
], - "identifiers": [
- {
- "number": null,
- "schemeName": null,
- "issuer": null,
- "issueDate": null,
- "expirationDate": null
}
]
}
], - "structuredName": {
- "firstName": "Mary",
- "middleName": "Joe",
- "lastName": "Smith",
- "middleInitial": "J.",
- "suffix": "PhD",
- "prefix": "Dr."
}, - "phones": [
- {
- "number": "+1-555-1234567",
- "extension": "strin",
- "country": "str",
- "phoneType": "string",
- "phonePurpose": "string",
- "foreignIndicator": true,
- "primaryIndicator": true,
- "preferredHourOfDay": {
- "hour": "12",
- "timeZone": "Pacific",
- "timeOfTheDay": "string"
}, - "comment": "This is a description.",
- "period": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "codes": [
- {
- "name": null,
- "value": null,
- "description": null
}
], - "identifiers": [
- {
- "number": null,
- "schemeName": null,
- "issuer": null,
- "issueDate": null,
- "expirationDate": null
}
], - "lastUpdatedDate": "2022-04-17T08:00:00Z"
}
], - "emails": [
- {
- "emailAddress": "string",
- "emailPurpose": "Statements",
- "primaryIndicator": true,
- "identifiers": [
- {
- "number": null,
- "schemeName": null,
- "issuer": null,
- "issueDate": null,
- "expirationDate": null
}
], - "lastUpdatedDate": "2022-04-17T08:00:00Z"
}
], - "employeeIndicator": true
}, - "identifiers": [
- {
- "number": "string",
- "schemeName": "MemberNumber",
- "issuer": "string"
}
], - "productId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "number": "1234567890123456789",
- "cardHolderType": "Primary",
- "fundingSourceType": "Credit",
- "businessIndicator": true,
- "cardBranchId": "SEA_1",
- "startDate": "2022-04-17",
- "expiryDate": "2022-12",
- "relatedAccounts": [
- {
- "accountRelationType": "Child",
- "accountId": "033-DDA-123456",
- "accountNumber": "012345678",
- "accountType": "Checking",
- "name": "Hermes PD_CA 0002",
- "balances": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "balanceName": "Available",
- "amount": "100",
- "count": 0,
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z",
- "codes": [
- null
]
}
]
}
], - "status": "Active",
- "statusDate": "2022-04-17T08:00:00Z",
- "statusReasons": [
- "Active"
], - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
], - "balances": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "balanceName": "Available",
- "amount": "100",
- "count": 0,
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
], - "spotDates": [
- {
- "name": "Expiration",
- "date": "2022-04-17T08:00:00Z"
}
], - "partyId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "partyType": "Person",
- "partyAccountRole": "AccountOwner",
- "partyAccountRoleCode": "50",
- "beneficiaryPercentage": "25",
- "accountOwnerRelation": "PrimaryServicerOfficer",
- "restrictions": [
- {
- "name": "WireTransferIn",
- "restrictionPurpose": "This is a description.",
- "enableIndicator": true,
- "disableConditions": [
- "LessThanMinAmount"
], - "validFrom": "2022-04-17",
- "validUntil": "2022-04-17",
- "status": "Pending"
}
]
}
], - "relatedAccounts": [
- {
- "accountRelationType": "Child",
- "accountId": "033-DDA-123456",
- "accountNumber": "012345678",
- "accountType": "Checking",
- "name": "Hermes PD_CA 0002",
- "balances": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "balanceName": "Available",
- "amount": "100",
- "count": 0,
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
]
}
], - "principalAmount": "100",
- "interestAmount": "100",
- "maturityDate": "2022-04-17",
- "mortage": {
- "fHAStateNumber": "99",
- "fHACountyNumber": "88",
- "censusTract": "12345",
- "censusBlock": "1234",
- "cBSACode": "49780",
- "cBSAType": "MSA",
- "hMDAReportingIndicator": true,
- "hMDAOcupationStatus": "Vacant",
- "hMDAPropertyType": "OneToFourFamily",
- "programs": "FHA"
}, - "rateForecastDays": 0,
- "projectedDates": [
- {
- "name": "Expiration",
- "date": "2022-04-17T08:00:00Z"
}
], - "pastDates": [
- {
- "name": "Expiration",
- "date": "2022-04-17T08:00:00Z"
}
], - "restrictions": [
- {
- "name": "WireTransferIn",
- "restrictionPurpose": "This is a description.",
- "enableIndicator": true,
- "disableConditions": [
- "LessThanMinAmount"
], - "validFrom": "2022-04-17",
- "validUntil": "2022-04-17",
- "status": "Pending"
}
], - "limits": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "name": "CreditLimit",
- "limitType": "DirectDebit",
- "channelType": "string",
- "amount": "100",
- "currency": "USD",
- "number": 0,
- "enableIndicator": true,
- "feesConsentIndicator": true,
- "percentageIndicator": true,
- "percentage": "25",
- "temporaryIndicator": true,
- "validityPeriod": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "periodicity": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "usedAmount": "100",
- "usedNumber": 0,
- "usedPercentage": "25",
- "status": "Requested",
- "statusDateAndtime": "2022-04-17T08:00:00Z",
- "history": {
- "originalAmount": "100",
- "originalLimitType": "DirectDebit",
- "details": [
- {
- "amount": "100",
- "enabledDate": "2022-04-17T08:00:00Z",
- "disableDate": "2022-04-17T08:00:00Z"
}
]
}, - "balances": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "balanceName": "Available",
- "amount": "100",
- "count": 0,
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
], - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "accessConditions": [
- "LessThanMinAmount"
], - "notificationOptions": [
- "Exception"
], - "payments": [
- {
- "frequency": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "paymentType": "Compound",
- "paymentTypeOptions": [
- "Primary"
], - "paymentName": "string",
- "accountId": "033-DDA-123456",
- "referenceNumber": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "paymentDate": "2022-04-17",
- "lastPaid": "100",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
]
}
], - "interests": [
- {
- "name": "Deposit",
- "interestCode": "string",
- "dayCountBasis": "Actual360",
- "calculationMethodOption": "LastInterest",
- "accruedDate": "2022-04-17",
- "nextInterestDate": "2022-04-17",
- "lastInterestDate": "2022-04-17",
- "term": {
- "unit": "Months",
- "value": 999
}, - "enableIndicator": true,
- "compoundingMethod": "Deposit",
- "compoundingFrequency": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "calculationFrequency": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "oneDayInterest": "100",
- "payment": {
- "frequency": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "paymentType": "Compound",
- "paymentTypeOptions": [
- "Primary"
], - "paymentName": "string",
- "accountId": "033-DDA-123456",
- "referenceNumber": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "paymentDate": "2022-04-17",
- "lastPaid": "100",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}, - "balances": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "balanceName": "Available",
- "amount": "100",
- "count": 0,
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
], - "renewal": {
- "maturityNoticeOptions": [
- "string"
], - "rateAtMaturityOptions": [
- "string"
], - "changeNoticeOption": "string",
- "noticePrintOptions": [
- "string"
], - "maturityRateDays": 0,
- "maturityRate": "25",
- "renewalType": "string",
- "rateFrequency": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "term": {
- "unit": "Months",
- "value": 999
}, - "productId": "PD_CA_0002"
}, - "cycle": {
- "firstDateRate": "25",
- "daysProcessed": 0,
- "totalDays": 0,
- "balances": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "balanceName": "Available",
- "amount": "100",
- "count": 0,
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
]
}, - "lastCalculus": "100",
- "reportingIndicator": true,
- "reportingOptions": [
- "Deposit"
], - "form": {
- "formName": "W-8",
- "taxRate": "100",
- "onFileIndicator": true,
- "taxStatus": "Exempt",
- "certificationDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}, - "annualPercentageYieldFrequency": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "annualPercentageYield": "100",
- "daysSinceLastAnniversary": 0,
- "rates": [
- {
- "rateName": "Actual",
- "rateTierName": "Actual",
- "percentage": "25",
- "amount": "100",
- "currency": "USD"
}
], - "rateType": "Fixed",
- "rateTieredType": "Whole",
- "rateAmountType": "Available",
- "pastDueOptions": [
- "string"
], - "variableInterests": [
- {
- "leadDays": 30,
- "nextChangeDate": "2022-04-17",
- "lastChangeDate": "2022-04-17",
- "changes": [
- {
- "referenceRateName": "string",
- "rateType": "Fixed",
- "calculationMethod": "PointSpread",
- "spread": "25",
- "basisPointSpread": 0,
- "pointSpread": "25",
- "productId": "PD_CA_0002",
- "effectiveDate": "2022-04-17T08:00:00Z",
- "frequency": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "increaseOnlyIndicator": true,
- "ceilingRate": "25",
- "floorRate": "25"
}
], - "referenceRateName": "string",
- "rateType": "Fixed",
- "calculationMethod": "PointSpread",
- "spread": "25",
- "basisPointSpread": 0,
- "pointSpread": "25",
- "productId": "PD_CA_0002",
- "effectiveDate": "2022-04-17T08:00:00Z",
- "frequency": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "increaseOnlyIndicator": true,
- "ceilingRate": "25",
- "floorRate": "25"
}
]
}
], - "statement": {
- "frequency": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "communicationMethod": "Email",
- "format": "PDF",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "templateCode": "1",
- "lastStatementPeriod": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string"
}, - "nextStatementPeriod": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string"
}, - "lastStatementDate": "2022-04-17",
- "previousStatementDate": "2022-04-17",
- "lastRegularStatementDate": "2022-04-17",
- "truncationOptions": [
- "ItemsIncluded"
], - "accountNameIndicator": true,
- "balances": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "balanceName": "Available",
- "amount": "100",
- "count": 0,
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
], - "preferredLanguage": "English",
- "combineType": "SavingsSatement",
- "category": "BalanceSheet",
- "subcategory": "Cash",
- "profitabilityModelId": "1",
- "lastIRAStatementDate": "2022-04-17"
}, - "profile": {
- "profileType": "Personal",
- "riskLevel": "Permanent",
- "qualityScore": "string",
- "riskMeasures": [
- {
- "name": "StandardAndPoors",
- "level": "Permanent",
- "date": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
], - "creditRankingScales": [
- {
- "name": "StandardAndPoors",
- "score": "AAA",
- "date": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
], - "bankruptcy": {
- "chapter": "11",
- "status": "Petition",
- "statementOption": "RegularBillingStatement"
}, - "paymentHistoryFrequency": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "paymentHistoryOption": "NotRecalculate"
}, - "supplementaryData": { },
- "ammountCalculationDate": "2022-04-17T08:00:00Z",
- "transactionDates": [
- {
- "name": "Expiration",
- "date": "2022-04-17T08:00:00Z"
}
], - "balances": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "balanceName": "Available",
- "amount": "100",
- "count": 0,
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
], - "accountId": "033-DDA-123456",
- "relatedCards": [
- {
- "cardId": "0dd926fe-1ca2-11ed-861d-0242ac120002",
- "cardHolder": {
- "personId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "identifiers": [
- {
- "schemeName": "SocialSecurityNumber",
- "number": "123-45-6789",
- "issuer": "Baltimore",
- "country": "US",
- "countrySubdivisionCode": "AR-B",
- "issueDate": "2022-04-17",
- "applyDate": "2022-04-17",
- "expirationDate": "2022-04-17",
- "verificationDate": "2022-04-17",
- "foreingIDIndicator": true,
- "taxIDIndicator": true,
- "displayOption": "string"
}
], - "name": "Jane Birkin",
- "shortName": "Jane",
- "placeAndDateOfBirth": {
- "countrySubdivision": "Oregon",
- "townName": "San Diego",
- "country": "US",
- "birthDate": "2022-04-17"
}, - "gender": "Female",
- "status": "GoodStanding",
- "coveredByMilitaryLendingActIndicator": true,
- "militaryMemberIndicator": true,
- "militaryPeriod": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "audit": {
- "status": "string",
- "creationDate": "2022-04-17",
- "lastModificacionChannel": "Email",
- "lastModificationDate": "2022-04-17",
- "channels": [
- {
- "lastActivityDate": "2022-04-17",
- "name": "Email",
- "activityType": "string",
- "amount": "100"
}
]
}, - "postalAddresses": [
- {
- "addressCode": "string",
- "addressBookIndicator": "string",
- "addressType": "Postal",
- "addressPurpose": "Billing",
- "primaryIndicator": true,
- "careOf": "C/O Company Name",
- "department": "A",
- "subDepartment": "B",
- "streetName": "First Street",
- "firstCrossStreetName": "string",
- "secondCrossStreetName": "Second Street",
- "buildingNumber": "11407",
- "buildingName": "Tall Tower",
- "floor": "20",
- "postBox": "MY779",
- "room": "22",
- "postCode": "97062-6884",
- "carrierRoute": "C001",
- "censusTract": "12345",
- "censusBlock": "1234",
- "cBSACode": "49780",
- "cBSAType": "MSA",
- "foreignIndicator": true,
- "townName": "San Diego",
- "townLocationName": "Clackamas",
- "districtName": "Columbia",
- "countyName": "Cook",
- "countrySubDivision": "Oregon",
- "countrySubDivisionCode": "AR-B",
- "country": "US",
- "addressLine": [
- "11407 Sw Amu st, Suite MY777"
], - "temporaryIndicator": true,
- "period": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
]
}
], - "structuredName": {
- "firstName": "Mary",
- "middleName": "Joe",
- "lastName": "Smith",
- "middleInitial": "J.",
- "suffix": "PhD",
- "prefix": "Dr."
}, - "phones": [
- {
- "number": "+1-555-1234567",
- "extension": "strin",
- "country": "str",
- "phoneType": "string",
- "phonePurpose": "string",
- "foreignIndicator": true,
- "primaryIndicator": true,
- "preferredHourOfDay": {
- "hour": "12",
- "timeZone": "Pacific",
- "timeOfTheDay": "string"
}, - "comment": "This is a description.",
- "period": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "lastUpdatedDate": "2022-04-17T08:00:00Z"
}
], - "emails": [
- {
- "emailAddress": "string",
- "emailPurpose": "Statements",
- "primaryIndicator": true,
- "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "lastUpdatedDate": "2022-04-17T08:00:00Z"
}
], - "employeeIndicator": true
}, - "identifiers": [
- {
- "number": "string",
- "schemeName": "MemberNumber",
- "issuer": "string"
}
], - "productId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "number": "1234567890123456789",
- "cardHolderType": "Primary",
- "fundingSourceType": "Credit",
- "businessIndicator": true,
- "cardBranchId": "SEA_1",
- "startDate": "2022-04-17",
- "expiryDate": "2022-12",
- "relatedAccounts": [
- {
- "accountRelationType": "Child",
- "accountId": "033-DDA-123456",
- "accountNumber": "012345678",
- "accountType": "Checking",
- "name": "Hermes PD_CA 0002",
- "balances": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "balanceName": "Available",
- "amount": "100",
- "count": 0,
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
]
}
], - "status": "Active",
- "statusDate": "2022-04-17T08:00:00Z",
- "statusReasons": [
- "Active"
], - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
], - "payment": {
- "numberOfPayments": 0,
- "next": {
- "domain": "Payments",
- "family": "CustomerCardTransactions",
- "subFamily": "CreditCardPayment",
- "codes": [
- {
- "codeType": "DetailBAI",
- "name": "string",
- "value": "195",
- "description": "This is a Title."
}
], - "repaymentScheduleId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "amount": "100",
- "minimumDueAmount": "100",
- "expectedDate": "2022-04-17",
- "dueDate": "2022-04-17",
- "repaymentType": "Principal",
- "identifiers": [
- {
- "number": "string",
- "schemeName": "UETR",
- "issuer": "Banc of California"
}
], - "balances": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "balanceName": "Available",
- "amount": "100",
- "count": 0,
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
]
}, - "last": {
- "domain": "Payments",
- "family": "CustomerCardTransactions",
- "subFamily": "CreditCardPayment",
- "codes": [
- {
- "codeType": "DetailBAI",
- "name": "string",
- "value": "195",
- "description": "This is a Title."
}
], - "repaymentScheduleId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "amount": "100",
- "minimumDueAmount": "100",
- "expectedDate": "2022-04-17",
- "dueDate": "2022-04-17",
- "repaymentType": "Principal",
- "identifiers": [
- {
- "number": "string",
- "schemeName": "UETR",
- "issuer": "Banc of California"
}
], - "balances": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "balanceName": "Available",
- "amount": "100",
- "count": 0,
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
], - "paymentId": "0dd926fe-1ca2-11ed-861d-0242ac120002",
- "reversalIndicator": true,
- "remittanceInformation": {
- "remittanceNumber": "string",
- "documentType": "string"
}, - "valueDate": "2022-04-17T08:00:00Z",
- "bookingDate": "2022-04-17T08:00:00Z",
- "charges": [
- {
- "name": "CardLatePayment",
- "description": "This is a description.",
- "amount": "100",
- "adjustment": "100"
}
], - "interests": [
- {
- "name": "Deposit",
- "amount": "100"
}
], - "paymentDate": "2022-04-17",
- "cycleDate": "2022-04-17",
- "paymentReason": "CashManagementTransfer",
- "paymentName": "string",
- "delinquentDays": 0
}, - "regular": {
- "balances": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "balanceName": "Available",
- "amount": "100",
- "count": 0,
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
], - "instruction": {
- "identifiers": [
- {
- "number": "string",
- "schemeName": "UETR",
- "issuer": "Banc of California"
}
], - "paymentMethod": "CreditTransfer",
- "paymentType": "OnUs",
- "amount": "100",
- "taxAmount": "100",
- "creditorAccountId": "033-DDA-123456",
- "paymentProcessing": {
- "instructionPriority": "123456789",
- "serviceLevel": "BookTransaction",
- "clearingChannel": "ACH",
- "localInstrument": "CCD",
- "categoryPurpose": "SalaryPayment"
}, - "chargeBearerType": "Shared",
- "creditor": {
- "name": "Jane Birkin",
- "account": {
- "name": "Hermes PD_CA 0002",
- "currency": "USD",
- "accountBranchId": "SEA_1",
- "accountNumber": "012345678",
- "accountType": "Checking",
- "routingNumber": "012345678",
- "identifiers": [
- {
- "number": "string",
- "schemeName": "BBANIdentifier",
- "issuer": "string"
}
]
}, - "postalAddress": {
- "addressCode": "string",
- "addressBookIndicator": "string",
- "addressType": "Postal",
- "addressPurpose": "Billing",
- "primaryIndicator": true,
- "careOf": "C/O Company Name",
- "department": "A",
- "subDepartment": "B",
- "streetName": "First Street",
- "firstCrossStreetName": "string",
- "secondCrossStreetName": "Second Street",
- "buildingNumber": "11407",
- "buildingName": "Tall Tower",
- "floor": "20",
- "postBox": "MY779",
- "room": "22",
- "postCode": "97062-6884",
- "carrierRoute": "C001",
- "censusTract": "12345",
- "censusBlock": "1234",
- "cBSACode": "49780",
- "cBSAType": "MSA",
- "foreignIndicator": true,
- "townName": "San Diego",
- "townLocationName": "Clackamas",
- "districtName": "Columbia",
- "countyName": "Cook",
- "countrySubDivision": "Oregon",
- "countrySubDivisionCode": "AR-B",
- "country": "US",
- "addressLine": [
- "11407 Sw Amu st, Suite MY777"
], - "temporaryIndicator": true,
- "period": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
]
}, - "agent": {
- "identifiers": [
- {
- "number": "123-45-6789",
- "issuer": "UnitedStates",
- "country": "US",
- "countrySubdivisionCode": "AR-B",
- "issueDate": "2022-04-17",
- "applyDate": "2022-04-17",
- "expirationDate": "2022-04-17",
- "verificationDate": "2022-04-17",
- "foreingIDIndicator": true,
- "taxIDIndicator": true,
- "displayOption": "string",
- "schemeName": "TaxIdentificationNumber"
}
], - "clearingSystemMemberIdentification": "UnitedStatesRoutingNumberFedwireNACHA",
- "memberIdentification": "string",
- "name": "string",
- "postalAddress": {
- "addressCode": "string",
- "addressBookIndicator": "string",
- "addressType": "Postal",
- "addressPurpose": "Billing",
- "primaryIndicator": true,
- "careOf": "C/O Company Name",
- "department": "A",
- "subDepartment": "B",
- "streetName": "First Street",
- "firstCrossStreetName": "string",
- "secondCrossStreetName": "Second Street",
- "buildingNumber": "11407",
- "buildingName": "Tall Tower",
- "floor": "20",
- "postBox": "MY779",
- "room": "22",
- "postCode": "97062-6884",
- "carrierRoute": "C001",
- "censusTract": "12345",
- "censusBlock": "1234",
- "cBSACode": "49780",
- "cBSAType": "MSA",
- "foreignIndicator": true,
- "townName": "San Diego",
- "townLocationName": "Clackamas",
- "districtName": "Columbia",
- "countyName": "Cook",
- "countrySubDivision": "Oregon",
- "countrySubDivisionCode": "AR-B",
- "country": "US",
- "addressLine": [
- "11407 Sw Amu st, Suite MY777"
], - "temporaryIndicator": true,
- "period": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
]
}
}, - "placeAndDateOfBirth": {
- "countrySubdivision": "Oregon",
- "townName": "San Diego",
- "country": "US",
- "birthDate": "2022-04-17"
}, - "contact": {
- "contactMethods": [
- {
- "channelType": "Email",
- "identification": "011-02010020202"
}
], - "preferredMethod": "Email",
- "preferredLanguage": "English"
}, - "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "TaxIdentificationNumber",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "countryOfResidence": "US"
}
}
}, - "frequency": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "interestFrequency": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "draftDayAdjuster": 30,
- "principalVarianceOptions": [
- "string"
], - "automaticIndicator": true,
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "splitOptions": [
- "string"
], - "pastDueTimes": [
- {
- "number": 0,
- "fromDay": 30,
- "toDay": 30,
- "authorizedAccount": "033-DDA-123456"
}
], - "firstPaymentDate": "2022-04-17",
- "bill": {
- "billingDay": 30,
- "rebillStatus": "RebillRequest",
- "rebillInterestIndicator": true,
- "leadDays": 0,
- "interestFromDate": "2022-04-17",
- "interestToDate": "2022-04-17",
- "balances": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "balanceName": "Available",
- "amount": "100",
- "count": 0,
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
]
}
}, - "unscheduledPrincipalReduction": "100",
- "totalReappliedReduction": "100",
- "accruedCapitalisationAmount": "100",
- "reviewDateEvents": [
- "ElegibleForHAMP"
], - "status": {
- "status": "Withdrawn",
- "statusDateAndTime": "2022-04-17T08:00:00Z",
- "details": [
- {
- "statusType": "RegulationDD",
- "statusName": "Active",
- "dateAndTime": "2022-04-17T08:00:00Z",
- "reasonComment": "This is a description.",
- "statusReason": "RegulationDD"
}
], - "processEvents": [
- "string"
], - "openDate": "2022-04-17",
- "fundedDate": "2022-04-17",
- "disbursalDate": "2022-04-17",
- "accrualStatus": "NonAccrual",
- "nonAccrualProcess": "PastDueXDays",
- "renegotiatedIndicator": true,
- "convertedLoanIndicator": true
}, - "payOff": {
- "balanceOptions": [
- "string"
], - "displayIndicator": true,
- "calculationMethodOptions": [
- "string"
]
}
}
Retrieves a Loan
Authorizations:
path Parameters
loanId required | string (Id) [ 1 .. 36 ] characters Example: 5fb9d4d6-1a3c-11ed-861d-0242ac120002 Loan Identification |
header Parameters
servicerId | string (Id) [ 1 .. 36 ] characters Example: 5fb9d4d6-1a3c-11ed-861d-0242ac120002 Account Servicer Identification (Bank) |
servicerBranchId | string (ServicerBranchId) [ 1 .. 36 ] characters Example: SEA_1 Identification of the account servicer institution at branch level or center level. |
Responses
Response samples
- 200
- 400
- 404
- 500
{- "accountBranchId": "SEA_1",
- "accountNumber": "012345678",
- "accountType": "Checking",
- "routingNumbers": [
- {
- "number": "012345678",
- "routingNumberType": "ACH"
}
], - "identifiers": [
- {
- "number": "string",
- "schemeName": "BBANIdentifier",
- "issuer": "string"
}
], - "loanBranchId": "SEA_1",
- "loanType": "Personal",
- "recourseType": "FullRecourse",
- "balanceType": "Asset",
- "lendingRelationType": "Direct",
- "securedLoanIndicator": true,
- "ownershipType": "SingleOwnerAccount",
- "productId": "PD_CA_0002",
- "name": "Hermes PD_CA 0002",
- "accountPurpose": "This is a description.",
- "currency": "USD",
- "contract": {
- "documentId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "documentReference": "string",
- "format": "PDF",
- "title": "This is a Title.",
- "version": "string",
- "signOffDate": "2022-04-17",
- "issueDate": "2022-04-17",
- "purpose": "string",
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "jurisdiction": {
- "countrySubdivision": "Oregon",
- "townName": "San Diego",
- "country": "US"
}, - "contact": {
- "structuredName": {
- "firstName": "Mary",
- "middleName": "Joe",
- "lastName": "Smith",
- "middleInitial": "J.",
- "suffix": "PhD",
- "prefix": "Dr."
}, - "name": "Jane Birkin",
- "firstContactDate": "2022-04-17T08:00:00Z",
- "lastContactDate": "2022-04-17T08:00:00Z",
- "phones": [
- {
- "number": "+1-555-1234567",
- "extension": "strin",
- "country": "str",
- "phoneType": "string",
- "phonePurpose": "string",
- "foreignIndicator": true,
- "primaryIndicator": true,
- "preferredHourOfDay": {
- "hour": "12",
- "timeZone": "Pacific",
- "timeOfTheDay": "string"
}, - "comment": "This is a description.",
- "period": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "lastUpdatedDate": "2022-04-17T08:00:00Z"
}
], - "emails": [
- {
- "emailAddress": "string",
- "emailPurpose": "Statements",
- "primaryIndicator": true,
- "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "lastUpdatedDate": "2022-04-17T08:00:00Z"
}
], - "jobTitle": "Head of Documentation",
- "department": "Sales",
- "communicationChannels": [
- {
- "channel": "Email",
- "channelIdentification": "011-02010020202",
- "channelPurpose": "PrivacyNotices",
- "codeWord": "string",
- "alertIndicator": null,
- "personId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "status": "Warning",
- "primaryIndicator": true,
- "leadTime": {
- "unit": "Months",
- "value": 999
}, - "alertText": "This is a description.",
- "contactDates": [
- {
- "name": "Expiration",
- "date": "2022-04-17T08:00:00Z"
}
], - "contactCount": 0
}
], - "preferredMethod": "Email",
- "preferredLanguage": "English"
}, - "parties": {
- "partyId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "partyType": "Person",
- "partyName": "Jane Birkin"
}, - "contractType": "Regular",
- "amount": "100",
- "creditReduceByOptions": "string",
- "borrower": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "lender": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "maturityDate": "2022-04-17",
- "effectiveDate": "2022-04-17",
- "masterAgreement": {
- "accountId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "availableCredit": "100",
- "documentId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "documentReference": "string",
- "format": "PDF",
- "title": "This is a Title.",
- "version": "string",
- "signOffDate": "2022-04-17",
- "issueDate": "2022-04-17",
- "purpose": "string"
}, - "sencondLevelMasterAgreement": {
- "accountId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "availableCredit": "100",
- "documentId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "documentReference": "string",
- "format": "PDF",
- "title": "This is a Title.",
- "version": "string",
- "signOffDate": "2022-04-17",
- "issueDate": "2022-04-17",
- "purpose": "string"
}, - "collateral": {
- "totalValue": "100",
- "loanToValueRatio": "100",
- "requiredPledge": "100",
- "collaterals": [
- {
- "collateralId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "value": "100",
- "ineligibleAmount": "100",
- "ceilingAmount": "100",
- "netAppraisedValue": "100",
- "lastAppraisedDate": "2022-04-17T08:00:00Z",
- "lastReviewDate": "2022-04-17T08:00:00Z",
- "nextReviewDate": "2022-04-17T08:00:00Z",
- "purchasePrice": "100",
- "collateralType": "string",
- "disposalCostPercentage": "25",
- "maximumLoanAmountPercentage": "25",
- "marketMarginPercentage": "25",
- "underwritingRatioFormulas": [
- {
- "name": "string",
- "ratio": "100"
}
], - "liens": [
- {
- "name": "string",
- "amount": "100"
}
], - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "numberOfUnits": 0,
- "contract": {
- "documentId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "documentReference": "string",
- "format": "PDF",
- "title": "This is a Title.",
- "version": "string",
- "signOffDate": "2022-04-17",
- "issueDate": "2022-04-17",
- "purpose": "string",
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "jurisdiction": {
- "countrySubdivision": "Oregon",
- "townName": "San Diego",
- "country": "US"
}, - "contact": {
- "structuredName": {
- "firstName": "Mary",
- "middleName": "Joe",
- "lastName": "Smith",
- "middleInitial": "J.",
- "suffix": "PhD",
- "prefix": "Dr."
}, - "name": "Jane Birkin",
- "firstContactDate": "2022-04-17T08:00:00Z",
- "lastContactDate": "2022-04-17T08:00:00Z",
- "phones": [
- {
- "number": "+1-555-1234567",
- "extension": "strin",
- "country": "str",
- "phoneType": "string",
- "phonePurpose": "string",
- "foreignIndicator": true,
- "primaryIndicator": true,
- "preferredHourOfDay": {
- "hour": null,
- "timeZone": null,
- "timeOfTheDay": null
}, - "comment": "This is a description.",
- "period": {
- "fromDateTime": null,
- "upToDateTime": null
}, - "codes": [
- null
], - "identifiers": [
- null
], - "lastUpdatedDate": "2022-04-17T08:00:00Z"
}
], - "emails": [
- {
- "emailAddress": "string",
- "emailPurpose": "Statements",
- "primaryIndicator": true,
- "identifiers": [
- null
], - "lastUpdatedDate": "2022-04-17T08:00:00Z"
}
], - "jobTitle": "Head of Documentation",
- "department": "Sales",
- "communicationChannels": [
- {
- "channel": "Email",
- "channelIdentification": "011-02010020202",
- "channelPurpose": "PrivacyNotices",
- "codeWord": "string",
- "alertIndicator": null,
- "personId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "codes": [
- null
], - "status": "Warning",
- "primaryIndicator": true,
- "leadTime": {
- "unit": null,
- "value": null
}, - "alertText": "This is a description.",
- "contactDates": [
- null
], - "contactCount": 0
}
], - "preferredMethod": "Email",
- "preferredLanguage": "English"
}, - "parties": {
- "partyId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "partyType": "Person",
- "partyName": "Jane Birkin"
}
}, - "postalAddress": {
- "addressCode": "string",
- "addressBookIndicator": "string",
- "addressType": "Postal",
- "addressPurpose": "Billing",
- "primaryIndicator": true,
- "careOf": "C/O Company Name",
- "department": "A",
- "subDepartment": "B",
- "streetName": "First Street",
- "firstCrossStreetName": "string",
- "secondCrossStreetName": "Second Street",
- "buildingNumber": "11407",
- "buildingName": "Tall Tower",
- "floor": "20",
- "postBox": "MY779",
- "room": "22",
- "postCode": "97062-6884",
- "carrierRoute": "C001",
- "censusTract": "12345",
- "censusBlock": "1234",
- "cBSACode": "49780",
- "cBSAType": "MSA",
- "foreignIndicator": true,
- "townName": "San Diego",
- "townLocationName": "Clackamas",
- "districtName": "Columbia",
- "countyName": "Cook",
- "countrySubDivision": "Oregon",
- "countrySubDivisionCode": "AR-B",
- "country": "US",
- "addressLine": [
- "11407 Sw Amu st, Suite MY777"
], - "temporaryIndicator": true,
- "period": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
]
}, - "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "status": "Secured",
- "statusDate": "2022-04-17T08:00:00Z",
- "descriptionLines": [
- "This is a description."
], - "collateralOwnershipId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002"
}
]
}, - "interests": [
- {
- "name": "Deposit",
- "interestCode": "string",
- "dayCountBasis": "Actual360",
- "calculationMethodOption": "LastInterest",
- "accruedDate": "2022-04-17",
- "nextInterestDate": "2022-04-17",
- "lastInterestDate": "2022-04-17",
- "term": {
- "unit": "Months",
- "value": 999
}, - "enableIndicator": true,
- "compoundingMethod": "Deposit",
- "compoundingFrequency": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "calculationFrequency": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "oneDayInterest": "100",
- "payment": {
- "frequency": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "paymentType": "Compound",
- "paymentTypeOptions": [
- "Primary"
], - "paymentName": "string",
- "accountId": "033-DDA-123456",
- "referenceNumber": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "paymentDate": "2022-04-17",
- "lastPaid": "100",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}, - "balances": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "balanceName": "Available",
- "amount": "100",
- "count": 0,
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
], - "renewal": {
- "maturityNoticeOptions": [
- "string"
], - "rateAtMaturityOptions": [
- "string"
], - "changeNoticeOption": "string",
- "noticePrintOptions": [
- "string"
], - "maturityRateDays": 0,
- "maturityRate": "25",
- "renewalType": "string",
- "rateFrequency": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "term": {
- "unit": "Months",
- "value": 999
}, - "productId": "PD_CA_0002"
}, - "cycle": {
- "firstDateRate": "25",
- "daysProcessed": 0,
- "totalDays": 0,
- "balances": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "balanceName": "Available",
- "amount": "100",
- "count": 0,
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
]
}, - "lastCalculus": "100",
- "reportingIndicator": true,
- "reportingOptions": [
- "Deposit"
], - "form": {
- "formName": "W-8",
- "taxRate": "100",
- "onFileIndicator": true,
- "taxStatus": "Exempt",
- "certificationDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}, - "annualPercentageYieldFrequency": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "annualPercentageYield": "100",
- "daysSinceLastAnniversary": 0,
- "rates": [
- {
- "rateName": "Actual",
- "rateTierName": "Actual",
- "percentage": "25",
- "amount": "100",
- "currency": "USD"
}
], - "rateType": "Fixed",
- "rateTieredType": "Whole",
- "rateAmountType": "Available",
- "pastDueOptions": [
- "string"
], - "variableInterests": [
- {
- "leadDays": 30,
- "nextChangeDate": "2022-04-17",
- "lastChangeDate": "2022-04-17",
- "changes": [
- {
- "referenceRateName": "string",
- "rateType": "Fixed",
- "calculationMethod": "PointSpread",
- "spread": "25",
- "basisPointSpread": 0,
- "pointSpread": "25",
- "productId": "PD_CA_0002",
- "effectiveDate": "2022-04-17T08:00:00Z",
- "frequency": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "increaseOnlyIndicator": true,
- "ceilingRate": "25",
- "floorRate": "25"
}
], - "referenceRateName": "string",
- "rateType": "Fixed",
- "calculationMethod": "PointSpread",
- "spread": "25",
- "basisPointSpread": 0,
- "pointSpread": "25",
- "productId": "PD_CA_0002",
- "effectiveDate": "2022-04-17T08:00:00Z",
- "frequency": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "increaseOnlyIndicator": true,
- "ceilingRate": "25",
- "floorRate": "25"
}
]
}
], - "charges": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "chargeId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "name": "CardLatePayment",
- "status": "Charged",
- "amount": "100",
- "currency": "USD",
- "rate": "25",
- "chargeType": "ManagementFee",
- "exemptIndicator": true,
- "exemptPeriodsNumber": 0,
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "calculationMethodCode": "string",
- "calculationMethodOptions": [
- "string"
], - "options": [
- "NSFDefault"
], - "calculationBasis": "Monthly",
- "bearerType": "Shared",
- "maximumAmount": "100",
- "maximumNumber": 0,
- "minimumAmount": "100",
- "enableIndicator": true,
- "relatedInterest": {
- "name": "Deposit",
- "code": "string",
- "enableIndicator": true,
- "dayCountBasis": "Actual360",
- "calculationMethodOption": "LastInterest",
- "nextInterestDate": "2022-04-17",
- "term": {
- "unit": "Months",
- "value": 999
}, - "calculationFrequency": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "balances": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "balanceName": "Available",
- "amount": "100",
- "count": 0,
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
], - "rateName": "Actual",
- "rateTierName": "Actual",
- "percentage": "25",
- "amount": "100",
- "currency": "USD"
}, - "debitIndicator": true,
- "payments": [
- {
- "frequency": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "paymentType": "Compound",
- "paymentTypeOptions": [
- "Primary"
], - "paymentName": "string",
- "accountId": "033-DDA-123456",
- "referenceNumber": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "paymentDate": "2022-04-17",
- "lastPaid": "100",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
], - "periodicity": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "balances": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "balanceName": "Available",
- "amount": "100",
- "count": 0,
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
], - "description": "This is a description."
}
], - "trialPeriodAmount": "100",
- "tranches": [
- {
- "sequenceNumber": "1",
- "expectedDate": "2022-04-17",
- "dueDate": "2022-04-17",
- "amount": "100",
- "duration": {
- "unit": "Months",
- "value": 999
}
}
], - "term": {
- "duration": {
- "unit": "Months",
- "value": 999
}, - "timesExtended": 100,
- "timesRenewed": 100
}, - "paymentSchedule": [
- {
- "domain": "Payments",
- "family": "CustomerCardTransactions",
- "subFamily": "CreditCardPayment",
- "codes": [
- {
- "codeType": "DetailBAI",
- "name": "string",
- "value": "195",
- "description": "This is a Title."
}
], - "repaymentScheduleId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "amount": "100",
- "minimumDueAmount": "100",
- "expectedDate": "2022-04-17",
- "dueDate": "2022-04-17",
- "repaymentType": "Principal",
- "identifiers": [
- {
- "number": "string",
- "schemeName": "UETR",
- "issuer": "Banc of California"
}
], - "balances": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "balanceName": "Available",
- "amount": "100",
- "count": 0,
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
]
}
], - "billingOption": "string",
- "syndicate": [
- {
- "lenderId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "lenderType": "Person",
- "amount": "100",
- "share": "25"
}
], - "intraCompanyLoanIndicator": false,
- "agreementAccountId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002"
}, - "parties": [
- {
- "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "name": "Jane Birkin",
- "nameTemplateId": "1",
- "shortName": "Jane",
- "placeAndDateOfBirth": {
- "countrySubdivision": "Oregon",
- "townName": "San Diego",
- "country": "US",
- "birthDate": "2022-04-17"
}, - "gender": "Female",
- "status": "GoodStanding",
- "statusDateAndTime": "2022-04-17T08:00:00Z",
- "coveredByMilitaryLendingActIndicator": true,
- "militaryMemberIndicator": true,
- "militaryPeriod": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "audit": {
- "status": "string",
- "creationDate": "2022-04-17",
- "lastModificacionChannel": "Email",
- "lastModificationDate": "2022-04-17",
- "channels": [
- {
- "lastActivityDate": "2022-04-17",
- "name": "Email",
- "activityType": "string",
- "amount": "100"
}
]
}, - "postalAddresses": {
- "addressCode": "string",
- "addressBookIndicator": "string",
- "addressType": "Postal",
- "addressPurpose": "Billing",
- "primaryIndicator": true,
- "careOf": "C/O Company Name",
- "department": "A",
- "subDepartment": "B",
- "streetName": "First Street",
- "firstCrossStreetName": "string",
- "secondCrossStreetName": "Second Street",
- "buildingNumber": "11407",
- "buildingName": "Tall Tower",
- "floor": "20",
- "postBox": "MY779",
- "room": "22",
- "postCode": "97062-6884",
- "carrierRoute": "C001",
- "censusTract": "12345",
- "censusBlock": "1234",
- "cBSACode": "49780",
- "cBSAType": "MSA",
- "foreignIndicator": true,
- "townName": "San Diego",
- "townLocationName": "Clackamas",
- "districtName": "Columbia",
- "countyName": "Cook",
- "countrySubDivision": "Oregon",
- "countrySubDivisionCode": "AR-B",
- "country": "US",
- "addressLine": [
- "11407 Sw Amu st, Suite MY777"
], - "temporaryIndicator": true,
- "period": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
]
}, - "structuredName": {
- "firstName": "Mary",
- "middleName": "Joe",
- "lastName": "Smith",
- "middleInitial": "J.",
- "suffix": "PhD",
- "prefix": "Dr."
}, - "phones": [
- {
- "number": "+1-555-1234567",
- "extension": "strin",
- "country": "str",
- "phoneType": "string",
- "phonePurpose": "string",
- "foreignIndicator": true,
- "primaryIndicator": true,
- "preferredHourOfDay": {
- "hour": "12",
- "timeZone": "Pacific",
- "timeOfTheDay": "string"
}, - "comment": "This is a description.",
- "period": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "lastUpdatedDate": "2022-04-17T08:00:00Z"
}
], - "emails": [
- {
- "emailAddress": "string",
- "emailPurpose": "Statements",
- "primaryIndicator": true,
- "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "lastUpdatedDate": "2022-04-17T08:00:00Z"
}
], - "organizationType": "Corporation",
- "customerType": "Consumer",
- "taxReportingIndicator": true,
- "taxStatus": "Exempt",
- "cards": [
- {
- "cardId": "0dd926fe-1ca2-11ed-861d-0242ac120002",
- "cardHolder": {
- "personId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "identifiers": [
- {
- "schemeName": "SocialSecurityNumber",
- "number": "123-45-6789",
- "issuer": "Baltimore",
- "country": "US",
- "countrySubdivisionCode": "AR-B",
- "issueDate": "2022-04-17",
- "applyDate": "2022-04-17",
- "expirationDate": "2022-04-17",
- "verificationDate": "2022-04-17",
- "foreingIDIndicator": true,
- "taxIDIndicator": true,
- "displayOption": "string"
}
], - "name": "Jane Birkin",
- "shortName": "Jane",
- "placeAndDateOfBirth": {
- "countrySubdivision": "Oregon",
- "townName": "San Diego",
- "country": "US",
- "birthDate": "2022-04-17"
}, - "gender": "Female",
- "status": "GoodStanding",
- "coveredByMilitaryLendingActIndicator": true,
- "militaryMemberIndicator": true,
- "militaryPeriod": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "audit": {
- "status": "string",
- "creationDate": "2022-04-17",
- "lastModificacionChannel": "Email",
- "lastModificationDate": "2022-04-17",
- "channels": [
- {
- "lastActivityDate": "2022-04-17",
- "name": "Email",
- "activityType": "string",
- "amount": "100"
}
]
}, - "postalAddresses": [
- {
- "addressCode": "string",
- "addressBookIndicator": "string",
- "addressType": "Postal",
- "addressPurpose": "Billing",
- "primaryIndicator": true,
- "careOf": "C/O Company Name",
- "department": "A",
- "subDepartment": "B",
- "streetName": "First Street",
- "firstCrossStreetName": "string",
- "secondCrossStreetName": "Second Street",
- "buildingNumber": "11407",
- "buildingName": "Tall Tower",
- "floor": "20",
- "postBox": "MY779",
- "room": "22",
- "postCode": "97062-6884",
- "carrierRoute": "C001",
- "censusTract": "12345",
- "censusBlock": "1234",
- "cBSACode": "49780",
- "cBSAType": "MSA",
- "foreignIndicator": true,
- "townName": "San Diego",
- "townLocationName": "Clackamas",
- "districtName": "Columbia",
- "countyName": "Cook",
- "countrySubDivision": "Oregon",
- "countrySubDivisionCode": "AR-B",
- "country": "US",
- "addressLine": [
- "11407 Sw Amu st, Suite MY777"
], - "temporaryIndicator": true,
- "period": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "codes": [
- {
- "name": null,
- "value": null,
- "description": null
}
], - "identifiers": [
- {
- "number": null,
- "schemeName": null,
- "issuer": null,
- "issueDate": null,
- "expirationDate": null
}
]
}
], - "structuredName": {
- "firstName": "Mary",
- "middleName": "Joe",
- "lastName": "Smith",
- "middleInitial": "J.",
- "suffix": "PhD",
- "prefix": "Dr."
}, - "phones": [
- {
- "number": "+1-555-1234567",
- "extension": "strin",
- "country": "str",
- "phoneType": "string",
- "phonePurpose": "string",
- "foreignIndicator": true,
- "primaryIndicator": true,
- "preferredHourOfDay": {
- "hour": "12",
- "timeZone": "Pacific",
- "timeOfTheDay": "string"
}, - "comment": "This is a description.",
- "period": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "codes": [
- {
- "name": null,
- "value": null,
- "description": null
}
], - "identifiers": [
- {
- "number": null,
- "schemeName": null,
- "issuer": null,
- "issueDate": null,
- "expirationDate": null
}
], - "lastUpdatedDate": "2022-04-17T08:00:00Z"
}
], - "emails": [
- {
- "emailAddress": "string",
- "emailPurpose": "Statements",
- "primaryIndicator": true,
- "identifiers": [
- {
- "number": null,
- "schemeName": null,
- "issuer": null,
- "issueDate": null,
- "expirationDate": null
}
], - "lastUpdatedDate": "2022-04-17T08:00:00Z"
}
], - "employeeIndicator": true
}, - "identifiers": [
- {
- "number": "string",
- "schemeName": "MemberNumber",
- "issuer": "string"
}
], - "productId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "number": "1234567890123456789",
- "cardHolderType": "Primary",
- "fundingSourceType": "Credit",
- "businessIndicator": true,
- "cardBranchId": "SEA_1",
- "startDate": "2022-04-17",
- "expiryDate": "2022-12",
- "relatedAccounts": [
- {
- "accountRelationType": "Child",
- "accountId": "033-DDA-123456",
- "accountNumber": "012345678",
- "accountType": "Checking",
- "name": "Hermes PD_CA 0002",
- "balances": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "balanceName": "Available",
- "amount": "100",
- "count": 0,
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z",
- "codes": [
- null
]
}
]
}
], - "status": "Active",
- "statusDate": "2022-04-17T08:00:00Z",
- "statusReasons": [
- "Active"
], - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
], - "balances": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "balanceName": "Available",
- "amount": "100",
- "count": 0,
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
], - "spotDates": [
- {
- "name": "Expiration",
- "date": "2022-04-17T08:00:00Z"
}
], - "partyId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "partyType": "Person",
- "partyAccountRole": "AccountOwner",
- "partyAccountRoleCode": "50",
- "beneficiaryPercentage": "25",
- "accountOwnerRelation": "PrimaryServicerOfficer",
- "restrictions": [
- {
- "name": "WireTransferIn",
- "restrictionPurpose": "This is a description.",
- "enableIndicator": true,
- "disableConditions": [
- "LessThanMinAmount"
], - "validFrom": "2022-04-17",
- "validUntil": "2022-04-17",
- "status": "Pending"
}
]
}
], - "relatedAccounts": [
- {
- "accountRelationType": "Child",
- "accountId": "033-DDA-123456",
- "accountNumber": "012345678",
- "accountType": "Checking",
- "name": "Hermes PD_CA 0002",
- "balances": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "balanceName": "Available",
- "amount": "100",
- "count": 0,
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
]
}
], - "principalAmount": "100",
- "interestAmount": "100",
- "maturityDate": "2022-04-17",
- "mortage": {
- "fHAStateNumber": "99",
- "fHACountyNumber": "88",
- "censusTract": "12345",
- "censusBlock": "1234",
- "cBSACode": "49780",
- "cBSAType": "MSA",
- "hMDAReportingIndicator": true,
- "hMDAOcupationStatus": "Vacant",
- "hMDAPropertyType": "OneToFourFamily",
- "programs": "FHA"
}, - "rateForecastDays": 0,
- "projectedDates": [
- {
- "name": "Expiration",
- "date": "2022-04-17T08:00:00Z"
}
], - "pastDates": [
- {
- "name": "Expiration",
- "date": "2022-04-17T08:00:00Z"
}
], - "restrictions": [
- {
- "name": "WireTransferIn",
- "restrictionPurpose": "This is a description.",
- "enableIndicator": true,
- "disableConditions": [
- "LessThanMinAmount"
], - "validFrom": "2022-04-17",
- "validUntil": "2022-04-17",
- "status": "Pending"
}
], - "limits": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "name": "CreditLimit",
- "limitType": "DirectDebit",
- "channelType": "string",
- "amount": "100",
- "currency": "USD",
- "number": 0,
- "enableIndicator": true,
- "feesConsentIndicator": true,
- "percentageIndicator": true,
- "percentage": "25",
- "temporaryIndicator": true,
- "validityPeriod": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "periodicity": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "usedAmount": "100",
- "usedNumber": 0,
- "usedPercentage": "25",
- "status": "Requested",
- "statusDateAndtime": "2022-04-17T08:00:00Z",
- "history": {
- "originalAmount": "100",
- "originalLimitType": "DirectDebit",
- "details": [
- {
- "amount": "100",
- "enabledDate": "2022-04-17T08:00:00Z",
- "disableDate": "2022-04-17T08:00:00Z"
}
]
}, - "balances": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "balanceName": "Available",
- "amount": "100",
- "count": 0,
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
], - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "accessConditions": [
- "LessThanMinAmount"
], - "notificationOptions": [
- "Exception"
], - "payments": [
- {
- "frequency": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "paymentType": "Compound",
- "paymentTypeOptions": [
- "Primary"
], - "paymentName": "string",
- "accountId": "033-DDA-123456",
- "referenceNumber": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "paymentDate": "2022-04-17",
- "lastPaid": "100",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
]
}
], - "interests": [
- {
- "name": "Deposit",
- "interestCode": "string",
- "dayCountBasis": "Actual360",
- "calculationMethodOption": "LastInterest",
- "accruedDate": "2022-04-17",
- "nextInterestDate": "2022-04-17",
- "lastInterestDate": "2022-04-17",
- "term": {
- "unit": "Months",
- "value": 999
}, - "enableIndicator": true,
- "compoundingMethod": "Deposit",
- "compoundingFrequency": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "calculationFrequency": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "oneDayInterest": "100",
- "payment": {
- "frequency": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "paymentType": "Compound",
- "paymentTypeOptions": [
- "Primary"
], - "paymentName": "string",
- "accountId": "033-DDA-123456",
- "referenceNumber": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "paymentDate": "2022-04-17",
- "lastPaid": "100",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}, - "balances": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "balanceName": "Available",
- "amount": "100",
- "count": 0,
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
], - "renewal": {
- "maturityNoticeOptions": [
- "string"
], - "rateAtMaturityOptions": [
- "string"
], - "changeNoticeOption": "string",
- "noticePrintOptions": [
- "string"
], - "maturityRateDays": 0,
- "maturityRate": "25",
- "renewalType": "string",
- "rateFrequency": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "term": {
- "unit": "Months",
- "value": 999
}, - "productId": "PD_CA_0002"
}, - "cycle": {
- "firstDateRate": "25",
- "daysProcessed": 0,
- "totalDays": 0,
- "balances": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "balanceName": "Available",
- "amount": "100",
- "count": 0,
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
]
}, - "lastCalculus": "100",
- "reportingIndicator": true,
- "reportingOptions": [
- "Deposit"
], - "form": {
- "formName": "W-8",
- "taxRate": "100",
- "onFileIndicator": true,
- "taxStatus": "Exempt",
- "certificationDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}, - "annualPercentageYieldFrequency": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "annualPercentageYield": "100",
- "daysSinceLastAnniversary": 0,
- "rates": [
- {
- "rateName": "Actual",
- "rateTierName": "Actual",
- "percentage": "25",
- "amount": "100",
- "currency": "USD"
}
], - "rateType": "Fixed",
- "rateTieredType": "Whole",
- "rateAmountType": "Available",
- "pastDueOptions": [
- "string"
], - "variableInterests": [
- {
- "leadDays": 30,
- "nextChangeDate": "2022-04-17",
- "lastChangeDate": "2022-04-17",
- "changes": [
- {
- "referenceRateName": "string",
- "rateType": "Fixed",
- "calculationMethod": "PointSpread",
- "spread": "25",
- "basisPointSpread": 0,
- "pointSpread": "25",
- "productId": "PD_CA_0002",
- "effectiveDate": "2022-04-17T08:00:00Z",
- "frequency": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "increaseOnlyIndicator": true,
- "ceilingRate": "25",
- "floorRate": "25"
}
], - "referenceRateName": "string",
- "rateType": "Fixed",
- "calculationMethod": "PointSpread",
- "spread": "25",
- "basisPointSpread": 0,
- "pointSpread": "25",
- "productId": "PD_CA_0002",
- "effectiveDate": "2022-04-17T08:00:00Z",
- "frequency": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "increaseOnlyIndicator": true,
- "ceilingRate": "25",
- "floorRate": "25"
}
]
}
], - "statement": {
- "frequency": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "communicationMethod": "Email",
- "format": "PDF",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "templateCode": "1",
- "lastStatementPeriod": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string"
}, - "nextStatementPeriod": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string"
}, - "lastStatementDate": "2022-04-17",
- "previousStatementDate": "2022-04-17",
- "lastRegularStatementDate": "2022-04-17",
- "truncationOptions": [
- "ItemsIncluded"
], - "accountNameIndicator": true,
- "balances": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "balanceName": "Available",
- "amount": "100",
- "count": 0,
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
], - "preferredLanguage": "English",
- "combineType": "SavingsSatement",
- "category": "BalanceSheet",
- "subcategory": "Cash",
- "profitabilityModelId": "1",
- "lastIRAStatementDate": "2022-04-17"
}, - "profile": {
- "profileType": "Personal",
- "riskLevel": "Permanent",
- "qualityScore": "string",
- "riskMeasures": [
- {
- "name": "StandardAndPoors",
- "level": "Permanent",
- "date": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
], - "creditRankingScales": [
- {
- "name": "StandardAndPoors",
- "score": "AAA",
- "date": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
], - "bankruptcy": {
- "chapter": "11",
- "status": "Petition",
- "statementOption": "RegularBillingStatement"
}, - "paymentHistoryFrequency": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "paymentHistoryOption": "NotRecalculate"
}, - "supplementaryData": { },
- "ammountCalculationDate": "2022-04-17T08:00:00Z",
- "transactionDates": [
- {
- "name": "Expiration",
- "date": "2022-04-17T08:00:00Z"
}
], - "balances": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "balanceName": "Available",
- "amount": "100",
- "count": 0,
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
], - "accountId": "033-DDA-123456",
- "relatedCards": [
- {
- "cardId": "0dd926fe-1ca2-11ed-861d-0242ac120002",
- "cardHolder": {
- "personId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "identifiers": [
- {
- "schemeName": "SocialSecurityNumber",
- "number": "123-45-6789",
- "issuer": "Baltimore",
- "country": "US",
- "countrySubdivisionCode": "AR-B",
- "issueDate": "2022-04-17",
- "applyDate": "2022-04-17",
- "expirationDate": "2022-04-17",
- "verificationDate": "2022-04-17",
- "foreingIDIndicator": true,
- "taxIDIndicator": true,
- "displayOption": "string"
}
], - "name": "Jane Birkin",
- "shortName": "Jane",
- "placeAndDateOfBirth": {
- "countrySubdivision": "Oregon",
- "townName": "San Diego",
- "country": "US",
- "birthDate": "2022-04-17"
}, - "gender": "Female",
- "status": "GoodStanding",
- "coveredByMilitaryLendingActIndicator": true,
- "militaryMemberIndicator": true,
- "militaryPeriod": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "audit": {
- "status": "string",
- "creationDate": "2022-04-17",
- "lastModificacionChannel": "Email",
- "lastModificationDate": "2022-04-17",
- "channels": [
- {
- "lastActivityDate": "2022-04-17",
- "name": "Email",
- "activityType": "string",
- "amount": "100"
}
]
}, - "postalAddresses": [
- {
- "addressCode": "string",
- "addressBookIndicator": "string",
- "addressType": "Postal",
- "addressPurpose": "Billing",
- "primaryIndicator": true,
- "careOf": "C/O Company Name",
- "department": "A",
- "subDepartment": "B",
- "streetName": "First Street",
- "firstCrossStreetName": "string",
- "secondCrossStreetName": "Second Street",
- "buildingNumber": "11407",
- "buildingName": "Tall Tower",
- "floor": "20",
- "postBox": "MY779",
- "room": "22",
- "postCode": "97062-6884",
- "carrierRoute": "C001",
- "censusTract": "12345",
- "censusBlock": "1234",
- "cBSACode": "49780",
- "cBSAType": "MSA",
- "foreignIndicator": true,
- "townName": "San Diego",
- "townLocationName": "Clackamas",
- "districtName": "Columbia",
- "countyName": "Cook",
- "countrySubDivision": "Oregon",
- "countrySubDivisionCode": "AR-B",
- "country": "US",
- "addressLine": [
- "11407 Sw Amu st, Suite MY777"
], - "temporaryIndicator": true,
- "period": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
]
}
], - "structuredName": {
- "firstName": "Mary",
- "middleName": "Joe",
- "lastName": "Smith",
- "middleInitial": "J.",
- "suffix": "PhD",
- "prefix": "Dr."
}, - "phones": [
- {
- "number": "+1-555-1234567",
- "extension": "strin",
- "country": "str",
- "phoneType": "string",
- "phonePurpose": "string",
- "foreignIndicator": true,
- "primaryIndicator": true,
- "preferredHourOfDay": {
- "hour": "12",
- "timeZone": "Pacific",
- "timeOfTheDay": "string"
}, - "comment": "This is a description.",
- "period": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "lastUpdatedDate": "2022-04-17T08:00:00Z"
}
], - "emails": [
- {
- "emailAddress": "string",
- "emailPurpose": "Statements",
- "primaryIndicator": true,
- "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "lastUpdatedDate": "2022-04-17T08:00:00Z"
}
], - "employeeIndicator": true
}, - "identifiers": [
- {
- "number": "string",
- "schemeName": "MemberNumber",
- "issuer": "string"
}
], - "productId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "number": "1234567890123456789",
- "cardHolderType": "Primary",
- "fundingSourceType": "Credit",
- "businessIndicator": true,
- "cardBranchId": "SEA_1",
- "startDate": "2022-04-17",
- "expiryDate": "2022-12",
- "relatedAccounts": [
- {
- "accountRelationType": "Child",
- "accountId": "033-DDA-123456",
- "accountNumber": "012345678",
- "accountType": "Checking",
- "name": "Hermes PD_CA 0002",
- "balances": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "balanceName": "Available",
- "amount": "100",
- "count": 0,
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
]
}
], - "status": "Active",
- "statusDate": "2022-04-17T08:00:00Z",
- "statusReasons": [
- "Active"
], - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
], - "payment": {
- "numberOfPayments": 0,
- "next": {
- "domain": "Payments",
- "family": "CustomerCardTransactions",
- "subFamily": "CreditCardPayment",
- "codes": [
- {
- "codeType": "DetailBAI",
- "name": "string",
- "value": "195",
- "description": "This is a Title."
}
], - "repaymentScheduleId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "amount": "100",
- "minimumDueAmount": "100",
- "expectedDate": "2022-04-17",
- "dueDate": "2022-04-17",
- "repaymentType": "Principal",
- "identifiers": [
- {
- "number": "string",
- "schemeName": "UETR",
- "issuer": "Banc of California"
}
], - "balances": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "balanceName": "Available",
- "amount": "100",
- "count": 0,
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
]
}, - "last": {
- "domain": "Payments",
- "family": "CustomerCardTransactions",
- "subFamily": "CreditCardPayment",
- "codes": [
- {
- "codeType": "DetailBAI",
- "name": "string",
- "value": "195",
- "description": "This is a Title."
}
], - "repaymentScheduleId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "amount": "100",
- "minimumDueAmount": "100",
- "expectedDate": "2022-04-17",
- "dueDate": "2022-04-17",
- "repaymentType": "Principal",
- "identifiers": [
- {
- "number": "string",
- "schemeName": "UETR",
- "issuer": "Banc of California"
}
], - "balances": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "balanceName": "Available",
- "amount": "100",
- "count": 0,
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
], - "paymentId": "0dd926fe-1ca2-11ed-861d-0242ac120002",
- "reversalIndicator": true,
- "remittanceInformation": {
- "remittanceNumber": "string",
- "documentType": "string"
}, - "valueDate": "2022-04-17T08:00:00Z",
- "bookingDate": "2022-04-17T08:00:00Z",
- "charges": [
- {
- "name": "CardLatePayment",
- "description": "This is a description.",
- "amount": "100",
- "adjustment": "100"
}
], - "interests": [
- {
- "name": "Deposit",
- "amount": "100"
}
], - "paymentDate": "2022-04-17",
- "cycleDate": "2022-04-17",
- "paymentReason": "CashManagementTransfer",
- "paymentName": "string",
- "delinquentDays": 0
}, - "regular": {
- "balances": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "balanceName": "Available",
- "amount": "100",
- "count": 0,
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
], - "instruction": {
- "identifiers": [
- {
- "number": "string",
- "schemeName": "UETR",
- "issuer": "Banc of California"
}
], - "paymentMethod": "CreditTransfer",
- "paymentType": "OnUs",
- "amount": "100",
- "taxAmount": "100",
- "creditorAccountId": "033-DDA-123456",
- "paymentProcessing": {
- "instructionPriority": "123456789",
- "serviceLevel": "BookTransaction",
- "clearingChannel": "ACH",
- "localInstrument": "CCD",
- "categoryPurpose": "SalaryPayment"
}, - "chargeBearerType": "Shared",
- "creditor": {
- "name": "Jane Birkin",
- "account": {
- "name": "Hermes PD_CA 0002",
- "currency": "USD",
- "accountBranchId": "SEA_1",
- "accountNumber": "012345678",
- "accountType": "Checking",
- "routingNumber": "012345678",
- "identifiers": [
- {
- "number": "string",
- "schemeName": "BBANIdentifier",
- "issuer": "string"
}
]
}, - "postalAddress": {
- "addressCode": "string",
- "addressBookIndicator": "string",
- "addressType": "Postal",
- "addressPurpose": "Billing",
- "primaryIndicator": true,
- "careOf": "C/O Company Name",
- "department": "A",
- "subDepartment": "B",
- "streetName": "First Street",
- "firstCrossStreetName": "string",
- "secondCrossStreetName": "Second Street",
- "buildingNumber": "11407",
- "buildingName": "Tall Tower",
- "floor": "20",
- "postBox": "MY779",
- "room": "22",
- "postCode": "97062-6884",
- "carrierRoute": "C001",
- "censusTract": "12345",
- "censusBlock": "1234",
- "cBSACode": "49780",
- "cBSAType": "MSA",
- "foreignIndicator": true,
- "townName": "San Diego",
- "townLocationName": "Clackamas",
- "districtName": "Columbia",
- "countyName": "Cook",
- "countrySubDivision": "Oregon",
- "countrySubDivisionCode": "AR-B",
- "country": "US",
- "addressLine": [
- "11407 Sw Amu st, Suite MY777"
], - "temporaryIndicator": true,
- "period": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
]
}, - "agent": {
- "identifiers": [
- {
- "number": "123-45-6789",
- "issuer": "UnitedStates",
- "country": "US",
- "countrySubdivisionCode": "AR-B",
- "issueDate": "2022-04-17",
- "applyDate": "2022-04-17",
- "expirationDate": "2022-04-17",
- "verificationDate": "2022-04-17",
- "foreingIDIndicator": true,
- "taxIDIndicator": true,
- "displayOption": "string",
- "schemeName": "TaxIdentificationNumber"
}
], - "clearingSystemMemberIdentification": "UnitedStatesRoutingNumberFedwireNACHA",
- "memberIdentification": "string",
- "name": "string",
- "postalAddress": {
- "addressCode": "string",
- "addressBookIndicator": "string",
- "addressType": "Postal",
- "addressPurpose": "Billing",
- "primaryIndicator": true,
- "careOf": "C/O Company Name",
- "department": "A",
- "subDepartment": "B",
- "streetName": "First Street",
- "firstCrossStreetName": "string",
- "secondCrossStreetName": "Second Street",
- "buildingNumber": "11407",
- "buildingName": "Tall Tower",
- "floor": "20",
- "postBox": "MY779",
- "room": "22",
- "postCode": "97062-6884",
- "carrierRoute": "C001",
- "censusTract": "12345",
- "censusBlock": "1234",
- "cBSACode": "49780",
- "cBSAType": "MSA",
- "foreignIndicator": true,
- "townName": "San Diego",
- "townLocationName": "Clackamas",
- "districtName": "Columbia",
- "countyName": "Cook",
- "countrySubDivision": "Oregon",
- "countrySubDivisionCode": "AR-B",
- "country": "US",
- "addressLine": [
- "11407 Sw Amu st, Suite MY777"
], - "temporaryIndicator": true,
- "period": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
]
}
}, - "placeAndDateOfBirth": {
- "countrySubdivision": "Oregon",
- "townName": "San Diego",
- "country": "US",
- "birthDate": "2022-04-17"
}, - "contact": {
- "contactMethods": [
- {
- "channelType": "Email",
- "identification": "011-02010020202"
}
], - "preferredMethod": "Email",
- "preferredLanguage": "English"
}, - "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "TaxIdentificationNumber",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "countryOfResidence": "US"
}
}
}, - "frequency": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "interestFrequency": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "draftDayAdjuster": 30,
- "principalVarianceOptions": [
- "string"
], - "automaticIndicator": true,
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "splitOptions": [
- "string"
], - "pastDueTimes": [
- {
- "number": 0,
- "fromDay": 30,
- "toDay": 30,
- "authorizedAccount": "033-DDA-123456"
}
], - "firstPaymentDate": "2022-04-17",
- "bill": {
- "billingDay": 30,
- "rebillStatus": "RebillRequest",
- "rebillInterestIndicator": true,
- "leadDays": 0,
- "interestFromDate": "2022-04-17",
- "interestToDate": "2022-04-17",
- "balances": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "balanceName": "Available",
- "amount": "100",
- "count": 0,
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
]
}
}, - "unscheduledPrincipalReduction": "100",
- "totalReappliedReduction": "100",
- "accruedCapitalisationAmount": "100",
- "reviewDateEvents": [
- "ElegibleForHAMP"
], - "status": {
- "status": "Withdrawn",
- "statusDateAndTime": "2022-04-17T08:00:00Z",
- "details": [
- {
- "statusType": "RegulationDD",
- "statusName": "Active",
- "dateAndTime": "2022-04-17T08:00:00Z",
- "reasonComment": "This is a description.",
- "statusReason": "RegulationDD"
}
], - "processEvents": [
- "string"
], - "openDate": "2022-04-17",
- "fundedDate": "2022-04-17",
- "disbursalDate": "2022-04-17",
- "accrualStatus": "NonAccrual",
- "nonAccrualProcess": "PastDueXDays",
- "renegotiatedIndicator": true,
- "convertedLoanIndicator": true
}, - "payOff": {
- "balanceOptions": [
- "string"
], - "displayIndicator": true,
- "calculationMethodOptions": [
- "string"
]
}
}
Updates a Loan
Use the JSON Merge Patch standard https://tools.ietf.org/html/rfc7396
Authorizations:
path Parameters
loanId required | string (Id) [ 1 .. 36 ] characters Example: 5fb9d4d6-1a3c-11ed-861d-0242ac120002 Loan Identification |
header Parameters
servicerId | string (Id) [ 1 .. 36 ] characters Example: 5fb9d4d6-1a3c-11ed-861d-0242ac120002 Account Servicer Identification (Bank) |
servicerBranchId | string (ServicerBranchId) [ 1 .. 36 ] characters Example: SEA_1 Identification of the account servicer institution at branch level or center level. |
Request Body schema: application/merge-patch+json
Responses
Request samples
- Payload
{ }
Response samples
- 200
- 400
- 404
- 500
{- "accountBranchId": "SEA_1",
- "accountNumber": "012345678",
- "accountType": "Checking",
- "routingNumbers": [
- {
- "number": "012345678",
- "routingNumberType": "ACH"
}
], - "identifiers": [
- {
- "number": "string",
- "schemeName": "BBANIdentifier",
- "issuer": "string"
}
], - "loanBranchId": "SEA_1",
- "loanType": "Personal",
- "recourseType": "FullRecourse",
- "balanceType": "Asset",
- "lendingRelationType": "Direct",
- "securedLoanIndicator": true,
- "ownershipType": "SingleOwnerAccount",
- "productId": "PD_CA_0002",
- "name": "Hermes PD_CA 0002",
- "accountPurpose": "This is a description.",
- "currency": "USD",
- "contract": {
- "documentId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "documentReference": "string",
- "format": "PDF",
- "title": "This is a Title.",
- "version": "string",
- "signOffDate": "2022-04-17",
- "issueDate": "2022-04-17",
- "purpose": "string",
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "jurisdiction": {
- "countrySubdivision": "Oregon",
- "townName": "San Diego",
- "country": "US"
}, - "contact": {
- "structuredName": {
- "firstName": "Mary",
- "middleName": "Joe",
- "lastName": "Smith",
- "middleInitial": "J.",
- "suffix": "PhD",
- "prefix": "Dr."
}, - "name": "Jane Birkin",
- "firstContactDate": "2022-04-17T08:00:00Z",
- "lastContactDate": "2022-04-17T08:00:00Z",
- "phones": [
- {
- "number": "+1-555-1234567",
- "extension": "strin",
- "country": "str",
- "phoneType": "string",
- "phonePurpose": "string",
- "foreignIndicator": true,
- "primaryIndicator": true,
- "preferredHourOfDay": {
- "hour": "12",
- "timeZone": "Pacific",
- "timeOfTheDay": "string"
}, - "comment": "This is a description.",
- "period": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "lastUpdatedDate": "2022-04-17T08:00:00Z"
}
], - "emails": [
- {
- "emailAddress": "string",
- "emailPurpose": "Statements",
- "primaryIndicator": true,
- "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "lastUpdatedDate": "2022-04-17T08:00:00Z"
}
], - "jobTitle": "Head of Documentation",
- "department": "Sales",
- "communicationChannels": [
- {
- "channel": "Email",
- "channelIdentification": "011-02010020202",
- "channelPurpose": "PrivacyNotices",
- "codeWord": "string",
- "alertIndicator": null,
- "personId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "status": "Warning",
- "primaryIndicator": true,
- "leadTime": {
- "unit": "Months",
- "value": 999
}, - "alertText": "This is a description.",
- "contactDates": [
- {
- "name": "Expiration",
- "date": "2022-04-17T08:00:00Z"
}
], - "contactCount": 0
}
], - "preferredMethod": "Email",
- "preferredLanguage": "English"
}, - "parties": {
- "partyId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "partyType": "Person",
- "partyName": "Jane Birkin"
}, - "contractType": "Regular",
- "amount": "100",
- "creditReduceByOptions": "string",
- "borrower": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "lender": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "maturityDate": "2022-04-17",
- "effectiveDate": "2022-04-17",
- "masterAgreement": {
- "accountId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "availableCredit": "100",
- "documentId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "documentReference": "string",
- "format": "PDF",
- "title": "This is a Title.",
- "version": "string",
- "signOffDate": "2022-04-17",
- "issueDate": "2022-04-17",
- "purpose": "string"
}, - "sencondLevelMasterAgreement": {
- "accountId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "availableCredit": "100",
- "documentId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "documentReference": "string",
- "format": "PDF",
- "title": "This is a Title.",
- "version": "string",
- "signOffDate": "2022-04-17",
- "issueDate": "2022-04-17",
- "purpose": "string"
}, - "collateral": {
- "totalValue": "100",
- "loanToValueRatio": "100",
- "requiredPledge": "100",
- "collaterals": [
- {
- "collateralId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "value": "100",
- "ineligibleAmount": "100",
- "ceilingAmount": "100",
- "netAppraisedValue": "100",
- "lastAppraisedDate": "2022-04-17T08:00:00Z",
- "lastReviewDate": "2022-04-17T08:00:00Z",
- "nextReviewDate": "2022-04-17T08:00:00Z",
- "purchasePrice": "100",
- "collateralType": "string",
- "disposalCostPercentage": "25",
- "maximumLoanAmountPercentage": "25",
- "marketMarginPercentage": "25",
- "underwritingRatioFormulas": [
- {
- "name": "string",
- "ratio": "100"
}
], - "liens": [
- {
- "name": "string",
- "amount": "100"
}
], - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "numberOfUnits": 0,
- "contract": {
- "documentId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "documentReference": "string",
- "format": "PDF",
- "title": "This is a Title.",
- "version": "string",
- "signOffDate": "2022-04-17",
- "issueDate": "2022-04-17",
- "purpose": "string",
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "jurisdiction": {
- "countrySubdivision": "Oregon",
- "townName": "San Diego",
- "country": "US"
}, - "contact": {
- "structuredName": {
- "firstName": "Mary",
- "middleName": "Joe",
- "lastName": "Smith",
- "middleInitial": "J.",
- "suffix": "PhD",
- "prefix": "Dr."
}, - "name": "Jane Birkin",
- "firstContactDate": "2022-04-17T08:00:00Z",
- "lastContactDate": "2022-04-17T08:00:00Z",
- "phones": [
- {
- "number": "+1-555-1234567",
- "extension": "strin",
- "country": "str",
- "phoneType": "string",
- "phonePurpose": "string",
- "foreignIndicator": true,
- "primaryIndicator": true,
- "preferredHourOfDay": {
- "hour": null,
- "timeZone": null,
- "timeOfTheDay": null
}, - "comment": "This is a description.",
- "period": {
- "fromDateTime": null,
- "upToDateTime": null
}, - "codes": [
- null
], - "identifiers": [
- null
], - "lastUpdatedDate": "2022-04-17T08:00:00Z"
}
], - "emails": [
- {
- "emailAddress": "string",
- "emailPurpose": "Statements",
- "primaryIndicator": true,
- "identifiers": [
- null
], - "lastUpdatedDate": "2022-04-17T08:00:00Z"
}
], - "jobTitle": "Head of Documentation",
- "department": "Sales",
- "communicationChannels": [
- {
- "channel": "Email",
- "channelIdentification": "011-02010020202",
- "channelPurpose": "PrivacyNotices",
- "codeWord": "string",
- "alertIndicator": null,
- "personId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "codes": [
- null
], - "status": "Warning",
- "primaryIndicator": true,
- "leadTime": {
- "unit": null,
- "value": null
}, - "alertText": "This is a description.",
- "contactDates": [
- null
], - "contactCount": 0
}
], - "preferredMethod": "Email",
- "preferredLanguage": "English"
}, - "parties": {
- "partyId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "partyType": "Person",
- "partyName": "Jane Birkin"
}
}, - "postalAddress": {
- "addressCode": "string",
- "addressBookIndicator": "string",
- "addressType": "Postal",
- "addressPurpose": "Billing",
- "primaryIndicator": true,
- "careOf": "C/O Company Name",
- "department": "A",
- "subDepartment": "B",
- "streetName": "First Street",
- "firstCrossStreetName": "string",
- "secondCrossStreetName": "Second Street",
- "buildingNumber": "11407",
- "buildingName": "Tall Tower",
- "floor": "20",
- "postBox": "MY779",
- "room": "22",
- "postCode": "97062-6884",
- "carrierRoute": "C001",
- "censusTract": "12345",
- "censusBlock": "1234",
- "cBSACode": "49780",
- "cBSAType": "MSA",
- "foreignIndicator": true,
- "townName": "San Diego",
- "townLocationName": "Clackamas",
- "districtName": "Columbia",
- "countyName": "Cook",
- "countrySubDivision": "Oregon",
- "countrySubDivisionCode": "AR-B",
- "country": "US",
- "addressLine": [
- "11407 Sw Amu st, Suite MY777"
], - "temporaryIndicator": true,
- "period": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
]
}, - "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "status": "Secured",
- "statusDate": "2022-04-17T08:00:00Z",
- "descriptionLines": [
- "This is a description."
], - "collateralOwnershipId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002"
}
]
}, - "interests": [
- {
- "name": "Deposit",
- "interestCode": "string",
- "dayCountBasis": "Actual360",
- "calculationMethodOption": "LastInterest",
- "accruedDate": "2022-04-17",
- "nextInterestDate": "2022-04-17",
- "lastInterestDate": "2022-04-17",
- "term": {
- "unit": "Months",
- "value": 999
}, - "enableIndicator": true,
- "compoundingMethod": "Deposit",
- "compoundingFrequency": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "calculationFrequency": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "oneDayInterest": "100",
- "payment": {
- "frequency": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "paymentType": "Compound",
- "paymentTypeOptions": [
- "Primary"
], - "paymentName": "string",
- "accountId": "033-DDA-123456",
- "referenceNumber": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "paymentDate": "2022-04-17",
- "lastPaid": "100",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}, - "balances": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "balanceName": "Available",
- "amount": "100",
- "count": 0,
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
], - "renewal": {
- "maturityNoticeOptions": [
- "string"
], - "rateAtMaturityOptions": [
- "string"
], - "changeNoticeOption": "string",
- "noticePrintOptions": [
- "string"
], - "maturityRateDays": 0,
- "maturityRate": "25",
- "renewalType": "string",
- "rateFrequency": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "term": {
- "unit": "Months",
- "value": 999
}, - "productId": "PD_CA_0002"
}, - "cycle": {
- "firstDateRate": "25",
- "daysProcessed": 0,
- "totalDays": 0,
- "balances": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "balanceName": "Available",
- "amount": "100",
- "count": 0,
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
]
}, - "lastCalculus": "100",
- "reportingIndicator": true,
- "reportingOptions": [
- "Deposit"
], - "form": {
- "formName": "W-8",
- "taxRate": "100",
- "onFileIndicator": true,
- "taxStatus": "Exempt",
- "certificationDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}, - "annualPercentageYieldFrequency": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "annualPercentageYield": "100",
- "daysSinceLastAnniversary": 0,
- "rates": [
- {
- "rateName": "Actual",
- "rateTierName": "Actual",
- "percentage": "25",
- "amount": "100",
- "currency": "USD"
}
], - "rateType": "Fixed",
- "rateTieredType": "Whole",
- "rateAmountType": "Available",
- "pastDueOptions": [
- "string"
], - "variableInterests": [
- {
- "leadDays": 30,
- "nextChangeDate": "2022-04-17",
- "lastChangeDate": "2022-04-17",
- "changes": [
- {
- "referenceRateName": "string",
- "rateType": "Fixed",
- "calculationMethod": "PointSpread",
- "spread": "25",
- "basisPointSpread": 0,
- "pointSpread": "25",
- "productId": "PD_CA_0002",
- "effectiveDate": "2022-04-17T08:00:00Z",
- "frequency": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "increaseOnlyIndicator": true,
- "ceilingRate": "25",
- "floorRate": "25"
}
], - "referenceRateName": "string",
- "rateType": "Fixed",
- "calculationMethod": "PointSpread",
- "spread": "25",
- "basisPointSpread": 0,
- "pointSpread": "25",
- "productId": "PD_CA_0002",
- "effectiveDate": "2022-04-17T08:00:00Z",
- "frequency": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "increaseOnlyIndicator": true,
- "ceilingRate": "25",
- "floorRate": "25"
}
]
}
], - "charges": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "chargeId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "name": "CardLatePayment",
- "status": "Charged",
- "amount": "100",
- "currency": "USD",
- "rate": "25",
- "chargeType": "ManagementFee",
- "exemptIndicator": true,
- "exemptPeriodsNumber": 0,
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "calculationMethodCode": "string",
- "calculationMethodOptions": [
- "string"
], - "options": [
- "NSFDefault"
], - "calculationBasis": "Monthly",
- "bearerType": "Shared",
- "maximumAmount": "100",
- "maximumNumber": 0,
- "minimumAmount": "100",
- "enableIndicator": true,
- "relatedInterest": {
- "name": "Deposit",
- "code": "string",
- "enableIndicator": true,
- "dayCountBasis": "Actual360",
- "calculationMethodOption": "LastInterest",
- "nextInterestDate": "2022-04-17",
- "term": {
- "unit": "Months",
- "value": 999
}, - "calculationFrequency": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "balances": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "balanceName": "Available",
- "amount": "100",
- "count": 0,
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
], - "rateName": "Actual",
- "rateTierName": "Actual",
- "percentage": "25",
- "amount": "100",
- "currency": "USD"
}, - "debitIndicator": true,
- "payments": [
- {
- "frequency": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "paymentType": "Compound",
- "paymentTypeOptions": [
- "Primary"
], - "paymentName": "string",
- "accountId": "033-DDA-123456",
- "referenceNumber": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "paymentDate": "2022-04-17",
- "lastPaid": "100",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
], - "periodicity": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "balances": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "balanceName": "Available",
- "amount": "100",
- "count": 0,
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
], - "description": "This is a description."
}
], - "trialPeriodAmount": "100",
- "tranches": [
- {
- "sequenceNumber": "1",
- "expectedDate": "2022-04-17",
- "dueDate": "2022-04-17",
- "amount": "100",
- "duration": {
- "unit": "Months",
- "value": 999
}
}
], - "term": {
- "duration": {
- "unit": "Months",
- "value": 999
}, - "timesExtended": 100,
- "timesRenewed": 100
}, - "paymentSchedule": [
- {
- "domain": "Payments",
- "family": "CustomerCardTransactions",
- "subFamily": "CreditCardPayment",
- "codes": [
- {
- "codeType": "DetailBAI",
- "name": "string",
- "value": "195",
- "description": "This is a Title."
}
], - "repaymentScheduleId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "amount": "100",
- "minimumDueAmount": "100",
- "expectedDate": "2022-04-17",
- "dueDate": "2022-04-17",
- "repaymentType": "Principal",
- "identifiers": [
- {
- "number": "string",
- "schemeName": "UETR",
- "issuer": "Banc of California"
}
], - "balances": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "balanceName": "Available",
- "amount": "100",
- "count": 0,
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
]
}
], - "billingOption": "string",
- "syndicate": [
- {
- "lenderId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "lenderType": "Person",
- "amount": "100",
- "share": "25"
}
], - "intraCompanyLoanIndicator": false,
- "agreementAccountId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002"
}, - "parties": [
- {
- "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "name": "Jane Birkin",
- "nameTemplateId": "1",
- "shortName": "Jane",
- "placeAndDateOfBirth": {
- "countrySubdivision": "Oregon",
- "townName": "San Diego",
- "country": "US",
- "birthDate": "2022-04-17"
}, - "gender": "Female",
- "status": "GoodStanding",
- "statusDateAndTime": "2022-04-17T08:00:00Z",
- "coveredByMilitaryLendingActIndicator": true,
- "militaryMemberIndicator": true,
- "militaryPeriod": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "audit": {
- "status": "string",
- "creationDate": "2022-04-17",
- "lastModificacionChannel": "Email",
- "lastModificationDate": "2022-04-17",
- "channels": [
- {
- "lastActivityDate": "2022-04-17",
- "name": "Email",
- "activityType": "string",
- "amount": "100"
}
]
}, - "postalAddresses": {
- "addressCode": "string",
- "addressBookIndicator": "string",
- "addressType": "Postal",
- "addressPurpose": "Billing",
- "primaryIndicator": true,
- "careOf": "C/O Company Name",
- "department": "A",
- "subDepartment": "B",
- "streetName": "First Street",
- "firstCrossStreetName": "string",
- "secondCrossStreetName": "Second Street",
- "buildingNumber": "11407",
- "buildingName": "Tall Tower",
- "floor": "20",
- "postBox": "MY779",
- "room": "22",
- "postCode": "97062-6884",
- "carrierRoute": "C001",
- "censusTract": "12345",
- "censusBlock": "1234",
- "cBSACode": "49780",
- "cBSAType": "MSA",
- "foreignIndicator": true,
- "townName": "San Diego",
- "townLocationName": "Clackamas",
- "districtName": "Columbia",
- "countyName": "Cook",
- "countrySubDivision": "Oregon",
- "countrySubDivisionCode": "AR-B",
- "country": "US",
- "addressLine": [
- "11407 Sw Amu st, Suite MY777"
], - "temporaryIndicator": true,
- "period": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
]
}, - "structuredName": {
- "firstName": "Mary",
- "middleName": "Joe",
- "lastName": "Smith",
- "middleInitial": "J.",
- "suffix": "PhD",
- "prefix": "Dr."
}, - "phones": [
- {
- "number": "+1-555-1234567",
- "extension": "strin",
- "country": "str",
- "phoneType": "string",
- "phonePurpose": "string",
- "foreignIndicator": true,
- "primaryIndicator": true,
- "preferredHourOfDay": {
- "hour": "12",
- "timeZone": "Pacific",
- "timeOfTheDay": "string"
}, - "comment": "This is a description.",
- "period": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "lastUpdatedDate": "2022-04-17T08:00:00Z"
}
], - "emails": [
- {
- "emailAddress": "string",
- "emailPurpose": "Statements",
- "primaryIndicator": true,
- "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "lastUpdatedDate": "2022-04-17T08:00:00Z"
}
], - "organizationType": "Corporation",
- "customerType": "Consumer",
- "taxReportingIndicator": true,
- "taxStatus": "Exempt",
- "cards": [
- {
- "cardId": "0dd926fe-1ca2-11ed-861d-0242ac120002",
- "cardHolder": {
- "personId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "identifiers": [
- {
- "schemeName": "SocialSecurityNumber",
- "number": "123-45-6789",
- "issuer": "Baltimore",
- "country": "US",
- "countrySubdivisionCode": "AR-B",
- "issueDate": "2022-04-17",
- "applyDate": "2022-04-17",
- "expirationDate": "2022-04-17",
- "verificationDate": "2022-04-17",
- "foreingIDIndicator": true,
- "taxIDIndicator": true,
- "displayOption": "string"
}
], - "name": "Jane Birkin",
- "shortName": "Jane",
- "placeAndDateOfBirth": {
- "countrySubdivision": "Oregon",
- "townName": "San Diego",
- "country": "US",
- "birthDate": "2022-04-17"
}, - "gender": "Female",
- "status": "GoodStanding",
- "coveredByMilitaryLendingActIndicator": true,
- "militaryMemberIndicator": true,
- "militaryPeriod": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "audit": {
- "status": "string",
- "creationDate": "2022-04-17",
- "lastModificacionChannel": "Email",
- "lastModificationDate": "2022-04-17",
- "channels": [
- {
- "lastActivityDate": "2022-04-17",
- "name": "Email",
- "activityType": "string",
- "amount": "100"
}
]
}, - "postalAddresses": [
- {
- "addressCode": "string",
- "addressBookIndicator": "string",
- "addressType": "Postal",
- "addressPurpose": "Billing",
- "primaryIndicator": true,
- "careOf": "C/O Company Name",
- "department": "A",
- "subDepartment": "B",
- "streetName": "First Street",
- "firstCrossStreetName": "string",
- "secondCrossStreetName": "Second Street",
- "buildingNumber": "11407",
- "buildingName": "Tall Tower",
- "floor": "20",
- "postBox": "MY779",
- "room": "22",
- "postCode": "97062-6884",
- "carrierRoute": "C001",
- "censusTract": "12345",
- "censusBlock": "1234",
- "cBSACode": "49780",
- "cBSAType": "MSA",
- "foreignIndicator": true,
- "townName": "San Diego",
- "townLocationName": "Clackamas",
- "districtName": "Columbia",
- "countyName": "Cook",
- "countrySubDivision": "Oregon",
- "countrySubDivisionCode": "AR-B",
- "country": "US",
- "addressLine": [
- "11407 Sw Amu st, Suite MY777"
], - "temporaryIndicator": true,
- "period": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "codes": [
- {
- "name": null,
- "value": null,
- "description": null
}
], - "identifiers": [
- {
- "number": null,
- "schemeName": null,
- "issuer": null,
- "issueDate": null,
- "expirationDate": null
}
]
}
], - "structuredName": {
- "firstName": "Mary",
- "middleName": "Joe",
- "lastName": "Smith",
- "middleInitial": "J.",
- "suffix": "PhD",
- "prefix": "Dr."
}, - "phones": [
- {
- "number": "+1-555-1234567",
- "extension": "strin",
- "country": "str",
- "phoneType": "string",
- "phonePurpose": "string",
- "foreignIndicator": true,
- "primaryIndicator": true,
- "preferredHourOfDay": {
- "hour": "12",
- "timeZone": "Pacific",
- "timeOfTheDay": "string"
}, - "comment": "This is a description.",
- "period": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "codes": [
- {
- "name": null,
- "value": null,
- "description": null
}
], - "identifiers": [
- {
- "number": null,
- "schemeName": null,
- "issuer": null,
- "issueDate": null,
- "expirationDate": null
}
], - "lastUpdatedDate": "2022-04-17T08:00:00Z"
}
], - "emails": [
- {
- "emailAddress": "string",
- "emailPurpose": "Statements",
- "primaryIndicator": true,
- "identifiers": [
- {
- "number": null,
- "schemeName": null,
- "issuer": null,
- "issueDate": null,
- "expirationDate": null
}
], - "lastUpdatedDate": "2022-04-17T08:00:00Z"
}
], - "employeeIndicator": true
}, - "identifiers": [
- {
- "number": "string",
- "schemeName": "MemberNumber",
- "issuer": "string"
}
], - "productId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "number": "1234567890123456789",
- "cardHolderType": "Primary",
- "fundingSourceType": "Credit",
- "businessIndicator": true,
- "cardBranchId": "SEA_1",
- "startDate": "2022-04-17",
- "expiryDate": "2022-12",
- "relatedAccounts": [
- {
- "accountRelationType": "Child",
- "accountId": "033-DDA-123456",
- "accountNumber": "012345678",
- "accountType": "Checking",
- "name": "Hermes PD_CA 0002",
- "balances": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "balanceName": "Available",
- "amount": "100",
- "count": 0,
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z",
- "codes": [
- null
]
}
]
}
], - "status": "Active",
- "statusDate": "2022-04-17T08:00:00Z",
- "statusReasons": [
- "Active"
], - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
], - "balances": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "balanceName": "Available",
- "amount": "100",
- "count": 0,
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
], - "spotDates": [
- {
- "name": "Expiration",
- "date": "2022-04-17T08:00:00Z"
}
], - "partyId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "partyType": "Person",
- "partyAccountRole": "AccountOwner",
- "partyAccountRoleCode": "50",
- "beneficiaryPercentage": "25",
- "accountOwnerRelation": "PrimaryServicerOfficer",
- "restrictions": [
- {
- "name": "WireTransferIn",
- "restrictionPurpose": "This is a description.",
- "enableIndicator": true,
- "disableConditions": [
- "LessThanMinAmount"
], - "validFrom": "2022-04-17",
- "validUntil": "2022-04-17",
- "status": "Pending"
}
]
}
], - "relatedAccounts": [
- {
- "accountRelationType": "Child",
- "accountId": "033-DDA-123456",
- "accountNumber": "012345678",
- "accountType": "Checking",
- "name": "Hermes PD_CA 0002",
- "balances": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "balanceName": "Available",
- "amount": "100",
- "count": 0,
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
]
}
], - "principalAmount": "100",
- "interestAmount": "100",
- "maturityDate": "2022-04-17",
- "mortage": {
- "fHAStateNumber": "99",
- "fHACountyNumber": "88",
- "censusTract": "12345",
- "censusBlock": "1234",
- "cBSACode": "49780",
- "cBSAType": "MSA",
- "hMDAReportingIndicator": true,
- "hMDAOcupationStatus": "Vacant",
- "hMDAPropertyType": "OneToFourFamily",
- "programs": "FHA"
}, - "rateForecastDays": 0,
- "projectedDates": [
- {
- "name": "Expiration",
- "date": "2022-04-17T08:00:00Z"
}
], - "pastDates": [
- {
- "name": "Expiration",
- "date": "2022-04-17T08:00:00Z"
}
], - "restrictions": [
- {
- "name": "WireTransferIn",
- "restrictionPurpose": "This is a description.",
- "enableIndicator": true,
- "disableConditions": [
- "LessThanMinAmount"
], - "validFrom": "2022-04-17",
- "validUntil": "2022-04-17",
- "status": "Pending"
}
], - "limits": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "name": "CreditLimit",
- "limitType": "DirectDebit",
- "channelType": "string",
- "amount": "100",
- "currency": "USD",
- "number": 0,
- "enableIndicator": true,
- "feesConsentIndicator": true,
- "percentageIndicator": true,
- "percentage": "25",
- "temporaryIndicator": true,
- "validityPeriod": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "periodicity": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "usedAmount": "100",
- "usedNumber": 0,
- "usedPercentage": "25",
- "status": "Requested",
- "statusDateAndtime": "2022-04-17T08:00:00Z",
- "history": {
- "originalAmount": "100",
- "originalLimitType": "DirectDebit",
- "details": [
- {
- "amount": "100",
- "enabledDate": "2022-04-17T08:00:00Z",
- "disableDate": "2022-04-17T08:00:00Z"
}
]
}, - "balances": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "balanceName": "Available",
- "amount": "100",
- "count": 0,
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
], - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "accessConditions": [
- "LessThanMinAmount"
], - "notificationOptions": [
- "Exception"
], - "payments": [
- {
- "frequency": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "paymentType": "Compound",
- "paymentTypeOptions": [
- "Primary"
], - "paymentName": "string",
- "accountId": "033-DDA-123456",
- "referenceNumber": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "paymentDate": "2022-04-17",
- "lastPaid": "100",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
]
}
], - "interests": [
- {
- "name": "Deposit",
- "interestCode": "string",
- "dayCountBasis": "Actual360",
- "calculationMethodOption": "LastInterest",
- "accruedDate": "2022-04-17",
- "nextInterestDate": "2022-04-17",
- "lastInterestDate": "2022-04-17",
- "term": {
- "unit": "Months",
- "value": 999
}, - "enableIndicator": true,
- "compoundingMethod": "Deposit",
- "compoundingFrequency": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "calculationFrequency": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "oneDayInterest": "100",
- "payment": {
- "frequency": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "paymentType": "Compound",
- "paymentTypeOptions": [
- "Primary"
], - "paymentName": "string",
- "accountId": "033-DDA-123456",
- "referenceNumber": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "paymentDate": "2022-04-17",
- "lastPaid": "100",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}, - "balances": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "balanceName": "Available",
- "amount": "100",
- "count": 0,
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
], - "renewal": {
- "maturityNoticeOptions": [
- "string"
], - "rateAtMaturityOptions": [
- "string"
], - "changeNoticeOption": "string",
- "noticePrintOptions": [
- "string"
], - "maturityRateDays": 0,
- "maturityRate": "25",
- "renewalType": "string",
- "rateFrequency": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "term": {
- "unit": "Months",
- "value": 999
}, - "productId": "PD_CA_0002"
}, - "cycle": {
- "firstDateRate": "25",
- "daysProcessed": 0,
- "totalDays": 0,
- "balances": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "balanceName": "Available",
- "amount": "100",
- "count": 0,
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
]
}, - "lastCalculus": "100",
- "reportingIndicator": true,
- "reportingOptions": [
- "Deposit"
], - "form": {
- "formName": "W-8",
- "taxRate": "100",
- "onFileIndicator": true,
- "taxStatus": "Exempt",
- "certificationDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}, - "annualPercentageYieldFrequency": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "annualPercentageYield": "100",
- "daysSinceLastAnniversary": 0,
- "rates": [
- {
- "rateName": "Actual",
- "rateTierName": "Actual",
- "percentage": "25",
- "amount": "100",
- "currency": "USD"
}
], - "rateType": "Fixed",
- "rateTieredType": "Whole",
- "rateAmountType": "Available",
- "pastDueOptions": [
- "string"
], - "variableInterests": [
- {
- "leadDays": 30,
- "nextChangeDate": "2022-04-17",
- "lastChangeDate": "2022-04-17",
- "changes": [
- {
- "referenceRateName": "string",
- "rateType": "Fixed",
- "calculationMethod": "PointSpread",
- "spread": "25",
- "basisPointSpread": 0,
- "pointSpread": "25",
- "productId": "PD_CA_0002",
- "effectiveDate": "2022-04-17T08:00:00Z",
- "frequency": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "increaseOnlyIndicator": true,
- "ceilingRate": "25",
- "floorRate": "25"
}
], - "referenceRateName": "string",
- "rateType": "Fixed",
- "calculationMethod": "PointSpread",
- "spread": "25",
- "basisPointSpread": 0,
- "pointSpread": "25",
- "productId": "PD_CA_0002",
- "effectiveDate": "2022-04-17T08:00:00Z",
- "frequency": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "increaseOnlyIndicator": true,
- "ceilingRate": "25",
- "floorRate": "25"
}
]
}
], - "statement": {
- "frequency": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "communicationMethod": "Email",
- "format": "PDF",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "templateCode": "1",
- "lastStatementPeriod": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string"
}, - "nextStatementPeriod": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string"
}, - "lastStatementDate": "2022-04-17",
- "previousStatementDate": "2022-04-17",
- "lastRegularStatementDate": "2022-04-17",
- "truncationOptions": [
- "ItemsIncluded"
], - "accountNameIndicator": true,
- "balances": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "balanceName": "Available",
- "amount": "100",
- "count": 0,
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
], - "preferredLanguage": "English",
- "combineType": "SavingsSatement",
- "category": "BalanceSheet",
- "subcategory": "Cash",
- "profitabilityModelId": "1",
- "lastIRAStatementDate": "2022-04-17"
}, - "profile": {
- "profileType": "Personal",
- "riskLevel": "Permanent",
- "qualityScore": "string",
- "riskMeasures": [
- {
- "name": "StandardAndPoors",
- "level": "Permanent",
- "date": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
], - "creditRankingScales": [
- {
- "name": "StandardAndPoors",
- "score": "AAA",
- "date": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
], - "bankruptcy": {
- "chapter": "11",
- "status": "Petition",
- "statementOption": "RegularBillingStatement"
}, - "paymentHistoryFrequency": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "paymentHistoryOption": "NotRecalculate"
}, - "supplementaryData": { },
- "ammountCalculationDate": "2022-04-17T08:00:00Z",
- "transactionDates": [
- {
- "name": "Expiration",
- "date": "2022-04-17T08:00:00Z"
}
], - "balances": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "balanceName": "Available",
- "amount": "100",
- "count": 0,
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
], - "accountId": "033-DDA-123456",
- "relatedCards": [
- {
- "cardId": "0dd926fe-1ca2-11ed-861d-0242ac120002",
- "cardHolder": {
- "personId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "identifiers": [
- {
- "schemeName": "SocialSecurityNumber",
- "number": "123-45-6789",
- "issuer": "Baltimore",
- "country": "US",
- "countrySubdivisionCode": "AR-B",
- "issueDate": "2022-04-17",
- "applyDate": "2022-04-17",
- "expirationDate": "2022-04-17",
- "verificationDate": "2022-04-17",
- "foreingIDIndicator": true,
- "taxIDIndicator": true,
- "displayOption": "string"
}
], - "name": "Jane Birkin",
- "shortName": "Jane",
- "placeAndDateOfBirth": {
- "countrySubdivision": "Oregon",
- "townName": "San Diego",
- "country": "US",
- "birthDate": "2022-04-17"
}, - "gender": "Female",
- "status": "GoodStanding",
- "coveredByMilitaryLendingActIndicator": true,
- "militaryMemberIndicator": true,
- "militaryPeriod": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "audit": {
- "status": "string",
- "creationDate": "2022-04-17",
- "lastModificacionChannel": "Email",
- "lastModificationDate": "2022-04-17",
- "channels": [
- {
- "lastActivityDate": "2022-04-17",
- "name": "Email",
- "activityType": "string",
- "amount": "100"
}
]
}, - "postalAddresses": [
- {
- "addressCode": "string",
- "addressBookIndicator": "string",
- "addressType": "Postal",
- "addressPurpose": "Billing",
- "primaryIndicator": true,
- "careOf": "C/O Company Name",
- "department": "A",
- "subDepartment": "B",
- "streetName": "First Street",
- "firstCrossStreetName": "string",
- "secondCrossStreetName": "Second Street",
- "buildingNumber": "11407",
- "buildingName": "Tall Tower",
- "floor": "20",
- "postBox": "MY779",
- "room": "22",
- "postCode": "97062-6884",
- "carrierRoute": "C001",
- "censusTract": "12345",
- "censusBlock": "1234",
- "cBSACode": "49780",
- "cBSAType": "MSA",
- "foreignIndicator": true,
- "townName": "San Diego",
- "townLocationName": "Clackamas",
- "districtName": "Columbia",
- "countyName": "Cook",
- "countrySubDivision": "Oregon",
- "countrySubDivisionCode": "AR-B",
- "country": "US",
- "addressLine": [
- "11407 Sw Amu st, Suite MY777"
], - "temporaryIndicator": true,
- "period": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
]
}
], - "structuredName": {
- "firstName": "Mary",
- "middleName": "Joe",
- "lastName": "Smith",
- "middleInitial": "J.",
- "suffix": "PhD",
- "prefix": "Dr."
}, - "phones": [
- {
- "number": "+1-555-1234567",
- "extension": "strin",
- "country": "str",
- "phoneType": "string",
- "phonePurpose": "string",
- "foreignIndicator": true,
- "primaryIndicator": true,
- "preferredHourOfDay": {
- "hour": "12",
- "timeZone": "Pacific",
- "timeOfTheDay": "string"
}, - "comment": "This is a description.",
- "period": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "lastUpdatedDate": "2022-04-17T08:00:00Z"
}
], - "emails": [
- {
- "emailAddress": "string",
- "emailPurpose": "Statements",
- "primaryIndicator": true,
- "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "lastUpdatedDate": "2022-04-17T08:00:00Z"
}
], - "employeeIndicator": true
}, - "identifiers": [
- {
- "number": "string",
- "schemeName": "MemberNumber",
- "issuer": "string"
}
], - "productId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "number": "1234567890123456789",
- "cardHolderType": "Primary",
- "fundingSourceType": "Credit",
- "businessIndicator": true,
- "cardBranchId": "SEA_1",
- "startDate": "2022-04-17",
- "expiryDate": "2022-12",
- "relatedAccounts": [
- {
- "accountRelationType": "Child",
- "accountId": "033-DDA-123456",
- "accountNumber": "012345678",
- "accountType": "Checking",
- "name": "Hermes PD_CA 0002",
- "balances": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "balanceName": "Available",
- "amount": "100",
- "count": 0,
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
]
}
], - "status": "Active",
- "statusDate": "2022-04-17T08:00:00Z",
- "statusReasons": [
- "Active"
], - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
], - "payment": {
- "numberOfPayments": 0,
- "next": {
- "domain": "Payments",
- "family": "CustomerCardTransactions",
- "subFamily": "CreditCardPayment",
- "codes": [
- {
- "codeType": "DetailBAI",
- "name": "string",
- "value": "195",
- "description": "This is a Title."
}
], - "repaymentScheduleId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "amount": "100",
- "minimumDueAmount": "100",
- "expectedDate": "2022-04-17",
- "dueDate": "2022-04-17",
- "repaymentType": "Principal",
- "identifiers": [
- {
- "number": "string",
- "schemeName": "UETR",
- "issuer": "Banc of California"
}
], - "balances": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "balanceName": "Available",
- "amount": "100",
- "count": 0,
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
]
}, - "last": {
- "domain": "Payments",
- "family": "CustomerCardTransactions",
- "subFamily": "CreditCardPayment",
- "codes": [
- {
- "codeType": "DetailBAI",
- "name": "string",
- "value": "195",
- "description": "This is a Title."
}
], - "repaymentScheduleId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "amount": "100",
- "minimumDueAmount": "100",
- "expectedDate": "2022-04-17",
- "dueDate": "2022-04-17",
- "repaymentType": "Principal",
- "identifiers": [
- {
- "number": "string",
- "schemeName": "UETR",
- "issuer": "Banc of California"
}
], - "balances": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "balanceName": "Available",
- "amount": "100",
- "count": 0,
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
], - "paymentId": "0dd926fe-1ca2-11ed-861d-0242ac120002",
- "reversalIndicator": true,
- "remittanceInformation": {
- "remittanceNumber": "string",
- "documentType": "string"
}, - "valueDate": "2022-04-17T08:00:00Z",
- "bookingDate": "2022-04-17T08:00:00Z",
- "charges": [
- {
- "name": "CardLatePayment",
- "description": "This is a description.",
- "amount": "100",
- "adjustment": "100"
}
], - "interests": [
- {
- "name": "Deposit",
- "amount": "100"
}
], - "paymentDate": "2022-04-17",
- "cycleDate": "2022-04-17",
- "paymentReason": "CashManagementTransfer",
- "paymentName": "string",
- "delinquentDays": 0
}, - "regular": {
- "balances": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "balanceName": "Available",
- "amount": "100",
- "count": 0,
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
], - "instruction": {
- "identifiers": [
- {
- "number": "string",
- "schemeName": "UETR",
- "issuer": "Banc of California"
}
], - "paymentMethod": "CreditTransfer",
- "paymentType": "OnUs",
- "amount": "100",
- "taxAmount": "100",
- "creditorAccountId": "033-DDA-123456",
- "paymentProcessing": {
- "instructionPriority": "123456789",
- "serviceLevel": "BookTransaction",
- "clearingChannel": "ACH",
- "localInstrument": "CCD",
- "categoryPurpose": "SalaryPayment"
}, - "chargeBearerType": "Shared",
- "creditor": {
- "name": "Jane Birkin",
- "account": {
- "name": "Hermes PD_CA 0002",
- "currency": "USD",
- "accountBranchId": "SEA_1",
- "accountNumber": "012345678",
- "accountType": "Checking",
- "routingNumber": "012345678",
- "identifiers": [
- {
- "number": "string",
- "schemeName": "BBANIdentifier",
- "issuer": "string"
}
]
}, - "postalAddress": {
- "addressCode": "string",
- "addressBookIndicator": "string",
- "addressType": "Postal",
- "addressPurpose": "Billing",
- "primaryIndicator": true,
- "careOf": "C/O Company Name",
- "department": "A",
- "subDepartment": "B",
- "streetName": "First Street",
- "firstCrossStreetName": "string",
- "secondCrossStreetName": "Second Street",
- "buildingNumber": "11407",
- "buildingName": "Tall Tower",
- "floor": "20",
- "postBox": "MY779",
- "room": "22",
- "postCode": "97062-6884",
- "carrierRoute": "C001",
- "censusTract": "12345",
- "censusBlock": "1234",
- "cBSACode": "49780",
- "cBSAType": "MSA",
- "foreignIndicator": true,
- "townName": "San Diego",
- "townLocationName": "Clackamas",
- "districtName": "Columbia",
- "countyName": "Cook",
- "countrySubDivision": "Oregon",
- "countrySubDivisionCode": "AR-B",
- "country": "US",
- "addressLine": [
- "11407 Sw Amu st, Suite MY777"
], - "temporaryIndicator": true,
- "period": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
]
}, - "agent": {
- "identifiers": [
- {
- "number": "123-45-6789",
- "issuer": "UnitedStates",
- "country": "US",
- "countrySubdivisionCode": "AR-B",
- "issueDate": "2022-04-17",
- "applyDate": "2022-04-17",
- "expirationDate": "2022-04-17",
- "verificationDate": "2022-04-17",
- "foreingIDIndicator": true,
- "taxIDIndicator": true,
- "displayOption": "string",
- "schemeName": "TaxIdentificationNumber"
}
], - "clearingSystemMemberIdentification": "UnitedStatesRoutingNumberFedwireNACHA",
- "memberIdentification": "string",
- "name": "string",
- "postalAddress": {
- "addressCode": "string",
- "addressBookIndicator": "string",
- "addressType": "Postal",
- "addressPurpose": "Billing",
- "primaryIndicator": true,
- "careOf": "C/O Company Name",
- "department": "A",
- "subDepartment": "B",
- "streetName": "First Street",
- "firstCrossStreetName": "string",
- "secondCrossStreetName": "Second Street",
- "buildingNumber": "11407",
- "buildingName": "Tall Tower",
- "floor": "20",
- "postBox": "MY779",
- "room": "22",
- "postCode": "97062-6884",
- "carrierRoute": "C001",
- "censusTract": "12345",
- "censusBlock": "1234",
- "cBSACode": "49780",
- "cBSAType": "MSA",
- "foreignIndicator": true,
- "townName": "San Diego",
- "townLocationName": "Clackamas",
- "districtName": "Columbia",
- "countyName": "Cook",
- "countrySubDivision": "Oregon",
- "countrySubDivisionCode": "AR-B",
- "country": "US",
- "addressLine": [
- "11407 Sw Amu st, Suite MY777"
], - "temporaryIndicator": true,
- "period": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
]
}
}, - "placeAndDateOfBirth": {
- "countrySubdivision": "Oregon",
- "townName": "San Diego",
- "country": "US",
- "birthDate": "2022-04-17"
}, - "contact": {
- "contactMethods": [
- {
- "channelType": "Email",
- "identification": "011-02010020202"
}
], - "preferredMethod": "Email",
- "preferredLanguage": "English"
}, - "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "TaxIdentificationNumber",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "countryOfResidence": "US"
}
}
}, - "frequency": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "interestFrequency": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "draftDayAdjuster": 30,
- "principalVarianceOptions": [
- "string"
], - "automaticIndicator": true,
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "splitOptions": [
- "string"
], - "pastDueTimes": [
- {
- "number": 0,
- "fromDay": 30,
- "toDay": 30,
- "authorizedAccount": "033-DDA-123456"
}
], - "firstPaymentDate": "2022-04-17",
- "bill": {
- "billingDay": 30,
- "rebillStatus": "RebillRequest",
- "rebillInterestIndicator": true,
- "leadDays": 0,
- "interestFromDate": "2022-04-17",
- "interestToDate": "2022-04-17",
- "balances": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "balanceName": "Available",
- "amount": "100",
- "count": 0,
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
]
}
}, - "unscheduledPrincipalReduction": "100",
- "totalReappliedReduction": "100",
- "accruedCapitalisationAmount": "100",
- "reviewDateEvents": [
- "ElegibleForHAMP"
], - "status": {
- "status": "Withdrawn",
- "statusDateAndTime": "2022-04-17T08:00:00Z",
- "details": [
- {
- "statusType": "RegulationDD",
- "statusName": "Active",
- "dateAndTime": "2022-04-17T08:00:00Z",
- "reasonComment": "This is a description.",
- "statusReason": "RegulationDD"
}
], - "processEvents": [
- "string"
], - "openDate": "2022-04-17",
- "fundedDate": "2022-04-17",
- "disbursalDate": "2022-04-17",
- "accrualStatus": "NonAccrual",
- "nonAccrualProcess": "PastDueXDays",
- "renegotiatedIndicator": true,
- "convertedLoanIndicator": true
}, - "payOff": {
- "balanceOptions": [
- "string"
], - "displayIndicator": true,
- "calculationMethodOptions": [
- "string"
]
}
}
Retrieves Loan Balances
Authorizations:
path Parameters
loanId required | string (Id) [ 1 .. 36 ] characters Example: 5fb9d4d6-1a3c-11ed-861d-0242ac120002 Loan Identification |
header Parameters
servicerId | string (Id) [ 1 .. 36 ] characters Example: 5fb9d4d6-1a3c-11ed-861d-0242ac120002 Account Servicer Identification (Bank) |
servicerBranchId | string (ServicerBranchId) [ 1 .. 36 ] characters Example: SEA_1 Identification of the account servicer institution at branch level or center level. |
Responses
Response samples
- 200
- 400
- 404
- 500
{- "loanId": "033-DDA-123456",
- "accountNumber": "012345678",
- "balances": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "balanceName": "Available",
- "amount": "100",
- "count": 0,
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
]
}
Retrieves Loan Transactions
Authorizations:
path Parameters
loanId required | string (Id) [ 1 .. 36 ] characters Example: 5fb9d4d6-1a3c-11ed-861d-0242ac120002 Loan Identification |
query Parameters
transactionId.eq | string (TransactionId) [ 1 .. 36 ] characters Example: transactionId.eq=0dd926fe-1ca2-11ed-861d-0242ac120002 Unique reference as assigned by the account servicing institution to unambiguously identify the transaction. |
amount.lte | string (Amount) <= 23 characters ^-?([0]|([1-9][0-9]{0,12}))([.][0-9]{0,8})?$ Example: amount.lte=100 Number of monetary units where the size of the decimal part is defined by the currency. Note: total number of digits: 21 number of digits in fractional part: 8 maxInclusive: 9999999999999.99999999 minInclusive: -9999999999999.99999999 |
amount.gte | string (Amount) <= 23 characters ^-?([0]|([1-9][0-9]{0,12}))([.][0-9]{0,8})?$ Example: amount.gte=100 Number of monetary units where the size of the decimal part is defined by the currency. Note: total number of digits: 21 number of digits in fractional part: 8 maxInclusive: 9999999999999.99999999 minInclusive: -9999999999999.99999999 |
creationDate.lte | string <date> (Date) Example: creationDate.lte=2022-04-17 Creation date less than or equal |
creationDate.gte | string <date> (Date) Example: creationDate.gte=2022-04-17 Creation date greater than or equal |
cursor | string Specifies an opaque string value ( "no meaning" string value) at which start retrieving transactions. For instance, limit=5&cursor=62aef884fbe3470ce7d9a92140b09b17 |
limit | string Specifies the number of resources to return in one request, specified as an integer from 1 to 100. |
header Parameters
servicerId | string (Id) [ 1 .. 36 ] characters Example: 5fb9d4d6-1a3c-11ed-861d-0242ac120002 Account Servicer Identification (Bank) |
servicerBranchId | string (ServicerBranchId) [ 1 .. 36 ] characters Example: SEA_1 Identification of the account servicer institution at branch level or center level. |
Pagination-Cursor required | string Pagination Cursor |
Pagination-Total required | string Total number of resources. |
Responses
Response samples
- 200
- 400
- 404
- 500
{- "loanId": "033-DDA-123456",
- "accountNumber": "012345678",
- "loanType": "Personal",
- "currency": "USD",
- "currentBalance": "100",
- "availableBalance": "100",
- "transactions": [
- {
- "paymentId": "0dd926fe-1ca2-11ed-861d-0242ac120002",
- "reversalIndicator": true,
- "remittanceInformation": {
- "remittanceNumber": "string",
- "documentType": "string"
}, - "identifiers": [
- {
- "number": "string",
- "schemeName": "UETR",
- "issuer": "Banc of California"
}
], - "valueDate": "2022-04-17T08:00:00Z",
- "bookingDate": "2022-04-17T08:00:00Z",
- "charges": [
- {
- "name": "CardLatePayment",
- "description": "This is a description.",
- "amount": "100",
- "adjustment": "100"
}
], - "interests": [
- {
- "name": "Deposit",
- "amount": "100"
}
], - "transactionId": "0dd926fe-1ca2-11ed-861d-0242ac120002",
- "creationDate": "2022-04-17T08:00:00Z",
- "amount": "100",
- "creditDebitIndicator": "Credit",
- "description": "This is a description.",
- "status": "Booked",
- "statusDescription": "This is a Title.",
- "codes": [
- {
- "codeType": "DetailBAI",
- "name": "string",
- "value": "195",
- "description": "This is a Title."
}
], - "currentBalance": "100",
- "supplementaryData": { },
- "check": {
- "checkType": "string",
- "amount": "100",
- "currency": "USD",
- "checkNumber": "string",
- "issuer": "Jhon Smith",
- "availabilityDate": "2022-04-17T08:00:00Z",
- "availabilityFloat": "string",
- "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}, - "card": {
- "cardId": "0dd926fe-1ca2-11ed-861d-0242ac120002",
- "cardNumber": "1234567890123456789",
- "merchantCategoryCode": "482",
- "merchantName": "Food Store",
- "merchantAddress": {
- "addressCode": "string",
- "addressBookIndicator": "string",
- "addressType": "Postal",
- "addressPurpose": "Billing",
- "primaryIndicator": true,
- "careOf": "C/O Company Name",
- "department": "A",
- "subDepartment": "B",
- "streetName": "First Street",
- "firstCrossStreetName": "string",
- "secondCrossStreetName": "Second Street",
- "buildingNumber": "11407",
- "buildingName": "Tall Tower",
- "floor": "20",
- "postBox": "MY779",
- "room": "22",
- "postCode": "97062-6884",
- "carrierRoute": "C001",
- "censusTract": "12345",
- "censusBlock": "1234",
- "cBSACode": "49780",
- "cBSAType": "MSA",
- "foreignIndicator": true,
- "townName": "San Diego",
- "townLocationName": "Clackamas",
- "districtName": "Columbia",
- "countyName": "Cook",
- "countrySubDivision": "Oregon",
- "countrySubDivisionCode": "AR-B",
- "country": "US",
- "addressLine": [
- "11407 Sw Amu st, Suite MY777"
], - "temporaryIndicator": true,
- "period": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
]
}, - "offerId": "101854",
- "offerTitle": "Save 20%"
}
}
]
}
Retrieves Loan Identifiers
Authorizations:
path Parameters
loanId required | string (Id) [ 1 .. 36 ] characters Example: 5fb9d4d6-1a3c-11ed-861d-0242ac120002 Loan Identification |
header Parameters
servicerId | string (Id) [ 1 .. 36 ] characters Example: 5fb9d4d6-1a3c-11ed-861d-0242ac120002 Account Servicer Identification (Bank) |
servicerBranchId | string (ServicerBranchId) [ 1 .. 36 ] characters Example: SEA_1 Identification of the account servicer institution at branch level or center level. |
Responses
Response samples
- 200
- 400
- 404
- 500
{- "accountBranchId": "SEA_1",
- "accountNumber": "012345678",
- "accountType": "Checking",
- "routingNumbers": [
- {
- "number": "012345678",
- "routingNumberType": "ACH"
}
], - "identifiers": [
- {
- "number": "string",
- "schemeName": "BBANIdentifier",
- "issuer": "string"
}
], - "loanId": "033-DDA-123456",
- "loanType": "Personal"
}
Retrieves Loan Parties
Authorizations:
path Parameters
loanId required | string (Id) [ 1 .. 36 ] characters Example: 5fb9d4d6-1a3c-11ed-861d-0242ac120002 Loan Identification |
header Parameters
servicerId | string (Id) [ 1 .. 36 ] characters Example: 5fb9d4d6-1a3c-11ed-861d-0242ac120002 Account Servicer Identification (Bank) |
servicerBranchId | string (ServicerBranchId) [ 1 .. 36 ] characters Example: SEA_1 Identification of the account servicer institution at branch level or center level. |
Responses
Response samples
- 200
- 400
- 404
- 500
{- "loanId": "033-DDA-123456",
- "accountNumber": "012345678",
- "parties": [
- {
- "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "name": "Jane Birkin",
- "nameTemplateId": "1",
- "shortName": "Jane",
- "placeAndDateOfBirth": {
- "countrySubdivision": "Oregon",
- "townName": "San Diego",
- "country": "US",
- "birthDate": "2022-04-17"
}, - "gender": "Female",
- "status": "GoodStanding",
- "statusDateAndTime": "2022-04-17T08:00:00Z",
- "coveredByMilitaryLendingActIndicator": true,
- "militaryMemberIndicator": true,
- "militaryPeriod": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "audit": {
- "status": "string",
- "creationDate": "2022-04-17",
- "lastModificacionChannel": "Email",
- "lastModificationDate": "2022-04-17",
- "channels": [
- {
- "lastActivityDate": "2022-04-17",
- "name": "Email",
- "activityType": "string",
- "amount": "100"
}
]
}, - "postalAddresses": {
- "addressCode": "string",
- "addressBookIndicator": "string",
- "addressType": "Postal",
- "addressPurpose": "Billing",
- "primaryIndicator": true,
- "careOf": "C/O Company Name",
- "department": "A",
- "subDepartment": "B",
- "streetName": "First Street",
- "firstCrossStreetName": "string",
- "secondCrossStreetName": "Second Street",
- "buildingNumber": "11407",
- "buildingName": "Tall Tower",
- "floor": "20",
- "postBox": "MY779",
- "room": "22",
- "postCode": "97062-6884",
- "carrierRoute": "C001",
- "censusTract": "12345",
- "censusBlock": "1234",
- "cBSACode": "49780",
- "cBSAType": "MSA",
- "foreignIndicator": true,
- "townName": "San Diego",
- "townLocationName": "Clackamas",
- "districtName": "Columbia",
- "countyName": "Cook",
- "countrySubDivision": "Oregon",
- "countrySubDivisionCode": "AR-B",
- "country": "US",
- "addressLine": [
- "11407 Sw Amu st, Suite MY777"
], - "temporaryIndicator": true,
- "period": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
]
}, - "structuredName": {
- "firstName": "Mary",
- "middleName": "Joe",
- "lastName": "Smith",
- "middleInitial": "J.",
- "suffix": "PhD",
- "prefix": "Dr."
}, - "phones": [
- {
- "number": "+1-555-1234567",
- "extension": "strin",
- "country": "str",
- "phoneType": "string",
- "phonePurpose": "string",
- "foreignIndicator": true,
- "primaryIndicator": true,
- "preferredHourOfDay": {
- "hour": "12",
- "timeZone": "Pacific",
- "timeOfTheDay": "string"
}, - "comment": "This is a description.",
- "period": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "lastUpdatedDate": "2022-04-17T08:00:00Z"
}
], - "emails": [
- {
- "emailAddress": "string",
- "emailPurpose": "Statements",
- "primaryIndicator": true,
- "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "lastUpdatedDate": "2022-04-17T08:00:00Z"
}
], - "organizationType": "Corporation",
- "customerType": "Consumer",
- "taxReportingIndicator": true,
- "taxStatus": "Exempt",
- "cards": [
- {
- "cardId": "0dd926fe-1ca2-11ed-861d-0242ac120002",
- "cardHolder": {
- "personId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "identifiers": [
- {
- "schemeName": "SocialSecurityNumber",
- "number": "123-45-6789",
- "issuer": "Baltimore",
- "country": "US",
- "countrySubdivisionCode": "AR-B",
- "issueDate": "2022-04-17",
- "applyDate": "2022-04-17",
- "expirationDate": "2022-04-17",
- "verificationDate": "2022-04-17",
- "foreingIDIndicator": true,
- "taxIDIndicator": true,
- "displayOption": "string"
}
], - "name": "Jane Birkin",
- "shortName": "Jane",
- "placeAndDateOfBirth": {
- "countrySubdivision": "Oregon",
- "townName": "San Diego",
- "country": "US",
- "birthDate": "2022-04-17"
}, - "gender": "Female",
- "status": "GoodStanding",
- "coveredByMilitaryLendingActIndicator": true,
- "militaryMemberIndicator": true,
- "militaryPeriod": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "audit": {
- "status": "string",
- "creationDate": "2022-04-17",
- "lastModificacionChannel": "Email",
- "lastModificationDate": "2022-04-17",
- "channels": [
- {
- "lastActivityDate": "2022-04-17",
- "name": "Email",
- "activityType": "string",
- "amount": "100"
}
]
}, - "postalAddresses": [
- {
- "addressCode": "string",
- "addressBookIndicator": "string",
- "addressType": "Postal",
- "addressPurpose": "Billing",
- "primaryIndicator": true,
- "careOf": "C/O Company Name",
- "department": "A",
- "subDepartment": "B",
- "streetName": "First Street",
- "firstCrossStreetName": "string",
- "secondCrossStreetName": "Second Street",
- "buildingNumber": "11407",
- "buildingName": "Tall Tower",
- "floor": "20",
- "postBox": "MY779",
- "room": "22",
- "postCode": "97062-6884",
- "carrierRoute": "C001",
- "censusTract": "12345",
- "censusBlock": "1234",
- "cBSACode": "49780",
- "cBSAType": "MSA",
- "foreignIndicator": true,
- "townName": "San Diego",
- "townLocationName": "Clackamas",
- "districtName": "Columbia",
- "countyName": "Cook",
- "countrySubDivision": "Oregon",
- "countrySubDivisionCode": "AR-B",
- "country": "US",
- "addressLine": [
- "11407 Sw Amu st, Suite MY777"
], - "temporaryIndicator": true,
- "period": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "codes": [
- {
- "name": null,
- "value": null,
- "description": null
}
], - "identifiers": [
- {
- "number": null,
- "schemeName": null,
- "issuer": null,
- "issueDate": null,
- "expirationDate": null
}
]
}
], - "structuredName": {
- "firstName": "Mary",
- "middleName": "Joe",
- "lastName": "Smith",
- "middleInitial": "J.",
- "suffix": "PhD",
- "prefix": "Dr."
}, - "phones": [
- {
- "number": "+1-555-1234567",
- "extension": "strin",
- "country": "str",
- "phoneType": "string",
- "phonePurpose": "string",
- "foreignIndicator": true,
- "primaryIndicator": true,
- "preferredHourOfDay": {
- "hour": "12",
- "timeZone": "Pacific",
- "timeOfTheDay": "string"
}, - "comment": "This is a description.",
- "period": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "codes": [
- {
- "name": null,
- "value": null,
- "description": null
}
], - "identifiers": [
- {
- "number": null,
- "schemeName": null,
- "issuer": null,
- "issueDate": null,
- "expirationDate": null
}
], - "lastUpdatedDate": "2022-04-17T08:00:00Z"
}
], - "emails": [
- {
- "emailAddress": "string",
- "emailPurpose": "Statements",
- "primaryIndicator": true,
- "identifiers": [
- {
- "number": null,
- "schemeName": null,
- "issuer": null,
- "issueDate": null,
- "expirationDate": null
}
], - "lastUpdatedDate": "2022-04-17T08:00:00Z"
}
], - "employeeIndicator": true
}, - "identifiers": [
- {
- "number": "string",
- "schemeName": "MemberNumber",
- "issuer": "string"
}
], - "productId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "number": "1234567890123456789",
- "cardHolderType": "Primary",
- "fundingSourceType": "Credit",
- "businessIndicator": true,
- "cardBranchId": "SEA_1",
- "startDate": "2022-04-17",
- "expiryDate": "2022-12",
- "relatedAccounts": [
- {
- "accountRelationType": "Child",
- "accountId": "033-DDA-123456",
- "accountNumber": "012345678",
- "accountType": "Checking",
- "name": "Hermes PD_CA 0002",
- "balances": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "balanceName": "Available",
- "amount": "100",
- "count": 0,
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z",
- "codes": [
- null
]
}
]
}
], - "status": "Active",
- "statusDate": "2022-04-17T08:00:00Z",
- "statusReasons": [
- "Active"
], - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
], - "balances": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "balanceName": "Available",
- "amount": "100",
- "count": 0,
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
], - "spotDates": [
- {
- "name": "Expiration",
- "date": "2022-04-17T08:00:00Z"
}
], - "partyId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "partyType": "Person",
- "partyAccountRole": "AccountOwner",
- "partyAccountRoleCode": "50",
- "beneficiaryPercentage": "25",
- "accountOwnerRelation": "PrimaryServicerOfficer",
- "restrictions": [
- {
- "name": "WireTransferIn",
- "restrictionPurpose": "This is a description.",
- "enableIndicator": true,
- "disableConditions": [
- "LessThanMinAmount"
], - "validFrom": "2022-04-17",
- "validUntil": "2022-04-17",
- "status": "Pending"
}
]
}
]
}
Retrieves Loan Owners
Authorizations:
path Parameters
loanId required | string (Id) [ 1 .. 36 ] characters Example: 5fb9d4d6-1a3c-11ed-861d-0242ac120002 Loan Identification |
header Parameters
servicerId | string (Id) [ 1 .. 36 ] characters Example: 5fb9d4d6-1a3c-11ed-861d-0242ac120002 Account Servicer Identification (Bank) |
servicerBranchId | string (ServicerBranchId) [ 1 .. 36 ] characters Example: SEA_1 Identification of the account servicer institution at branch level or center level. |
Responses
Response samples
- 200
- 400
- 404
- 500
{- "accountId": "033-DDA-123456",
- "accountNumber": "012345678",
- "accountType": "Checking",
- "ownershipType": "SingleOwnerAccount",
- "owners": [
- {
- "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "name": "Jane Birkin",
- "nameTemplateId": "1",
- "shortName": "Jane",
- "placeAndDateOfBirth": {
- "countrySubdivision": "Oregon",
- "townName": "San Diego",
- "country": "US",
- "birthDate": "2022-04-17"
}, - "gender": "Female",
- "status": "GoodStanding",
- "statusDateAndTime": "2022-04-17T08:00:00Z",
- "coveredByMilitaryLendingActIndicator": true,
- "militaryMemberIndicator": true,
- "militaryPeriod": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "audit": {
- "status": "string",
- "creationDate": "2022-04-17",
- "lastModificacionChannel": "Email",
- "lastModificationDate": "2022-04-17",
- "channels": [
- {
- "lastActivityDate": "2022-04-17",
- "name": "Email",
- "activityType": "string",
- "amount": "100"
}
]
}, - "postalAddresses": {
- "addressCode": "string",
- "addressBookIndicator": "string",
- "addressType": "Postal",
- "addressPurpose": "Billing",
- "primaryIndicator": true,
- "careOf": "C/O Company Name",
- "department": "A",
- "subDepartment": "B",
- "streetName": "First Street",
- "firstCrossStreetName": "string",
- "secondCrossStreetName": "Second Street",
- "buildingNumber": "11407",
- "buildingName": "Tall Tower",
- "floor": "20",
- "postBox": "MY779",
- "room": "22",
- "postCode": "97062-6884",
- "carrierRoute": "C001",
- "censusTract": "12345",
- "censusBlock": "1234",
- "cBSACode": "49780",
- "cBSAType": "MSA",
- "foreignIndicator": true,
- "townName": "San Diego",
- "townLocationName": "Clackamas",
- "districtName": "Columbia",
- "countyName": "Cook",
- "countrySubDivision": "Oregon",
- "countrySubDivisionCode": "AR-B",
- "country": "US",
- "addressLine": [
- "11407 Sw Amu st, Suite MY777"
], - "temporaryIndicator": true,
- "period": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
]
}, - "structuredName": {
- "firstName": "Mary",
- "middleName": "Joe",
- "lastName": "Smith",
- "middleInitial": "J.",
- "suffix": "PhD",
- "prefix": "Dr."
}, - "phones": [
- {
- "number": "+1-555-1234567",
- "extension": "strin",
- "country": "str",
- "phoneType": "string",
- "phonePurpose": "string",
- "foreignIndicator": true,
- "primaryIndicator": true,
- "preferredHourOfDay": {
- "hour": "12",
- "timeZone": "Pacific",
- "timeOfTheDay": "string"
}, - "comment": "This is a description.",
- "period": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "lastUpdatedDate": "2022-04-17T08:00:00Z"
}
], - "emails": [
- {
- "emailAddress": "string",
- "emailPurpose": "Statements",
- "primaryIndicator": true,
- "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "lastUpdatedDate": "2022-04-17T08:00:00Z"
}
], - "organizationType": "Corporation",
- "customerType": "Consumer",
- "taxReportingIndicator": true,
- "taxStatus": "Exempt",
- "cards": [
- {
- "cardId": "0dd926fe-1ca2-11ed-861d-0242ac120002",
- "cardHolder": {
- "personId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "identifiers": [
- {
- "schemeName": "SocialSecurityNumber",
- "number": "123-45-6789",
- "issuer": "Baltimore",
- "country": "US",
- "countrySubdivisionCode": "AR-B",
- "issueDate": "2022-04-17",
- "applyDate": "2022-04-17",
- "expirationDate": "2022-04-17",
- "verificationDate": "2022-04-17",
- "foreingIDIndicator": true,
- "taxIDIndicator": true,
- "displayOption": "string"
}
], - "name": "Jane Birkin",
- "shortName": "Jane",
- "placeAndDateOfBirth": {
- "countrySubdivision": "Oregon",
- "townName": "San Diego",
- "country": "US",
- "birthDate": "2022-04-17"
}, - "gender": "Female",
- "status": "GoodStanding",
- "coveredByMilitaryLendingActIndicator": true,
- "militaryMemberIndicator": true,
- "militaryPeriod": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "audit": {
- "status": "string",
- "creationDate": "2022-04-17",
- "lastModificacionChannel": "Email",
- "lastModificationDate": "2022-04-17",
- "channels": [
- {
- "lastActivityDate": "2022-04-17",
- "name": "Email",
- "activityType": "string",
- "amount": "100"
}
]
}, - "postalAddresses": [
- {
- "addressCode": "string",
- "addressBookIndicator": "string",
- "addressType": "Postal",
- "addressPurpose": "Billing",
- "primaryIndicator": true,
- "careOf": "C/O Company Name",
- "department": "A",
- "subDepartment": "B",
- "streetName": "First Street",
- "firstCrossStreetName": "string",
- "secondCrossStreetName": "Second Street",
- "buildingNumber": "11407",
- "buildingName": "Tall Tower",
- "floor": "20",
- "postBox": "MY779",
- "room": "22",
- "postCode": "97062-6884",
- "carrierRoute": "C001",
- "censusTract": "12345",
- "censusBlock": "1234",
- "cBSACode": "49780",
- "cBSAType": "MSA",
- "foreignIndicator": true,
- "townName": "San Diego",
- "townLocationName": "Clackamas",
- "districtName": "Columbia",
- "countyName": "Cook",
- "countrySubDivision": "Oregon",
- "countrySubDivisionCode": "AR-B",
- "country": "US",
- "addressLine": [
- "11407 Sw Amu st, Suite MY777"
], - "temporaryIndicator": true,
- "period": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "codes": [
- {
- "name": null,
- "value": null,
- "description": null
}
], - "identifiers": [
- {
- "number": null,
- "schemeName": null,
- "issuer": null,
- "issueDate": null,
- "expirationDate": null
}
]
}
], - "structuredName": {
- "firstName": "Mary",
- "middleName": "Joe",
- "lastName": "Smith",
- "middleInitial": "J.",
- "suffix": "PhD",
- "prefix": "Dr."
}, - "phones": [
- {
- "number": "+1-555-1234567",
- "extension": "strin",
- "country": "str",
- "phoneType": "string",
- "phonePurpose": "string",
- "foreignIndicator": true,
- "primaryIndicator": true,
- "preferredHourOfDay": {
- "hour": "12",
- "timeZone": "Pacific",
- "timeOfTheDay": "string"
}, - "comment": "This is a description.",
- "period": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "codes": [
- {
- "name": null,
- "value": null,
- "description": null
}
], - "identifiers": [
- {
- "number": null,
- "schemeName": null,
- "issuer": null,
- "issueDate": null,
- "expirationDate": null
}
], - "lastUpdatedDate": "2022-04-17T08:00:00Z"
}
], - "emails": [
- {
- "emailAddress": "string",
- "emailPurpose": "Statements",
- "primaryIndicator": true,
- "identifiers": [
- {
- "number": null,
- "schemeName": null,
- "issuer": null,
- "issueDate": null,
- "expirationDate": null
}
], - "lastUpdatedDate": "2022-04-17T08:00:00Z"
}
], - "employeeIndicator": true
}, - "identifiers": [
- {
- "number": "string",
- "schemeName": "MemberNumber",
- "issuer": "string"
}
], - "productId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "number": "1234567890123456789",
- "cardHolderType": "Primary",
- "fundingSourceType": "Credit",
- "businessIndicator": true,
- "cardBranchId": "SEA_1",
- "startDate": "2022-04-17",
- "expiryDate": "2022-12",
- "relatedAccounts": [
- {
- "accountRelationType": "Child",
- "accountId": "033-DDA-123456",
- "accountNumber": "012345678",
- "accountType": "Checking",
- "name": "Hermes PD_CA 0002",
- "balances": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "balanceName": "Available",
- "amount": "100",
- "count": 0,
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z",
- "codes": [
- null
]
}
]
}
], - "status": "Active",
- "statusDate": "2022-04-17T08:00:00Z",
- "statusReasons": [
- "Active"
], - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
], - "balances": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "balanceName": "Available",
- "amount": "100",
- "count": 0,
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
], - "spotDates": [
- {
- "name": "Expiration",
- "date": "2022-04-17T08:00:00Z"
}
], - "partyId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "partyType": "Person",
- "partyAccountRole": "AccountOwner",
- "partyAccountRoleCode": "50",
- "beneficiaryPercentage": "25",
- "accountOwnerRelation": "PrimaryServicerOfficer",
- "restrictions": [
- {
- "name": "WireTransferIn",
- "restrictionPurpose": "This is a description.",
- "enableIndicator": true,
- "disableConditions": [
- "LessThanMinAmount"
], - "validFrom": "2022-04-17",
- "validUntil": "2022-04-17",
- "status": "Pending"
}
]
}
]
}
Retrieves Loan Cards
Authorizations:
path Parameters
loanId required | string (Id) [ 1 .. 36 ] characters Example: 5fb9d4d6-1a3c-11ed-861d-0242ac120002 Loan Identification |
header Parameters
servicerId | string (Id) [ 1 .. 36 ] characters Example: 5fb9d4d6-1a3c-11ed-861d-0242ac120002 Account Servicer Identification (Bank) |
servicerBranchId | string (ServicerBranchId) [ 1 .. 36 ] characters Example: SEA_1 Identification of the account servicer institution at branch level or center level. |
Responses
Response samples
- 200
- 400
- 404
- 500
{- "loanId": "033-DDA-123456",
- "accountNumber": "012345678",
- "cards": [
- {
- "identifiers": [
- {
- "number": "string",
- "schemeName": "MemberNumber",
- "issuer": "string"
}
], - "fundingSourceType": "Credit",
- "productId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "businessIndicator": true,
- "digitalIndicator": true,
- "cardBranchId": "SEA_1",
- "number": "1234567890123456789",
- "cardHolderType": "Primary",
- "nameOnCard": "Jane Birkin",
- "businessNameOnCard": "Jane Birkin",
- "art": {
- "styleId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "label": "string",
}, - "referenceAccountId": "033-DDA-123456",
- "relatedAccounts": [
- {
- "accountRelationType": "Child",
- "accountId": "033-DDA-123456",
- "accountNumber": "012345678",
- "accountType": "Checking",
- "name": "Hermes PD_CA 0002",
- "balances": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "balanceName": "Available",
- "amount": "100",
- "count": 0,
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
]
}
], - "startDate": "2022-04-17",
- "expiryDate": "2022-12",
- "orderedDate": "2022-04-17",
- "activationDates": [
- {
- "name": "Expiration",
- "date": "2022-04-17T08:00:00Z"
}
], - "activationAttempts": 0,
- "securityCode": "103",
- "pIN": "1031",
- "pINRetries": 3,
- "sequenceNumber": "1",
- "brand": "Visa",
- "limits": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "name": "CreditLimit",
- "limitType": "DirectDebit",
- "channelType": "string",
- "amount": "100",
- "currency": "USD",
- "number": 0,
- "enableIndicator": true,
- "feesConsentIndicator": true,
- "percentageIndicator": true,
- "percentage": "25",
- "temporaryIndicator": true,
- "validityPeriod": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "periodicity": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "usedAmount": "100",
- "usedNumber": 0,
- "usedPercentage": "25",
- "status": "Requested",
- "statusDateAndtime": "2022-04-17T08:00:00Z",
- "history": {
- "originalAmount": "100",
- "originalLimitType": "DirectDebit",
- "details": [
- {
- "amount": "100",
- "enabledDate": "2022-04-17T08:00:00Z",
- "disableDate": "2022-04-17T08:00:00Z"
}
]
}, - "balances": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "balanceName": "Available",
- "amount": "100",
- "count": 0,
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
], - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "accessConditions": [
- "LessThanMinAmount"
], - "notificationOptions": [
- "Exception"
], - "payments": [
- {
- "frequency": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "paymentType": "Compound",
- "paymentTypeOptions": [
- "Primary"
], - "paymentName": "string",
- "accountId": "033-DDA-123456",
- "referenceNumber": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "paymentDate": "2022-04-17",
- "lastPaid": "100",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
]
}
], - "interests": [
- {
- "name": "Deposit",
- "code": "string",
- "enableIndicator": true,
- "dayCountBasis": "Actual360",
- "calculationMethodOption": "LastInterest",
- "nextInterestDate": "2022-04-17",
- "term": {
- "unit": "Months",
- "value": 999
}, - "calculationFrequency": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "balances": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "balanceName": "Available",
- "amount": "100",
- "count": 0,
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
], - "rateName": "Actual",
- "rateTierName": "Actual",
- "percentage": "25",
- "amount": "100",
- "currency": "USD"
}
], - "restrictions": [
- {
- "name": "WireTransferIn",
- "restrictionPurpose": "This is a description.",
- "enableIndicator": true,
- "disableConditions": [
- "LessThanMinAmount"
], - "validFrom": "2022-04-17",
- "validUntil": "2022-04-17",
- "status": "Pending"
}
], - "charges": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "name": "CardLatePayment",
- "amount": "100",
- "rate": "25",
- "chargeType": "ManagementFee",
- "exemptIndicator": true
}
], - "algorithms": [
- {
- "name": "string",
- "target": "string",
- "enableIndicator": true,
- "offset": "string"
}
], - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "supplementaryData": { },
- "cardId": "0dd926fe-1ca2-11ed-861d-0242ac120002",
- "cardHolder": {
- "personId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "identifiers": [
- {
- "schemeName": "SocialSecurityNumber",
- "number": "123-45-6789",
- "issuer": "Baltimore",
- "country": "US",
- "countrySubdivisionCode": "AR-B",
- "issueDate": "2022-04-17",
- "applyDate": "2022-04-17",
- "expirationDate": "2022-04-17",
- "verificationDate": "2022-04-17",
- "foreingIDIndicator": true,
- "taxIDIndicator": true,
- "displayOption": "string"
}
], - "name": "Jane Birkin",
- "shortName": "Jane",
- "placeAndDateOfBirth": {
- "countrySubdivision": "Oregon",
- "townName": "San Diego",
- "country": "US",
- "birthDate": "2022-04-17"
}, - "gender": "Female",
- "status": "GoodStanding",
- "coveredByMilitaryLendingActIndicator": true,
- "militaryMemberIndicator": true,
- "militaryPeriod": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "audit": {
- "status": "string",
- "creationDate": "2022-04-17",
- "lastModificacionChannel": "Email",
- "lastModificationDate": "2022-04-17",
- "channels": [
- {
- "lastActivityDate": "2022-04-17",
- "name": "Email",
- "activityType": "string",
- "amount": "100"
}
]
}, - "postalAddresses": [
- {
- "addressCode": "string",
- "addressBookIndicator": "string",
- "addressType": "Postal",
- "addressPurpose": "Billing",
- "primaryIndicator": true,
- "careOf": "C/O Company Name",
- "department": "A",
- "subDepartment": "B",
- "streetName": "First Street",
- "firstCrossStreetName": "string",
- "secondCrossStreetName": "Second Street",
- "buildingNumber": "11407",
- "buildingName": "Tall Tower",
- "floor": "20",
- "postBox": "MY779",
- "room": "22",
- "postCode": "97062-6884",
- "carrierRoute": "C001",
- "censusTract": "12345",
- "censusBlock": "1234",
- "cBSACode": "49780",
- "cBSAType": "MSA",
- "foreignIndicator": true,
- "townName": "San Diego",
- "townLocationName": "Clackamas",
- "districtName": "Columbia",
- "countyName": "Cook",
- "countrySubDivision": "Oregon",
- "countrySubDivisionCode": "AR-B",
- "country": "US",
- "addressLine": [
- "11407 Sw Amu st, Suite MY777"
], - "temporaryIndicator": true,
- "period": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
]
}
], - "structuredName": {
- "firstName": "Mary",
- "middleName": "Joe",
- "lastName": "Smith",
- "middleInitial": "J.",
- "suffix": "PhD",
- "prefix": "Dr."
}, - "phones": [
- {
- "number": "+1-555-1234567",
- "extension": "strin",
- "country": "str",
- "phoneType": "string",
- "phonePurpose": "string",
- "foreignIndicator": true,
- "primaryIndicator": true,
- "preferredHourOfDay": {
- "hour": "12",
- "timeZone": "Pacific",
- "timeOfTheDay": "string"
}, - "comment": "This is a description.",
- "period": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "lastUpdatedDate": "2022-04-17T08:00:00Z"
}
], - "emails": [
- {
- "emailAddress": "string",
- "emailPurpose": "Statements",
- "primaryIndicator": true,
- "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "lastUpdatedDate": "2022-04-17T08:00:00Z"
}
], - "employeeIndicator": true
}, - "statement": {
- "frequency": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "communicationMethod": "Email",
- "format": "PDF",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "templateCode": "1",
- "lastStatementPeriod": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string"
}, - "nextStatementPeriod": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string"
}, - "lastStatementDate": "2022-04-17",
- "previousStatementDate": "2022-04-17",
- "lastRegularStatementDate": "2022-04-17",
- "truncationOptions": [
- "ItemsIncluded"
], - "accountNameIndicator": true,
- "balances": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "balanceName": "Available",
- "amount": "100",
- "count": 0,
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
], - "preferredLanguage": "English",
- "combineType": "SavingsSatement",
- "statementBalance": "100",
- "paymentClosingDate": "2022-04-17",
- "paymentDueDate": "2022-04-17",
- "minimumPayment": "100",
- "lastPaymentDate": "2022-04-17",
- "lastPaymentAmount": "100"
}, - "offers": [
- {
- "offerId": "101854",
- "offerTitle": "Save 20%"
}
], - "status": "Active",
- "statusDate": "2022-04-17T08:00:00Z",
- "statusReason": "Active",
- "history": {
- "lastCardId": "0dd926fe-1ca2-11ed-861d-0242ac120002",
- "lastActivityDate": "2022-04-17",
- "lastForeingTransferMonth": "12",
- "balances": [
- {
- "name": "string",
- "period": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string"
}, - "amount": "100"
}
]
}, - "servicerAlerts": [
- {
- "alertName": "CreditBureauAlert",
- "alertType": "Warning",
- "alertCode": "string",
- "message": "This is a description.",
- "lastAlertDate": "2022-04-17"
}
]
}
], - "ammountCalculationDate": "2022-04-17T08:00:00Z",
- "transactionDates": [
- {
- "name": "Expiration",
- "date": "2022-04-17T08:00:00Z"
}
], - "balances": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "balanceName": "Available",
- "amount": "100",
- "count": 0,
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
]
}
Retrieves Account Holds
Authorizations:
path Parameters
accountId required | string (AccountId) [ 1 .. 36 ] characters Example: 033-DDA-123456 Account Identification |
query Parameters
cursor | string Specifies an opaque string value ( "no meaning" string value) at which start retrieving transactions. For instance, limit=5&cursor=62aef884fbe3470ce7d9a92140b09b17 |
limit | string Specifies the number of resources to return in one request, specified as an integer from 1 to 100. |
header Parameters
servicerId | string (Id) [ 1 .. 36 ] characters Example: 5fb9d4d6-1a3c-11ed-861d-0242ac120002 Account Servicer Identification (Bank) |
servicerBranchId | string (ServicerBranchId) [ 1 .. 36 ] characters Example: SEA_1 Identification of the account servicer institution at branch level or center level. |
Pagination-Cursor required | string Pagination Cursor |
Pagination-Total required | string Total number of resources. |
Responses
Response samples
- 200
- 400
- 404
- 500
{- "accountId": "033-DDA-123456",
- "accountNumber": "012345678",
- "accountType": "Checking",
- "ownershipType": "SingleOwnerAccount",
- "numberOfHolds": 0,
- "holds": [
- {
- "identifiers": [
- {
- "number": "string",
- "schemeName": "UETR",
- "issuer": "Banc of California"
}
], - "holdId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "holdType": "string",
- "valueDate": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "codeType": "DetailBAI",
- "name": "string",
- "value": "195",
- "description": "This is a Title."
}
], - "bookingDate": "2022-04-17T08:00:00Z",
- "releaseDate": "2022-04-17T08:00:00Z",
- "ageOffDate": "2022-04-17T08:00:00Z",
- "exclusionDate": "2022-04-17T08:00:00Z",
- "expirationDate": "2022-04-17T08:00:00Z",
- "actualReleaseDate": "2022-04-17T08:00:00Z",
- "floatAmount": "100",
- "amount": "100",
- "check": {
- "checkType": "string",
- "amount": "100",
- "currency": "USD",
- "checkNumber": "string",
- "issuer": "Jhon Smith",
- "availabilityDate": "2022-04-17T08:00:00Z",
- "availabilityFloat": "string",
- "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}, - "accountId": "033-DDA-123456",
- "status": "string",
- "statusReason": "BlockedAccount",
- "statusReasonDescription": "This is a description.",
- "availableCredit": "100"
}
], - "identifiers": [
- {
- "number": "string",
- "schemeName": "UETR",
- "issuer": "Banc of California"
}
]
}
Request an account hold
Authorizations:
path Parameters
accountId required | string (AccountId) [ 1 .. 36 ] characters Example: 033-DDA-123456 Account Identification |
header Parameters
idempotencyId | string (Id) [ 1 .. 36 ] characters Example: 5fb9d4d6-1a3c-11ed-861d-0242ac120002 Idempotency identifier used by the client when making repeated calls |
servicerId | string (Id) [ 1 .. 36 ] characters Example: 5fb9d4d6-1a3c-11ed-861d-0242ac120002 Account Servicer Identification (Bank) |
servicerBranchId | string (ServicerBranchId) [ 1 .. 36 ] characters Example: SEA_1 Identification of the account servicer institution at branch level or center level. |
Request Body schema: application/json
Array of objects (PaymentIdentification) | |||||||||||||||||||||||||||||||||||||||
Array
| |||||||||||||||||||||||||||||||||||||||
holdId | string (Id) [ 1 .. 36 ] characters Example: "5fb9d4d6-1a3c-11ed-861d-0242ac120002" | ||||||||||||||||||||||||||||||||||||||
holdType | string (AccountHoldType) [ 1 .. 35 ] characters Possible Values: Amount, holds any amount for any purpose; Check, holds the entire amount of a check or a partial amount until the check clears; StopPayment, stop payment on a check; Caution, a hold occurs when there is suspicious activity detected on the account. Values for payments: Payments, PaymentReversal, PaymentAdjustment, PaymentAuthorization. | ||||||||||||||||||||||||||||||||||||||
valueDate | string <date-time> Example: "2022-04-17T08:00:00Z" Date/time that the hold was created or should take effect. | ||||||||||||||||||||||||||||||||||||||
Array of objects (GenericTransactionCode) Additional transaction codes. | |||||||||||||||||||||||||||||||||||||||
Array
| |||||||||||||||||||||||||||||||||||||||
bookingDate | string <date-time> Example: "2022-04-17T08:00:00Z" Date and time when an entry is posted to an account on the account servicer's books. Usage: Booking date is the expected booking date, unless the status is booked, in which case it is the actual booking date. | ||||||||||||||||||||||||||||||||||||||
releaseDate | string <date-time> Example: "2022-04-17T08:00:00Z" Date/time that the hold should be released. | ||||||||||||||||||||||||||||||||||||||
ageOffDate | string <date-time> Example: "2022-04-17T08:00:00Z" Date by when the payment will age off and no longer be searchable. | ||||||||||||||||||||||||||||||||||||||
exclusionDate | string <date-time> Example: "2022-04-17T08:00:00Z" Date by when the account will be excluded from payment float processing. | ||||||||||||||||||||||||||||||||||||||
expirationDate | string <date-time> Example: "2022-04-17T08:00:00Z" Date the payment float process expires. | ||||||||||||||||||||||||||||||||||||||
actualReleaseDate | string <date-time> Example: "2022-04-17T08:00:00Z" Date/time that the hold was actually released. | ||||||||||||||||||||||||||||||||||||||
floatAmount | string <= 23 characters ^([0]|([1-9][0-9]{0,12}))([.][0-9]{0,8})?$ Example: "100" Payment amount that entered the payment float process | ||||||||||||||||||||||||||||||||||||||
amount | string <= 23 characters ^([0]|([1-9][0-9]{0,12}))([.][0-9]{0,8})?$ Example: "100" Payment amount | ||||||||||||||||||||||||||||||||||||||
object (Check) Characteristics of a check | |||||||||||||||||||||||||||||||||||||||
|
Responses
Request samples
- Payload
{- "identifiers": [
- {
- "number": "string",
- "schemeName": "UETR",
- "issuer": "Banc of California"
}
], - "holdId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "holdType": "string",
- "valueDate": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "codeType": "DetailBAI",
- "name": "string",
- "value": "195",
- "description": "This is a Title."
}
], - "bookingDate": "2022-04-17T08:00:00Z",
- "releaseDate": "2022-04-17T08:00:00Z",
- "ageOffDate": "2022-04-17T08:00:00Z",
- "exclusionDate": "2022-04-17T08:00:00Z",
- "expirationDate": "2022-04-17T08:00:00Z",
- "actualReleaseDate": "2022-04-17T08:00:00Z",
- "floatAmount": "100",
- "amount": "100",
- "check": {
- "checkType": "string",
- "amount": "100",
- "currency": "USD",
- "checkNumber": "string",
- "issuer": "Jhon Smith",
- "availabilityDate": "2022-04-17T08:00:00Z",
- "availabilityFloat": "string",
- "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
}
Response samples
- 202
- 400
- 500
{- "identifiers": [
- {
- "number": "string",
- "schemeName": "UETR",
- "issuer": "Banc of California"
}
], - "holdId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "holdType": "string",
- "valueDate": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "codeType": "DetailBAI",
- "name": "string",
- "value": "195",
- "description": "This is a Title."
}
], - "bookingDate": "2022-04-17T08:00:00Z",
- "releaseDate": "2022-04-17T08:00:00Z",
- "ageOffDate": "2022-04-17T08:00:00Z",
- "exclusionDate": "2022-04-17T08:00:00Z",
- "expirationDate": "2022-04-17T08:00:00Z",
- "actualReleaseDate": "2022-04-17T08:00:00Z",
- "floatAmount": "100",
- "amount": "100",
- "check": {
- "checkType": "string",
- "amount": "100",
- "currency": "USD",
- "checkNumber": "string",
- "issuer": "Jhon Smith",
- "availabilityDate": "2022-04-17T08:00:00Z",
- "availabilityFloat": "string",
- "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}, - "accountId": "033-DDA-123456",
- "status": "string",
- "statusReason": "BlockedAccount",
- "statusReasonDescription": "This is a description.",
- "availableCredit": "100"
}
Retrieves an account hold by id.
Authorizations:
path Parameters
holdId required | string (Id) [ 1 .. 36 ] characters Example: 5fb9d4d6-1a3c-11ed-861d-0242ac120002 Account Hold Identification |
header Parameters
servicerId | string (Id) [ 1 .. 36 ] characters Example: 5fb9d4d6-1a3c-11ed-861d-0242ac120002 Account Servicer Identification (Bank) |
servicerBranchId | string (ServicerBranchId) [ 1 .. 36 ] characters Example: SEA_1 Identification of the account servicer institution at branch level or center level. |
Responses
Response samples
- 200
- 400
- 404
- 500
{- "identifiers": [
- {
- "number": "string",
- "schemeName": "UETR",
- "issuer": "Banc of California"
}
], - "holdId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "holdType": "string",
- "valueDate": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "codeType": "DetailBAI",
- "name": "string",
- "value": "195",
- "description": "This is a Title."
}
], - "bookingDate": "2022-04-17T08:00:00Z",
- "releaseDate": "2022-04-17T08:00:00Z",
- "ageOffDate": "2022-04-17T08:00:00Z",
- "exclusionDate": "2022-04-17T08:00:00Z",
- "expirationDate": "2022-04-17T08:00:00Z",
- "actualReleaseDate": "2022-04-17T08:00:00Z",
- "floatAmount": "100",
- "amount": "100",
- "check": {
- "checkType": "string",
- "amount": "100",
- "currency": "USD",
- "checkNumber": "string",
- "issuer": "Jhon Smith",
- "availabilityDate": "2022-04-17T08:00:00Z",
- "availabilityFloat": "string",
- "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}, - "accountId": "033-DDA-123456",
- "status": "string",
- "statusReason": "BlockedAccount",
- "statusReasonDescription": "This is a description.",
- "availableCredit": "100"
}
Updates an account hold
Use the JSON Merge Patch standard https://tools.ietf.org/html/rfc7396
Authorizations:
path Parameters
holdId required | string (Id) [ 1 .. 36 ] characters Example: 5fb9d4d6-1a3c-11ed-861d-0242ac120002 Account Hold Identification |
header Parameters
servicerId | string (Id) [ 1 .. 36 ] characters Example: 5fb9d4d6-1a3c-11ed-861d-0242ac120002 Account Servicer Identification (Bank) |
servicerBranchId | string (ServicerBranchId) [ 1 .. 36 ] characters Example: SEA_1 Identification of the account servicer institution at branch level or center level. |
Request Body schema: application/merge-patch+json
Responses
Request samples
- Payload
{ }
Response samples
- 200
- 400
- 404
- 500
{- "identifiers": [
- {
- "number": "string",
- "schemeName": "UETR",
- "issuer": "Banc of California"
}
], - "holdId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "holdType": "string",
- "valueDate": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "codeType": "DetailBAI",
- "name": "string",
- "value": "195",
- "description": "This is a Title."
}
], - "bookingDate": "2022-04-17T08:00:00Z",
- "releaseDate": "2022-04-17T08:00:00Z",
- "ageOffDate": "2022-04-17T08:00:00Z",
- "exclusionDate": "2022-04-17T08:00:00Z",
- "expirationDate": "2022-04-17T08:00:00Z",
- "actualReleaseDate": "2022-04-17T08:00:00Z",
- "floatAmount": "100",
- "amount": "100",
- "check": {
- "checkType": "string",
- "amount": "100",
- "currency": "USD",
- "checkNumber": "string",
- "issuer": "Jhon Smith",
- "availabilityDate": "2022-04-17T08:00:00Z",
- "availabilityFloat": "string",
- "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}, - "accountId": "033-DDA-123456",
- "status": "string",
- "statusReason": "BlockedAccount",
- "statusReasonDescription": "This is a description.",
- "availableCredit": "100"
}
Retrieves Person Relationships
Retrieves all the bank relationships the person may have.
Authorizations:
path Parameters
personId required | string (Id) [ 1 .. 36 ] characters Example: 5fb9d4d6-1a3c-11ed-861d-0242ac120002 Person Identification |
header Parameters
servicerId | string (Id) [ 1 .. 36 ] characters Example: 5fb9d4d6-1a3c-11ed-861d-0242ac120002 Account Servicer Identification (Bank) |
servicerBranchId | string (ServicerBranchId) [ 1 .. 36 ] characters Example: SEA_1 Identification of the account servicer institution at branch level or center level. |
Responses
Response samples
- 200
- 400
- 404
- 500
{- "personId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "personName": "Jane Birkin",
- "relationships": [
- {
- "parties": {
- "partyId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "partyType": "Person",
- "partyName": "Jane Birkin",
- "partyRelationType": "PrimaryServicerOfficer",
- "priorityIndicator": true
}, - "accounts": [
- {
- "accountRelationType": "Child",
- "accountId": "033-DDA-123456",
- "accountNumber": "012345678",
- "accountType": "Checking",
- "accountName": "Hermes PD_CA 0002",
- "primaryIndicator": true
}
], - "loans": [
- {
- "accountRelationType": "Child",
- "accountId": "033-DDA-123456",
- "accountNumber": "012345678",
- "loanType": "Personal",
- "accountName": "Hermes PD_CA 0002",
- "primaryIndicator": true
}
], - "cards": [
- {
- "cardId": "0dd926fe-1ca2-11ed-861d-0242ac120002",
- "cardHolder": {
- "personId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "identifiers": [
- {
- "schemeName": "SocialSecurityNumber",
- "number": "123-45-6789",
- "issuer": "Baltimore",
- "country": "US",
- "countrySubdivisionCode": "AR-B",
- "issueDate": "2022-04-17",
- "applyDate": "2022-04-17",
- "expirationDate": "2022-04-17",
- "verificationDate": "2022-04-17",
- "foreingIDIndicator": true,
- "taxIDIndicator": true,
- "displayOption": "string"
}
], - "name": "Jane Birkin",
- "shortName": "Jane",
- "placeAndDateOfBirth": {
- "countrySubdivision": "Oregon",
- "townName": "San Diego",
- "country": "US",
- "birthDate": "2022-04-17"
}, - "gender": "Female",
- "status": "GoodStanding",
- "coveredByMilitaryLendingActIndicator": true,
- "militaryMemberIndicator": true,
- "militaryPeriod": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "audit": {
- "status": "string",
- "creationDate": "2022-04-17",
- "lastModificacionChannel": "Email",
- "lastModificationDate": "2022-04-17",
- "channels": [
- {
- "lastActivityDate": "2022-04-17",
- "name": "Email",
- "activityType": "string",
- "amount": "100"
}
]
}, - "postalAddresses": [
- {
- "addressCode": "string",
- "addressBookIndicator": "string",
- "addressType": "Postal",
- "addressPurpose": "Billing",
- "primaryIndicator": true,
- "careOf": "C/O Company Name",
- "department": "A",
- "subDepartment": "B",
- "streetName": "First Street",
- "firstCrossStreetName": "string",
- "secondCrossStreetName": "Second Street",
- "buildingNumber": "11407",
- "buildingName": "Tall Tower",
- "floor": "20",
- "postBox": "MY779",
- "room": "22",
- "postCode": "97062-6884",
- "carrierRoute": "C001",
- "censusTract": "12345",
- "censusBlock": "1234",
- "cBSACode": "49780",
- "cBSAType": "MSA",
- "foreignIndicator": true,
- "townName": "San Diego",
- "townLocationName": "Clackamas",
- "districtName": "Columbia",
- "countyName": "Cook",
- "countrySubDivision": "Oregon",
- "countrySubDivisionCode": "AR-B",
- "country": "US",
- "addressLine": [
- "11407 Sw Amu st, Suite MY777"
], - "temporaryIndicator": true,
- "period": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "codes": [
- {
- "name": null,
- "value": null,
- "description": null
}
], - "identifiers": [
- {
- "number": null,
- "schemeName": null,
- "issuer": null,
- "issueDate": null,
- "expirationDate": null
}
]
}
], - "structuredName": {
- "firstName": "Mary",
- "middleName": "Joe",
- "lastName": "Smith",
- "middleInitial": "J.",
- "suffix": "PhD",
- "prefix": "Dr."
}, - "phones": [
- {
- "number": "+1-555-1234567",
- "extension": "strin",
- "country": "str",
- "phoneType": "string",
- "phonePurpose": "string",
- "foreignIndicator": true,
- "primaryIndicator": true,
- "preferredHourOfDay": {
- "hour": "12",
- "timeZone": "Pacific",
- "timeOfTheDay": "string"
}, - "comment": "This is a description.",
- "period": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "codes": [
- {
- "name": null,
- "value": null,
- "description": null
}
], - "identifiers": [
- {
- "number": null,
- "schemeName": null,
- "issuer": null,
- "issueDate": null,
- "expirationDate": null
}
], - "lastUpdatedDate": "2022-04-17T08:00:00Z"
}
], - "emails": [
- {
- "emailAddress": "string",
- "emailPurpose": "Statements",
- "primaryIndicator": true,
- "identifiers": [
- {
- "number": null,
- "schemeName": null,
- "issuer": null,
- "issueDate": null,
- "expirationDate": null
}
], - "lastUpdatedDate": "2022-04-17T08:00:00Z"
}
], - "employeeIndicator": true
}, - "identifiers": [
- {
- "number": "string",
- "schemeName": "MemberNumber",
- "issuer": "string"
}
], - "productId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "number": "1234567890123456789",
- "cardHolderType": "Primary",
- "fundingSourceType": "Credit",
- "businessIndicator": true,
- "cardBranchId": "SEA_1",
- "startDate": "2022-04-17",
- "expiryDate": "2022-12",
- "relatedAccounts": [
- {
- "accountRelationType": "Child",
- "accountId": "033-DDA-123456",
- "accountNumber": "012345678",
- "accountType": "Checking",
- "name": "Hermes PD_CA 0002",
- "balances": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "balanceName": "Available",
- "amount": "100",
- "count": 0,
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z",
- "codes": [
- null
]
}
]
}
], - "status": "Active",
- "statusDate": "2022-04-17T08:00:00Z",
- "statusReasons": [
- "Active"
], - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
], - "audit": {
- "status": "string",
- "creationDate": "2022-04-17",
- "lastModificacionChannel": "Email",
- "lastModificationDate": "2022-04-17",
- "channels": [
- {
- "lastActivityDate": "2022-04-17",
- "name": "Email",
- "activityType": "string",
- "amount": "100"
}
]
}, - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "relationshipId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "status": "Active"
}
]
}
Retrieves a list of relationships matching the parameters.
Authorizations:
query Parameters
customer.name.inc | string The primary customer name includes the substring provided. |
customer.lastName.eq | string (PartyName) [ 1 .. 350 ] characters Example: customer.lastName.eq=Jane Birkin Name by which a party is known and which is usually used to identify that party. |
customer.firstName.eq | string (PartyName) [ 1 .. 350 ] characters Example: customer.firstName.eq=Jane Birkin Name by which a party is known and which is usually used to identify that party. |
customer.birthDate.eq | string <date> (Date) Example: customer.birthDate.eq=2022-04-17 A particular point in the progression of time in a calendar year expressed in the YYYY-MM-DD format. |
customer.phoneNumber.eq | string (PhoneNumber) ^\+[0-9]{1,3}-[0-9()+\-]{1,30}$ Example: customer.phoneNumber.eq=+1-555-1234567 Any phone number equals to. |
customer.accountNumber.eq | string (AccountNumber) <= 30 characters Example: customer.accountNumber.eq=012345678 The account number or Basic Bank Account Number (BBAN). A Basic Bank Account Number (BBAN) is a bank account number that includes the domestic bank code, branch identifier, and account number. It is a unique identifier for a bank account within a specific country. |
customer.tin.eq | string |
customer.ssn.eq | string Social Security Number |
customer.ssn.last4 | string Social Security Number last four digits. |
customer.email.eq | string Email equals to |
customer.addressLine.inc | string Any address line of any postal address includes substring |
customer.postCode.eq | string Any postal address with post code equals to |
customer.country.eq | string Any postal address with Country code equals to |
customer.countrySubDivision.inc | string Any postal address with country subdivision includes substring |
customer.townName.inc | string Any postal address with town name includes substring |
customer.personId.eq | string (Id) [ 1 .. 36 ] characters Example: customer.personId.eq=5fb9d4d6-1a3c-11ed-861d-0242ac120002 System id equals to |
customer.audit.lastModificationDate.lte | string <date> (Date) Example: customer.audit.lastModificationDate.lte=2022-04-17 A particular point in the progression of time in a calendar year expressed in the YYYY-MM-DD format. |
customer.audit.lastModificationDate.gte | string <date> (Date) Example: customer.audit.lastModificationDate.gte=2022-04-17 A particular point in the progression of time in a calendar year expressed in the YYYY-MM-DD format. |
cursor | string Specifies an opaque string value ( "no meaning" string value) at which start retrieving transactions. For instance, limit=5&cursor=62aef884fbe3470ce7d9a92140b09b17 |
limit | string Specifies the number of resources to return in one request, specified as an integer from 1 to 100. |
header Parameters
servicerId | string (Id) [ 1 .. 36 ] characters Example: 5fb9d4d6-1a3c-11ed-861d-0242ac120002 Account Servicer Identification (Bank) |
servicerBranchId | string (ServicerBranchId) [ 1 .. 36 ] characters Example: SEA_1 Identification of the account servicer institution at branch level or center level. |
Pagination-Cursor required | string Pagination Cursor |
Pagination-Total required | string Total number of resources. |
Responses
Response samples
- 200
- 400
- 500
[- {
- "parties": {
- "partyId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "partyType": "Person",
- "partyName": "Jane Birkin",
- "partyRelationType": "PrimaryServicerOfficer",
- "priorityIndicator": true
}, - "accounts": [
- {
- "accountRelationType": "Child",
- "accountId": "033-DDA-123456",
- "accountNumber": "012345678",
- "accountType": "Checking",
- "accountName": "Hermes PD_CA 0002",
- "primaryIndicator": true
}
], - "loans": [
- {
- "accountRelationType": "Child",
- "accountId": "033-DDA-123456",
- "accountNumber": "012345678",
- "loanType": "Personal",
- "accountName": "Hermes PD_CA 0002",
- "primaryIndicator": true
}
], - "cards": [
- {
- "cardId": "0dd926fe-1ca2-11ed-861d-0242ac120002",
- "cardHolder": {
- "personId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "identifiers": [
- {
- "schemeName": "SocialSecurityNumber",
- "number": "123-45-6789",
- "issuer": "Baltimore",
- "country": "US",
- "countrySubdivisionCode": "AR-B",
- "issueDate": "2022-04-17",
- "applyDate": "2022-04-17",
- "expirationDate": "2022-04-17",
- "verificationDate": "2022-04-17",
- "foreingIDIndicator": true,
- "taxIDIndicator": true,
- "displayOption": "string"
}
], - "name": "Jane Birkin",
- "shortName": "Jane",
- "placeAndDateOfBirth": {
- "countrySubdivision": "Oregon",
- "townName": "San Diego",
- "country": "US",
- "birthDate": "2022-04-17"
}, - "gender": "Female",
- "status": "GoodStanding",
- "coveredByMilitaryLendingActIndicator": true,
- "militaryMemberIndicator": true,
- "militaryPeriod": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "audit": {
- "status": "string",
- "creationDate": "2022-04-17",
- "lastModificacionChannel": "Email",
- "lastModificationDate": "2022-04-17",
- "channels": [
- {
- "lastActivityDate": "2022-04-17",
- "name": "Email",
- "activityType": "string",
- "amount": "100"
}
]
}, - "postalAddresses": [
- {
- "addressCode": "string",
- "addressBookIndicator": "string",
- "addressType": "Postal",
- "addressPurpose": "Billing",
- "primaryIndicator": true,
- "careOf": "C/O Company Name",
- "department": "A",
- "subDepartment": "B",
- "streetName": "First Street",
- "firstCrossStreetName": "string",
- "secondCrossStreetName": "Second Street",
- "buildingNumber": "11407",
- "buildingName": "Tall Tower",
- "floor": "20",
- "postBox": "MY779",
- "room": "22",
- "postCode": "97062-6884",
- "carrierRoute": "C001",
- "censusTract": "12345",
- "censusBlock": "1234",
- "cBSACode": "49780",
- "cBSAType": "MSA",
- "foreignIndicator": true,
- "townName": "San Diego",
- "townLocationName": "Clackamas",
- "districtName": "Columbia",
- "countyName": "Cook",
- "countrySubDivision": "Oregon",
- "countrySubDivisionCode": "AR-B",
- "country": "US",
- "addressLine": [
- "11407 Sw Amu st, Suite MY777"
], - "temporaryIndicator": true,
- "period": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
]
}
], - "structuredName": {
- "firstName": "Mary",
- "middleName": "Joe",
- "lastName": "Smith",
- "middleInitial": "J.",
- "suffix": "PhD",
- "prefix": "Dr."
}, - "phones": [
- {
- "number": "+1-555-1234567",
- "extension": "strin",
- "country": "str",
- "phoneType": "string",
- "phonePurpose": "string",
- "foreignIndicator": true,
- "primaryIndicator": true,
- "preferredHourOfDay": {
- "hour": "12",
- "timeZone": "Pacific",
- "timeOfTheDay": "string"
}, - "comment": "This is a description.",
- "period": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "lastUpdatedDate": "2022-04-17T08:00:00Z"
}
], - "emails": [
- {
- "emailAddress": "string",
- "emailPurpose": "Statements",
- "primaryIndicator": true,
- "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "lastUpdatedDate": "2022-04-17T08:00:00Z"
}
], - "employeeIndicator": true
}, - "identifiers": [
- {
- "number": "string",
- "schemeName": "MemberNumber",
- "issuer": "string"
}
], - "productId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "number": "1234567890123456789",
- "cardHolderType": "Primary",
- "fundingSourceType": "Credit",
- "businessIndicator": true,
- "cardBranchId": "SEA_1",
- "startDate": "2022-04-17",
- "expiryDate": "2022-12",
- "relatedAccounts": [
- {
- "accountRelationType": "Child",
- "accountId": "033-DDA-123456",
- "accountNumber": "012345678",
- "accountType": "Checking",
- "name": "Hermes PD_CA 0002",
- "balances": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "balanceName": "Available",
- "amount": "100",
- "count": 0,
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": null,
- "value": null,
- "description": null
}
]
}
]
}
], - "status": "Active",
- "statusDate": "2022-04-17T08:00:00Z",
- "statusReasons": [
- "Active"
], - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
], - "audit": {
- "status": "string",
- "creationDate": "2022-04-17",
- "lastModificacionChannel": "Email",
- "lastModificationDate": "2022-04-17",
- "channels": [
- {
- "lastActivityDate": "2022-04-17",
- "name": "Email",
- "activityType": "string",
- "amount": "100"
}
]
}, - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "relationshipId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "status": "Active"
}
]
Creates a Relationship
Authorizations:
header Parameters
idempotencyId | string (Id) [ 1 .. 36 ] characters Example: 5fb9d4d6-1a3c-11ed-861d-0242ac120002 Idempotency identifier used by the client when making repeated calls |
servicerId | string (Id) [ 1 .. 36 ] characters Example: 5fb9d4d6-1a3c-11ed-861d-0242ac120002 Account Servicer Identification (Bank) |
servicerBranchId | string (ServicerBranchId) [ 1 .. 36 ] characters Example: SEA_1 Identification of the account servicer institution at branch level or center level. |
Request Body schema: application/json
object (CustomerRelationshipParty) | |||||||||||||||||||||
| |||||||||||||||||||||
Array of objects (CustomerRelationshipAccount) | |||||||||||||||||||||
Array
| |||||||||||||||||||||
Array of objects (CustomerRelationshipLoan) | |||||||||||||||||||||
Array
| |||||||||||||||||||||
Array of objects (PaymentCardDescriptor) | |||||||||||||||||||||
Array
| |||||||||||||||||||||
object (Audit) Resource Audit Information. Captures the creation, modification and maintenance details. | |||||||||||||||||||||
| |||||||||||||||||||||
Array of objects (GenericCode) Additional relationship codes. | |||||||||||||||||||||
Array
|
Responses
Request samples
- Payload
{- "parties": {
- "partyId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "partyType": "Person",
- "partyRelationType": "PrimaryServicerOfficer",
- "priorityIndicator": true
}, - "accounts": [
- {
- "accountRelationType": "Child",
- "accountId": "033-DDA-123456",
- "primaryIndicator": true
}
], - "loans": [
- {
- "accountRelationType": "Child",
- "accountId": "033-DDA-123456",
- "primaryIndicator": true
}
], - "cards": [
- {
- "cardId": "0dd926fe-1ca2-11ed-861d-0242ac120002",
- "identifiers": [
- {
- "number": "string",
- "schemeName": "MemberNumber",
- "issuer": "string"
}
], - "statusDate": "2022-04-17T08:00:00Z",
- "statusReasons": [
- "Active"
], - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
], - "audit": {
- "status": "string",
- "creationDate": "2022-04-17",
- "lastModificacionChannel": "Email",
- "lastModificationDate": "2022-04-17",
- "channels": [
- {
- "lastActivityDate": "2022-04-17",
- "name": "Email",
- "activityType": "string",
- "amount": "100"
}
]
}, - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
Response samples
- 202
- 400
- 500
{- "parties": {
- "partyId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "partyType": "Person",
- "partyName": "Jane Birkin",
- "partyRelationType": "PrimaryServicerOfficer",
- "priorityIndicator": true
}, - "accounts": [
- {
- "accountRelationType": "Child",
- "accountId": "033-DDA-123456",
- "accountNumber": "012345678",
- "accountType": "Checking",
- "accountName": "Hermes PD_CA 0002",
- "primaryIndicator": true
}
], - "loans": [
- {
- "accountRelationType": "Child",
- "accountId": "033-DDA-123456",
- "accountNumber": "012345678",
- "loanType": "Personal",
- "accountName": "Hermes PD_CA 0002",
- "primaryIndicator": true
}
], - "cards": [
- {
- "cardId": "0dd926fe-1ca2-11ed-861d-0242ac120002",
- "cardHolder": {
- "personId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "identifiers": [
- {
- "schemeName": "SocialSecurityNumber",
- "number": "123-45-6789",
- "issuer": "Baltimore",
- "country": "US",
- "countrySubdivisionCode": "AR-B",
- "issueDate": "2022-04-17",
- "applyDate": "2022-04-17",
- "expirationDate": "2022-04-17",
- "verificationDate": "2022-04-17",
- "foreingIDIndicator": true,
- "taxIDIndicator": true,
- "displayOption": "string"
}
], - "name": "Jane Birkin",
- "shortName": "Jane",
- "placeAndDateOfBirth": {
- "countrySubdivision": "Oregon",
- "townName": "San Diego",
- "country": "US",
- "birthDate": "2022-04-17"
}, - "gender": "Female",
- "status": "GoodStanding",
- "coveredByMilitaryLendingActIndicator": true,
- "militaryMemberIndicator": true,
- "militaryPeriod": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "audit": {
- "status": "string",
- "creationDate": "2022-04-17",
- "lastModificacionChannel": "Email",
- "lastModificationDate": "2022-04-17",
- "channels": [
- {
- "lastActivityDate": "2022-04-17",
- "name": "Email",
- "activityType": "string",
- "amount": "100"
}
]
}, - "postalAddresses": [
- {
- "addressCode": "string",
- "addressBookIndicator": "string",
- "addressType": "Postal",
- "addressPurpose": "Billing",
- "primaryIndicator": true,
- "careOf": "C/O Company Name",
- "department": "A",
- "subDepartment": "B",
- "streetName": "First Street",
- "firstCrossStreetName": "string",
- "secondCrossStreetName": "Second Street",
- "buildingNumber": "11407",
- "buildingName": "Tall Tower",
- "floor": "20",
- "postBox": "MY779",
- "room": "22",
- "postCode": "97062-6884",
- "carrierRoute": "C001",
- "censusTract": "12345",
- "censusBlock": "1234",
- "cBSACode": "49780",
- "cBSAType": "MSA",
- "foreignIndicator": true,
- "townName": "San Diego",
- "townLocationName": "Clackamas",
- "districtName": "Columbia",
- "countyName": "Cook",
- "countrySubDivision": "Oregon",
- "countrySubDivisionCode": "AR-B",
- "country": "US",
- "addressLine": [
- "11407 Sw Amu st, Suite MY777"
], - "temporaryIndicator": true,
- "period": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
]
}
], - "structuredName": {
- "firstName": "Mary",
- "middleName": "Joe",
- "lastName": "Smith",
- "middleInitial": "J.",
- "suffix": "PhD",
- "prefix": "Dr."
}, - "phones": [
- {
- "number": "+1-555-1234567",
- "extension": "strin",
- "country": "str",
- "phoneType": "string",
- "phonePurpose": "string",
- "foreignIndicator": true,
- "primaryIndicator": true,
- "preferredHourOfDay": {
- "hour": "12",
- "timeZone": "Pacific",
- "timeOfTheDay": "string"
}, - "comment": "This is a description.",
- "period": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "lastUpdatedDate": "2022-04-17T08:00:00Z"
}
], - "emails": [
- {
- "emailAddress": "string",
- "emailPurpose": "Statements",
- "primaryIndicator": true,
- "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "lastUpdatedDate": "2022-04-17T08:00:00Z"
}
], - "employeeIndicator": true
}, - "identifiers": [
- {
- "number": "string",
- "schemeName": "MemberNumber",
- "issuer": "string"
}
], - "productId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "number": "1234567890123456789",
- "cardHolderType": "Primary",
- "fundingSourceType": "Credit",
- "businessIndicator": true,
- "cardBranchId": "SEA_1",
- "startDate": "2022-04-17",
- "expiryDate": "2022-12",
- "relatedAccounts": [
- {
- "accountRelationType": "Child",
- "accountId": "033-DDA-123456",
- "accountNumber": "012345678",
- "accountType": "Checking",
- "name": "Hermes PD_CA 0002",
- "balances": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "balanceName": "Available",
- "amount": "100",
- "count": 0,
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
]
}
], - "status": "Active",
- "statusDate": "2022-04-17T08:00:00Z",
- "statusReasons": [
- "Active"
], - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
], - "audit": {
- "status": "string",
- "creationDate": "2022-04-17",
- "lastModificacionChannel": "Email",
- "lastModificationDate": "2022-04-17",
- "channels": [
- {
- "lastActivityDate": "2022-04-17",
- "name": "Email",
- "activityType": "string",
- "amount": "100"
}
]
}, - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "relationshipId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "status": "Active"
}
Retrieves a Relationship
Authorizations:
path Parameters
relationshipId required | string (Id) [ 1 .. 36 ] characters Example: 5fb9d4d6-1a3c-11ed-861d-0242ac120002 Relationship Identification |
header Parameters
servicerId | string (Id) [ 1 .. 36 ] characters Example: 5fb9d4d6-1a3c-11ed-861d-0242ac120002 Account Servicer Identification (Bank) |
servicerBranchId | string (ServicerBranchId) [ 1 .. 36 ] characters Example: SEA_1 Identification of the account servicer institution at branch level or center level. |
Responses
Response samples
- 200
- 400
- 404
- 500
{- "parties": {
- "partyId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "partyType": "Person",
- "partyName": "Jane Birkin",
- "partyRelationType": "PrimaryServicerOfficer",
- "priorityIndicator": true
}, - "accounts": [
- {
- "accountRelationType": "Child",
- "accountId": "033-DDA-123456",
- "accountNumber": "012345678",
- "accountType": "Checking",
- "accountName": "Hermes PD_CA 0002",
- "primaryIndicator": true
}
], - "loans": [
- {
- "accountRelationType": "Child",
- "accountId": "033-DDA-123456",
- "accountNumber": "012345678",
- "loanType": "Personal",
- "accountName": "Hermes PD_CA 0002",
- "primaryIndicator": true
}
], - "cards": [
- {
- "cardId": "0dd926fe-1ca2-11ed-861d-0242ac120002",
- "cardHolder": {
- "personId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "identifiers": [
- {
- "schemeName": "SocialSecurityNumber",
- "number": "123-45-6789",
- "issuer": "Baltimore",
- "country": "US",
- "countrySubdivisionCode": "AR-B",
- "issueDate": "2022-04-17",
- "applyDate": "2022-04-17",
- "expirationDate": "2022-04-17",
- "verificationDate": "2022-04-17",
- "foreingIDIndicator": true,
- "taxIDIndicator": true,
- "displayOption": "string"
}
], - "name": "Jane Birkin",
- "shortName": "Jane",
- "placeAndDateOfBirth": {
- "countrySubdivision": "Oregon",
- "townName": "San Diego",
- "country": "US",
- "birthDate": "2022-04-17"
}, - "gender": "Female",
- "status": "GoodStanding",
- "coveredByMilitaryLendingActIndicator": true,
- "militaryMemberIndicator": true,
- "militaryPeriod": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "audit": {
- "status": "string",
- "creationDate": "2022-04-17",
- "lastModificacionChannel": "Email",
- "lastModificationDate": "2022-04-17",
- "channels": [
- {
- "lastActivityDate": "2022-04-17",
- "name": "Email",
- "activityType": "string",
- "amount": "100"
}
]
}, - "postalAddresses": [
- {
- "addressCode": "string",
- "addressBookIndicator": "string",
- "addressType": "Postal",
- "addressPurpose": "Billing",
- "primaryIndicator": true,
- "careOf": "C/O Company Name",
- "department": "A",
- "subDepartment": "B",
- "streetName": "First Street",
- "firstCrossStreetName": "string",
- "secondCrossStreetName": "Second Street",
- "buildingNumber": "11407",
- "buildingName": "Tall Tower",
- "floor": "20",
- "postBox": "MY779",
- "room": "22",
- "postCode": "97062-6884",
- "carrierRoute": "C001",
- "censusTract": "12345",
- "censusBlock": "1234",
- "cBSACode": "49780",
- "cBSAType": "MSA",
- "foreignIndicator": true,
- "townName": "San Diego",
- "townLocationName": "Clackamas",
- "districtName": "Columbia",
- "countyName": "Cook",
- "countrySubDivision": "Oregon",
- "countrySubDivisionCode": "AR-B",
- "country": "US",
- "addressLine": [
- "11407 Sw Amu st, Suite MY777"
], - "temporaryIndicator": true,
- "period": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
]
}
], - "structuredName": {
- "firstName": "Mary",
- "middleName": "Joe",
- "lastName": "Smith",
- "middleInitial": "J.",
- "suffix": "PhD",
- "prefix": "Dr."
}, - "phones": [
- {
- "number": "+1-555-1234567",
- "extension": "strin",
- "country": "str",
- "phoneType": "string",
- "phonePurpose": "string",
- "foreignIndicator": true,
- "primaryIndicator": true,
- "preferredHourOfDay": {
- "hour": "12",
- "timeZone": "Pacific",
- "timeOfTheDay": "string"
}, - "comment": "This is a description.",
- "period": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "lastUpdatedDate": "2022-04-17T08:00:00Z"
}
], - "emails": [
- {
- "emailAddress": "string",
- "emailPurpose": "Statements",
- "primaryIndicator": true,
- "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "lastUpdatedDate": "2022-04-17T08:00:00Z"
}
], - "employeeIndicator": true
}, - "identifiers": [
- {
- "number": "string",
- "schemeName": "MemberNumber",
- "issuer": "string"
}
], - "productId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "number": "1234567890123456789",
- "cardHolderType": "Primary",
- "fundingSourceType": "Credit",
- "businessIndicator": true,
- "cardBranchId": "SEA_1",
- "startDate": "2022-04-17",
- "expiryDate": "2022-12",
- "relatedAccounts": [
- {
- "accountRelationType": "Child",
- "accountId": "033-DDA-123456",
- "accountNumber": "012345678",
- "accountType": "Checking",
- "name": "Hermes PD_CA 0002",
- "balances": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "balanceName": "Available",
- "amount": "100",
- "count": 0,
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
]
}
], - "status": "Active",
- "statusDate": "2022-04-17T08:00:00Z",
- "statusReasons": [
- "Active"
], - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
], - "audit": {
- "status": "string",
- "creationDate": "2022-04-17",
- "lastModificacionChannel": "Email",
- "lastModificationDate": "2022-04-17",
- "channels": [
- {
- "lastActivityDate": "2022-04-17",
- "name": "Email",
- "activityType": "string",
- "amount": "100"
}
]
}, - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "relationshipId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "status": "Active"
}
Updates a Relationship
Use the JSON Merge Patch standard https://tools.ietf.org/html/rfc7396
Authorizations:
path Parameters
relationshipId required | string (Id) [ 1 .. 36 ] characters Example: 5fb9d4d6-1a3c-11ed-861d-0242ac120002 Relationship Identification |
header Parameters
servicerId | string (Id) [ 1 .. 36 ] characters Example: 5fb9d4d6-1a3c-11ed-861d-0242ac120002 Account Servicer Identification (Bank) |
servicerBranchId | string (ServicerBranchId) [ 1 .. 36 ] characters Example: SEA_1 Identification of the account servicer institution at branch level or center level. |
Request Body schema: application/merge-patch+json
Responses
Request samples
- Payload
{ }
Response samples
- 200
- 400
- 404
- 500
{- "parties": {
- "partyId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "partyType": "Person",
- "partyName": "Jane Birkin",
- "partyRelationType": "PrimaryServicerOfficer",
- "priorityIndicator": true
}, - "accounts": [
- {
- "accountRelationType": "Child",
- "accountId": "033-DDA-123456",
- "accountNumber": "012345678",
- "accountType": "Checking",
- "accountName": "Hermes PD_CA 0002",
- "primaryIndicator": true
}
], - "loans": [
- {
- "accountRelationType": "Child",
- "accountId": "033-DDA-123456",
- "accountNumber": "012345678",
- "loanType": "Personal",
- "accountName": "Hermes PD_CA 0002",
- "primaryIndicator": true
}
], - "cards": [
- {
- "cardId": "0dd926fe-1ca2-11ed-861d-0242ac120002",
- "cardHolder": {
- "personId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "identifiers": [
- {
- "schemeName": "SocialSecurityNumber",
- "number": "123-45-6789",
- "issuer": "Baltimore",
- "country": "US",
- "countrySubdivisionCode": "AR-B",
- "issueDate": "2022-04-17",
- "applyDate": "2022-04-17",
- "expirationDate": "2022-04-17",
- "verificationDate": "2022-04-17",
- "foreingIDIndicator": true,
- "taxIDIndicator": true,
- "displayOption": "string"
}
], - "name": "Jane Birkin",
- "shortName": "Jane",
- "placeAndDateOfBirth": {
- "countrySubdivision": "Oregon",
- "townName": "San Diego",
- "country": "US",
- "birthDate": "2022-04-17"
}, - "gender": "Female",
- "status": "GoodStanding",
- "coveredByMilitaryLendingActIndicator": true,
- "militaryMemberIndicator": true,
- "militaryPeriod": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "audit": {
- "status": "string",
- "creationDate": "2022-04-17",
- "lastModificacionChannel": "Email",
- "lastModificationDate": "2022-04-17",
- "channels": [
- {
- "lastActivityDate": "2022-04-17",
- "name": "Email",
- "activityType": "string",
- "amount": "100"
}
]
}, - "postalAddresses": [
- {
- "addressCode": "string",
- "addressBookIndicator": "string",
- "addressType": "Postal",
- "addressPurpose": "Billing",
- "primaryIndicator": true,
- "careOf": "C/O Company Name",
- "department": "A",
- "subDepartment": "B",
- "streetName": "First Street",
- "firstCrossStreetName": "string",
- "secondCrossStreetName": "Second Street",
- "buildingNumber": "11407",
- "buildingName": "Tall Tower",
- "floor": "20",
- "postBox": "MY779",
- "room": "22",
- "postCode": "97062-6884",
- "carrierRoute": "C001",
- "censusTract": "12345",
- "censusBlock": "1234",
- "cBSACode": "49780",
- "cBSAType": "MSA",
- "foreignIndicator": true,
- "townName": "San Diego",
- "townLocationName": "Clackamas",
- "districtName": "Columbia",
- "countyName": "Cook",
- "countrySubDivision": "Oregon",
- "countrySubDivisionCode": "AR-B",
- "country": "US",
- "addressLine": [
- "11407 Sw Amu st, Suite MY777"
], - "temporaryIndicator": true,
- "period": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
]
}
], - "structuredName": {
- "firstName": "Mary",
- "middleName": "Joe",
- "lastName": "Smith",
- "middleInitial": "J.",
- "suffix": "PhD",
- "prefix": "Dr."
}, - "phones": [
- {
- "number": "+1-555-1234567",
- "extension": "strin",
- "country": "str",
- "phoneType": "string",
- "phonePurpose": "string",
- "foreignIndicator": true,
- "primaryIndicator": true,
- "preferredHourOfDay": {
- "hour": "12",
- "timeZone": "Pacific",
- "timeOfTheDay": "string"
}, - "comment": "This is a description.",
- "period": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "lastUpdatedDate": "2022-04-17T08:00:00Z"
}
], - "emails": [
- {
- "emailAddress": "string",
- "emailPurpose": "Statements",
- "primaryIndicator": true,
- "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "lastUpdatedDate": "2022-04-17T08:00:00Z"
}
], - "employeeIndicator": true
}, - "identifiers": [
- {
- "number": "string",
- "schemeName": "MemberNumber",
- "issuer": "string"
}
], - "productId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "number": "1234567890123456789",
- "cardHolderType": "Primary",
- "fundingSourceType": "Credit",
- "businessIndicator": true,
- "cardBranchId": "SEA_1",
- "startDate": "2022-04-17",
- "expiryDate": "2022-12",
- "relatedAccounts": [
- {
- "accountRelationType": "Child",
- "accountId": "033-DDA-123456",
- "accountNumber": "012345678",
- "accountType": "Checking",
- "name": "Hermes PD_CA 0002",
- "balances": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "balanceName": "Available",
- "amount": "100",
- "count": 0,
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
]
}
], - "status": "Active",
- "statusDate": "2022-04-17T08:00:00Z",
- "statusReasons": [
- "Active"
], - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
], - "audit": {
- "status": "string",
- "creationDate": "2022-04-17",
- "lastModificacionChannel": "Email",
- "lastModificationDate": "2022-04-17",
- "channels": [
- {
- "lastActivityDate": "2022-04-17",
- "name": "Email",
- "activityType": "string",
- "amount": "100"
}
]
}, - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "relationshipId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "status": "Active"
}
Retrieves Relationship Parties
Authorizations:
path Parameters
relationshipId required | string (Id) [ 1 .. 36 ] characters Example: 5fb9d4d6-1a3c-11ed-861d-0242ac120002 Relationship Identification |
header Parameters
servicerId | string (Id) [ 1 .. 36 ] characters Example: 5fb9d4d6-1a3c-11ed-861d-0242ac120002 Account Servicer Identification (Bank) |
servicerBranchId | string (ServicerBranchId) [ 1 .. 36 ] characters Example: SEA_1 Identification of the account servicer institution at branch level or center level. |
Responses
Response samples
- 200
- 400
- 404
- 500
{- "relationshipId": "033-DDA-123456",
- "parties": [
- {
- "partyId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "partyType": "Person",
- "partyName": "Jane Birkin",
- "partyRelationType": "PrimaryServicerOfficer",
- "priorityIndicator": true
}
]
}
Retrieves Customer Relationship Persons
Authorizations:
path Parameters
relationshipId required | string (Id) [ 1 .. 36 ] characters Example: 5fb9d4d6-1a3c-11ed-861d-0242ac120002 Relationship Identification |
header Parameters
servicerId | string (Id) [ 1 .. 36 ] characters Example: 5fb9d4d6-1a3c-11ed-861d-0242ac120002 Account Servicer Identification (Bank) |
servicerBranchId | string (ServicerBranchId) [ 1 .. 36 ] characters Example: SEA_1 Identification of the account servicer institution at branch level or center level. |
Responses
Response samples
- 200
- 400
- 404
- 500
{- "relationshipId": "033-DDA-123456",
- "persons": [
- {
- "partyRelationType": "PrimaryServicerOfficer",
- "priorityIndicator": true,
- "personId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "identifiers": [
- {
- "schemeName": "SocialSecurityNumber",
- "number": "123-45-6789",
- "issuer": "Baltimore",
- "country": "US",
- "countrySubdivisionCode": "AR-B",
- "issueDate": "2022-04-17",
- "applyDate": "2022-04-17",
- "expirationDate": "2022-04-17",
- "verificationDate": "2022-04-17",
- "foreingIDIndicator": true,
- "taxIDIndicator": true,
- "displayOption": "string"
}
], - "name": "Jane Birkin",
- "shortName": "Jane",
- "placeAndDateOfBirth": {
- "countrySubdivision": "Oregon",
- "townName": "San Diego",
- "country": "US",
- "birthDate": "2022-04-17"
}, - "gender": "Female",
- "status": "GoodStanding",
- "coveredByMilitaryLendingActIndicator": true,
- "militaryMemberIndicator": true,
- "militaryPeriod": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "audit": {
- "status": "string",
- "creationDate": "2022-04-17",
- "lastModificacionChannel": "Email",
- "lastModificationDate": "2022-04-17",
- "channels": [
- {
- "lastActivityDate": "2022-04-17",
- "name": "Email",
- "activityType": "string",
- "amount": "100"
}
]
}, - "postalAddresses": [
- {
- "addressCode": "string",
- "addressBookIndicator": "string",
- "addressType": "Postal",
- "addressPurpose": "Billing",
- "primaryIndicator": true,
- "careOf": "C/O Company Name",
- "department": "A",
- "subDepartment": "B",
- "streetName": "First Street",
- "firstCrossStreetName": "string",
- "secondCrossStreetName": "Second Street",
- "buildingNumber": "11407",
- "buildingName": "Tall Tower",
- "floor": "20",
- "postBox": "MY779",
- "room": "22",
- "postCode": "97062-6884",
- "carrierRoute": "C001",
- "censusTract": "12345",
- "censusBlock": "1234",
- "cBSACode": "49780",
- "cBSAType": "MSA",
- "foreignIndicator": true,
- "townName": "San Diego",
- "townLocationName": "Clackamas",
- "districtName": "Columbia",
- "countyName": "Cook",
- "countrySubDivision": "Oregon",
- "countrySubDivisionCode": "AR-B",
- "country": "US",
- "addressLine": [
- "11407 Sw Amu st, Suite MY777"
], - "temporaryIndicator": true,
- "period": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
]
}
], - "structuredName": {
- "firstName": "Mary",
- "middleName": "Joe",
- "lastName": "Smith",
- "middleInitial": "J.",
- "suffix": "PhD",
- "prefix": "Dr."
}, - "phones": [
- {
- "number": "+1-555-1234567",
- "extension": "strin",
- "country": "str",
- "phoneType": "string",
- "phonePurpose": "string",
- "foreignIndicator": true,
- "primaryIndicator": true,
- "preferredHourOfDay": {
- "hour": "12",
- "timeZone": "Pacific",
- "timeOfTheDay": "string"
}, - "comment": "This is a description.",
- "period": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z"
}, - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
], - "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "lastUpdatedDate": "2022-04-17T08:00:00Z"
}
], - "emails": [
- {
- "emailAddress": "string",
- "emailPurpose": "Statements",
- "primaryIndicator": true,
- "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "lastUpdatedDate": "2022-04-17T08:00:00Z"
}
], - "employeeIndicator": true
}
]
}
Retrieves a list of accounts matching the parameters.
Authorizations:
query Parameters
accountId.eq | string (Id) [ 1 .. 36 ] characters Example: accountId.eq=5fb9d4d6-1a3c-11ed-861d-0242ac120002 |
accountType.eq | string |
accountBranchCode.eq | string |
status.eq | string <date> (Date) Example: status.eq=2022-04-17 A particular point in the progression of time in a calendar year expressed in the YYYY-MM-DD format. |
accountNumber.eq | string (LedgerAccountNumber) <= 30 characters Example: accountNumber.eq=1-001 Ledger account number used to identify different accounts. Also used for grouping and categorizing accounts. To make it easy for readers to locate specific accounts or to know what they're looking at instantly, each account typically contains human readable codes. |
cursor | string Specifies an opaque string value ( "no meaning" string value) at which start retrieving transactions. For instance, limit=5&cursor=62aef884fbe3470ce7d9a92140b09b17 |
limit | string Specifies the number of resources to return in one request, specified as an integer from 1 to 100. |
header Parameters
servicerId | string (Id) [ 1 .. 36 ] characters Example: 5fb9d4d6-1a3c-11ed-861d-0242ac120002 Account Servicer Identification (Bank) |
servicerBranchId | string (ServicerBranchId) [ 1 .. 36 ] characters Example: SEA_1 Identification of the account servicer institution at branch level or center level. |
Pagination-Cursor required | string Pagination Cursor |
Pagination-Total required | string Total number of resources. |
Responses
Response samples
- 200
- 400
- 500
[- {
- "accountId": "033-DDA-123456",
- "accountNumber": "1-001",
- "accountBranchId": "SEA_1",
- "accountType": "GeneralLedger",
- "name": "Hermes PD_CA 0002",
- "status": "Active"
}
]
Creates a ledger account or any internal working account of the bank.
Creates a ledger account, detailed or general, of the Chart of Accounts. Also can represent holding accounts, mirror accounts or working accounts that are required for the booking of a part of a transaction in the bank world. This is typically the case when amounts cannot immediately be booked on a final account for duty seggregation or processing reasons or in order to mirror bookings on external accounts, like nostro accounts, mirrow or holding account.
Authorizations:
header Parameters
idempotencyId | string (Id) [ 1 .. 36 ] characters Example: 5fb9d4d6-1a3c-11ed-861d-0242ac120002 Idempotency identifier used by the client when making repeated calls |
servicerId | string (Id) [ 1 .. 36 ] characters Example: 5fb9d4d6-1a3c-11ed-861d-0242ac120002 Account Servicer Identification (Bank) |
servicerBranchId | string (ServicerBranchId) [ 1 .. 36 ] characters Example: SEA_1 Identification of the account servicer institution at branch level or center level. |
Request Body schema: application/json
accountType required | string (LedgerAccountType) [ 1 .. 35 ] characters Example: "GeneralLedger" Type of the Ledger Account or Internal Bank Account. Possible values: GeneralLedger, DetailedLedger, Holding, Mirrow, Clearing, CheckDisbursed. | ||||
balanceType | string (Balance Type) Example: "Asset" Account Balance Type. Possible Values: Asset, positive transaction amount increases balance; Liability, positive transaction amount decreases balance; Equity. | ||||
accountCategory | string (LedgerCategoryId) [ 1 .. 40 ] characters Example: "1" Unique identifier for the ledger account category. Is a grouping of Ledger Accounts. Its balance is equal to the sum of the balances of all contained accounts. | ||||
name required | string (AccountName) [ 1 .. 70 ] characters Example: "Hermes PD_CA 0002" Name of the account. It provides an additional means of identification, and is designated by the account servicer in agreement with the account owner. | ||||
number | string (LedgerAccountNumber) <= 30 characters Example: "1-001" Ledger account number used to identify different accounts. Also used for grouping and categorizing accounts. To make it easy for readers to locate specific accounts or to know what they're looking at instantly, each account typically contains human readable codes. | ||||
accountPurpose | string (Description) [ 1 .. 1025 ] characters Example: "This is a description." | ||||
currency | string (CurrencyCode) = 3 characters ^([A-Z]{3})?$ Example: "USD" Three contiguous letters for the representation of currencies and funds. Valid currency codes are registered with the ISO 4217 Maintenance Agency. | ||||
Array of objects (RelatedAccount) | |||||
Array
| |||||
supplementaryData | object (SupplementaryData) Additional information that cannot be captured in the structured elements and/or any other specific block. If this information need to be converted in ISO Messages, must be ISO 20022 compliant: it requires development of a compliant message extension model and its components must be registered in the ISO 20022 Data Dictionary. https://www.iso20022.org/catalogue-messages/additional-content-messages/supplementary-data |
Responses
Request samples
- Payload
{- "accountType": "GeneralLedger",
- "balanceType": "Asset",
- "accountCategory": "1",
- "name": "Hermes PD_CA 0002",
- "number": "1-001",
- "accountPurpose": "This is a description.",
- "currency": "USD",
- "relatedAccounts": [
- {
- "accountRelationType": "Child",
- "accountId": "033-DDA-123456"
}
], - "supplementaryData": { }
}
Response samples
- 202
- 400
- 500
{- "accountType": "GeneralLedger",
- "balanceType": "Asset",
- "accountCategory": "1",
- "name": "Hermes PD_CA 0002",
- "number": "1-001",
- "accountPurpose": "This is a description.",
- "currency": "USD",
- "relatedAccounts": [
- {
- "accountRelationType": "Child",
- "accountId": "033-DDA-123456",
- "accountNumber": "012345678",
- "accountType": "Checking",
- "name": "Hermes PD_CA 0002",
- "balances": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "balanceName": "Available",
- "amount": "100",
- "count": 0,
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
]
}
], - "supplementaryData": { },
- "accountId": "033-DDA-123456",
- "accountBranchId": "SEA_1",
- "balances": [
- {
- "balanceName": "Closing",
- "amount": "100",
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z"
}
], - "status": "Active"
}
Retrieves a Ledger Account
Authorizations:
path Parameters
accountId required | string (AccountId) [ 1 .. 36 ] characters Example: 033-DDA-123456 Account Identification |
header Parameters
servicerId | string (Id) [ 1 .. 36 ] characters Example: 5fb9d4d6-1a3c-11ed-861d-0242ac120002 Account Servicer Identification (Bank) |
servicerBranchId | string (ServicerBranchId) [ 1 .. 36 ] characters Example: SEA_1 Identification of the account servicer institution at branch level or center level. |
Responses
Response samples
- 200
- 400
- 404
- 500
{- "accountType": "GeneralLedger",
- "balanceType": "Asset",
- "accountCategory": "1",
- "name": "Hermes PD_CA 0002",
- "number": "1-001",
- "accountPurpose": "This is a description.",
- "currency": "USD",
- "relatedAccounts": [
- {
- "accountRelationType": "Child",
- "accountId": "033-DDA-123456",
- "accountNumber": "012345678",
- "accountType": "Checking",
- "name": "Hermes PD_CA 0002",
- "balances": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "balanceName": "Available",
- "amount": "100",
- "count": 0,
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
]
}
], - "supplementaryData": { },
- "accountId": "033-DDA-123456",
- "accountBranchId": "SEA_1",
- "balances": [
- {
- "balanceName": "Closing",
- "amount": "100",
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z"
}
], - "status": "Active"
}
Updates an Account
Use the JSON Merge Patch standard https://tools.ietf.org/html/rfc7396
Authorizations:
path Parameters
accountId required | string (AccountId) [ 1 .. 36 ] characters Example: 033-DDA-123456 Account Identification |
header Parameters
servicerId | string (Id) [ 1 .. 36 ] characters Example: 5fb9d4d6-1a3c-11ed-861d-0242ac120002 Account Servicer Identification (Bank) |
servicerBranchId | string (ServicerBranchId) [ 1 .. 36 ] characters Example: SEA_1 Identification of the account servicer institution at branch level or center level. |
Request Body schema: application/merge-patch+json
Responses
Request samples
- Payload
{ }
Response samples
- 200
- 400
- 404
- 500
{- "accountType": "GeneralLedger",
- "balanceType": "Asset",
- "accountCategory": "1",
- "name": "Hermes PD_CA 0002",
- "number": "1-001",
- "accountPurpose": "This is a description.",
- "currency": "USD",
- "relatedAccounts": [
- {
- "accountRelationType": "Child",
- "accountId": "033-DDA-123456",
- "accountNumber": "012345678",
- "accountType": "Checking",
- "name": "Hermes PD_CA 0002",
- "balances": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "balanceName": "Available",
- "amount": "100",
- "count": 0,
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
]
}
], - "supplementaryData": { },
- "accountId": "033-DDA-123456",
- "accountBranchId": "SEA_1",
- "balances": [
- {
- "balanceName": "Closing",
- "amount": "100",
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z"
}
], - "status": "Active"
}
Retrieves Account Balances
Authorizations:
path Parameters
accountId required | string (AccountId) [ 1 .. 36 ] characters Example: 033-DDA-123456 Account Identification |
header Parameters
servicerId | string (Id) [ 1 .. 36 ] characters Example: 5fb9d4d6-1a3c-11ed-861d-0242ac120002 Account Servicer Identification (Bank) |
servicerBranchId | string (ServicerBranchId) [ 1 .. 36 ] characters Example: SEA_1 Identification of the account servicer institution at branch level or center level. |
Responses
Response samples
- 200
- 400
- 404
- 500
{- "accountId": "033-DDA-123456",
- "accountNumber": "1-001",
- "accountType": "GeneralLedger",
- "balances": [
- {
- "balanceName": "Closing",
- "amount": "100",
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z"
}
]
}
Retrieves Ledger Account Transactions
Authorizations:
path Parameters
accountId required | string (AccountId) [ 1 .. 36 ] characters Example: 033-DDA-123456 Account Identification |
query Parameters
transactionId.eq | string (TransactionId) [ 1 .. 36 ] characters Example: transactionId.eq=0dd926fe-1ca2-11ed-861d-0242ac120002 Unique reference as assigned by the account servicing institution to unambiguously identify the transaction. |
status.eq | string (TransactionStatus) [ 1 .. 35 ] characters Example: status.eq=Booked Specifies the status of an entry on the books of the account servicer. Some possible ISO 20022 compliant values are: Booked, Future, Information, Pending. |
amount.lte | string (Amount) <= 23 characters ^-?([0]|([1-9][0-9]{0,12}))([.][0-9]{0,8})?$ Example: amount.lte=100 Number of monetary units where the size of the decimal part is defined by the currency. Note: total number of digits: 21 number of digits in fractional part: 8 maxInclusive: 9999999999999.99999999 minInclusive: -9999999999999.99999999 |
amount.gte | string (Amount) <= 23 characters ^-?([0]|([1-9][0-9]{0,12}))([.][0-9]{0,8})?$ Example: amount.gte=100 Number of monetary units where the size of the decimal part is defined by the currency. Note: total number of digits: 21 number of digits in fractional part: 8 maxInclusive: 9999999999999.99999999 minInclusive: -9999999999999.99999999 |
creationDate.lte | string <date> (Date) Example: creationDate.lte=2022-04-17 Input cycle date less than or equal |
creationDate.gte | string <date> (Date) Example: creationDate.gte=2022-04-17 Input cycle date greater than or equal |
cursor | string Specifies an opaque string value ( "no meaning" string value) at which start retrieving transactions. For instance, limit=5&cursor=62aef884fbe3470ce7d9a92140b09b17 |
limit | string Specifies the number of resources to return in one request, specified as an integer from 1 to 100. |
header Parameters
servicerId | string (Id) [ 1 .. 36 ] characters Example: 5fb9d4d6-1a3c-11ed-861d-0242ac120002 Account Servicer Identification (Bank) |
Pagination-Cursor required | string Pagination Cursor |
Pagination-Total required | string Total number of resources. |
Responses
Response samples
- 200
- 400
- 404
- 500
{- "accountId": "033-DDA-123456",
- "accountNumber": "1-001",
- "accountType": "GeneralLedger",
- "currentBalance": "100",
- "transactions": [
- {
- "transactionId": "0dd926fe-1ca2-11ed-861d-0242ac120002",
- "amount": "100",
- "creditDebitIndicator": "Credit",
- "description": "This is a description.",
- "status": "Booked",
- "reversalIndicator": true,
- "creationDate": "2022-04-17T08:00:00Z",
- "valueDate": "2022-04-17T08:00:00Z",
- "bookingDate": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "codeType": "DetailBAI",
- "name": "string",
- "value": "195",
- "description": "This is a Title."
}
], - "currentBalance": "100",
- "supplementaryData": { }
}
]
}
Retrieves a list of internal transfers matching the parameters.
Authorizations:
query Parameters
transferId.eq | string (Id) [ 1 .. 36 ] characters Example: transferId.eq=5fb9d4d6-1a3c-11ed-861d-0242ac120002 |
sourceAccountId.eq | string (Id) [ 1 .. 36 ] characters Example: sourceAccountId.eq=5fb9d4d6-1a3c-11ed-861d-0242ac120002 |
sourceAccountNumber.eq | string (AccountNumber) <= 30 characters Example: sourceAccountNumber.eq=012345678 The account number or Basic Bank Account Number (BBAN). A Basic Bank Account Number (BBAN) is a bank account number that includes the domestic bank code, branch identifier, and account number. It is a unique identifier for a bank account within a specific country. |
destinationAccountId.eq | string (Id) [ 1 .. 36 ] characters Example: destinationAccountId.eq=5fb9d4d6-1a3c-11ed-861d-0242ac120002 |
destinationAccountNumber.eq | string (AccountNumber) <= 30 characters Example: destinationAccountNumber.eq=012345678 The account number or Basic Bank Account Number (BBAN). A Basic Bank Account Number (BBAN) is a bank account number that includes the domestic bank code, branch identifier, and account number. It is a unique identifier for a bank account within a specific country. |
amount.lte | string (Amount) <= 23 characters ^-?([0]|([1-9][0-9]{0,12}))([.][0-9]{0,8})?$ Example: amount.lte=100 Number of monetary units where the size of the decimal part is defined by the currency. Note: total number of digits: 21 number of digits in fractional part: 8 maxInclusive: 9999999999999.99999999 minInclusive: -9999999999999.99999999 |
amount.gte | string (Amount) <= 23 characters ^-?([0]|([1-9][0-9]{0,12}))([.][0-9]{0,8})?$ Example: amount.gte=100 Number of monetary units where the size of the decimal part is defined by the currency. Note: total number of digits: 21 number of digits in fractional part: 8 maxInclusive: 9999999999999.99999999 minInclusive: -9999999999999.99999999 |
cursor | string Specifies an opaque string value ( "no meaning" string value) at which start retrieving transactions. For instance, limit=5&cursor=62aef884fbe3470ce7d9a92140b09b17 |
limit | string Specifies the number of resources to return in one request, specified as an integer from 1 to 100. |
header Parameters
servicerId | string (Id) [ 1 .. 36 ] characters Example: 5fb9d4d6-1a3c-11ed-861d-0242ac120002 Account Servicer Identification (Bank) |
servicerBranchId | string (ServicerBranchId) [ 1 .. 36 ] characters Example: SEA_1 Identification of the account servicer institution at branch level or center level. |
Pagination-Cursor required | string Pagination Cursor |
Pagination-Total required | string Total number of resources. |
Responses
Response samples
- 200
- 400
- 500
[- {
- "identifiers": [
- {
- "number": "string",
- "schemeName": "UETR",
- "issuer": "Banc of California"
}
], - "domain": "Payments",
- "family": "CustomerCardTransactions",
- "subFamily": "CreditCardPayment",
- "codes": [
- {
- "codeType": "DetailBAI",
- "name": "string",
- "value": "195",
- "description": "This is a Title."
}
], - "transferId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "reversalIndicator": true,
- "entries": [
- {
- "amount": "100",
- "creditDebitIndicator": "Credit",
- "reversalIndicator": true,
- "accountId": "033-DDA-123456",
- "accountType": "Checking",
- "currency": "USD",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
], - "purpose": "This is a description.",
- "descriptionLines": [
- "This is a description."
], - "reason": "CashManagementTransfer",
- "settlement": {
- "postingDate": "2022-04-17T08:00:00Z",
- "postingType": "2022-04-17T08:00:00Z",
- "time": {
- "hour": "12",
- "timeZone": "Pacific",
- "timeOfTheDay": "string"
}, - "frequency": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "memopostedIndicator": true
}, - "checks": [
- {
- "checkType": "string",
- "amount": "100",
- "currency": "USD",
- "checkNumber": "string",
- "issuer": "Jhon Smith",
- "availabilityDate": "2022-04-17T08:00:00Z",
- "availabilityFloat": "string",
- "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
], - "cash": {
- "amount": "string",
- "uSCurrencyIndicator": true,
- "cashNotes": [
- {
- "amount": "string",
- "denomination": 100,
- "count": 100,
- "currency": "USD"
}
]
}, - "printer": "string",
- "dispenser": "string",
- "date": "2022-04-17T08:00:00Z",
- "status": "Accepted",
- "charges": [
- {
- "name": "CardLatePayment",
- "description": "This is a description.",
- "amount": "100",
- "adjustment": "100"
}
], - "relatedAccounts": [
- {
- "accountRelationType": "Child",
- "accountId": "033-DDA-123456",
- "accountNumber": "012345678",
- "accountType": "Checking",
- "name": "Hermes PD_CA 0002",
- "balances": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "balanceName": "Available",
- "amount": "100",
- "count": 0,
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
]
}
], - "parties": [
- {
- "partyId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "partyType": "Person",
- "partyAccountRole": "AccountOwner",
- "partyAccountRoleCode": "50",
- "partyName": "Jane Birkin",
- "employeeIndicator": true
}
], - "balances": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "balanceName": "Available",
- "amount": "100",
- "count": 0,
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
]
}
]
Internal Transfer Request
Instruction to transfer funds between ledger accounts, holding accounts, or final account. To create a balanced internal transfer, there must be at least one credit entry and one debit entry. Additionally, the sum of all credit entry amounts must equal the sum of all debit entry amounts.
Authorizations:
header Parameters
idempotencyId | string (Id) [ 1 .. 36 ] characters Example: 5fb9d4d6-1a3c-11ed-861d-0242ac120002 Idempotency identifier used by the client when making repeated calls |
servicerId | string (Id) [ 1 .. 36 ] characters Example: 5fb9d4d6-1a3c-11ed-861d-0242ac120002 Account Servicer Identification (Bank) |
servicerBranchId | string (ServicerBranchId) [ 1 .. 36 ] characters Example: SEA_1 Identification of the account servicer institution at branch level or center level. |
Request Body schema: application/json
Array of objects (PaymentIdentification) | |||||||||||||||||||||||||||||||||||||||||||
Array
| |||||||||||||||||||||||||||||||||||||||||||
domain | string (BankTransactionDomain) [ 1 .. 35 ] characters Example: "Payments" Specifies the bank transaction code domain. Some possible ISO 20022 compliant values are: Payments, CashManagement, Loans, Deposits, TradeServices, Syndications, Securities, AccountManagement, | ||||||||||||||||||||||||||||||||||||||||||
family | string (BankTransactionFamily) [ 1 .. 60 ] characters Example: "CustomerCardTransactions" Specifies the bank transaction family. Some possible ISO 20022 compliant values are: For Payments domain: CustomerCardTransactions, MerchantCardTransactions, IssuedCreditTransfers | ||||||||||||||||||||||||||||||||||||||||||
subFamily | string (BankTransactionSubfamily) [ 1 .. 60 ] characters Example: "CreditCardPayment" Specifies the bank transaction subfamily. Some possible ISO 20022 compliant values are: For CustomerCardTransactions family: CashDeposit, CashWithdrawal, SmartCardPayment, PointOfSalePaymentDebitCard, CreditCardPayment, CrossBorderCreditCardPayment, CrossBorderCashWithdrawal, InternalBookTransfer, PrincipalPayment, LoanAdvance, | ||||||||||||||||||||||||||||||||||||||||||
Array of objects (GenericTransactionCode) Additional transaction codes. | |||||||||||||||||||||||||||||||||||||||||||
Array
| |||||||||||||||||||||||||||||||||||||||||||
transferId | string (Id) [ 1 .. 36 ] characters Example: "5fb9d4d6-1a3c-11ed-861d-0242ac120002" | ||||||||||||||||||||||||||||||||||||||||||
reversalIndicator | boolean (ReversalIndicator) Indicates whether or not the transaction is the result of a reversal. Usage: This element should only be present if the entry is the result of a reversal. If the CreditDebitIndicator is Credit and ReversalIndicator is Yes, the original operation was a debit entry. If the CreditDebitIndicator is Debit and ReversalIndicator is Yes, the original operation was a credit entry. | ||||||||||||||||||||||||||||||||||||||||||
required | Array of objects (InternalTransferEntry) | ||||||||||||||||||||||||||||||||||||||||||
Array
| |||||||||||||||||||||||||||||||||||||||||||
purpose | string (Description) [ 1 .. 1025 ] characters Example: "This is a description." | ||||||||||||||||||||||||||||||||||||||||||
descriptionLines | Array of strings[ items [ 1 .. 70 ] characters ] Example: ["This is a description."] | ||||||||||||||||||||||||||||||||||||||||||
reason | string (PaymentPurpose) [ 1 .. 60 ] characters Example: "CashManagementTransfer" Underlying reason for the payment transaction. Usage: Purpose is used to provide information concerning the nature of the payment. Possible Values: BillerSubscriberIdentification, BankLoanDelayedDrawFunding, BankLoanFees, BankLoanFundingMemo, BankLoanAccruedInterestPayment, BankLoanPrincipalPaydown, CardBulkClearing, CardPaymentWithCashBack, CashDisbursementCashSettlement, CashDisbursementWithSurcharging, CardDeferredPayment, OriginalCredit, QuasiCash, EPurseTopUp, FeeCollection, MobileTopUp, AccountManagement, CashManagementTransfer, CollectionPayment, CashDisbursementCashManagement, Deposit, IntraCompanyPayment, IntraPartyPayment, LiquidityManagement, Netting, BondForward, CrossCurrencyIRS, CCPClearedInitialMargin, CCPClearedVariationMargin, CCPClearedInitialMarginSegregatedCash, CreditDefaultSwap, CrossProduct, CreditSupport, CreditLine, EquityOption, EquitySwap, ExoticOption, ExchangeTradedDerivatives, FixedIncome, ForwardBrokerOwnedCashCollateral, ForwardClientOwnedCashCollateral, ForwardBrokerOwnedCashCollateralSegregated, ForwardClientOwnedSegregatedCashCollateral, DailyMarginOnListedDerivatives, MBSBrokerOwnedCashCollateral, MBSClientOwnedCashCollateral, FuturesInitialMargin, FuturesInitialMarginClientOwnedSegregatedCashCollateral, ClientOwnedOCCPledgedCollateral, OTCOptionBrokerOwnedCashCollateral, OTCOptionClientOwnedCashCollateral, OTCOptionBrokerOwnedSegregatedCashCollateral, OTCOptionClientOwnedCashSegregatedCashCollateral, FXOption, OTCDerivatives, RepurchaseAgreement, BilateralRepoBrokerOwnedCollateral, RepoClientOwnedCollateral, BilateralRepoBrokerOwnedSegregatedCashCollateral, BilateralRepoClientOwnedSegregatedCashCollateral, ReverseRepurchaseAgreement, SecuritiesBuySellSellBuyBack, SingleCurrencyIRSExotic, SingleCurrencyIRS, SecuritiesCrossProducts, BrokerOwnedCollateralShortSale, ClientOwnedCollateralShortSale, ShortSell, SecuritiesLendingAndBorrowing, SecuredLoan, SwapBrokerOwnedCashCollateral, SwapClientOwnedCashCollateral, Swaption, SwapsBrokerOwnedSegregatedCashCollateral, SwapsClientOwnedSegregatedCashCollateral, ToBeAnnounced, TBABrokerOwnedCashCollateral, TBAClientOwnedCashCollateral, TreasuryCrossProduct, AgriculturalTransfer, AccountsReceivablesEntry, BusinessExpenses, BackOfficeConversionEntry, CommercialPayment, Copyright, PurchaseSaleOfGoods, PurchaseSaleOfGoodsAndServices, PurchaseSaleOfGoodsAndServicesWithCashBack, LicenseFee, MobileP2BPayment, PointOfPurchaseEntry, Royalties, PurchaseSaleOfServices, ServiceCharges, Subscription, SupplierPayment, Commercial, CharityPayment, ConsumerThirdPartyConsolidatedPayment, MobileP2PPayment, GuaranteedEPayment, EPaymentReturn, NonGuaranteedEPayment, Epayment, CarLoanPrincipalRepayment, CompensationPayment, DebitCollectionPayment, GovernmentInsurance, PropertyLoanRepayment, PropertyLoanSettlement, InsurancePremiumCar, InsurancePremiumRefund, PaymentOfInsuranceClaim, InsurancePremium, Interest, LaborInsurance, LifeInsurance, Loan, LoanRepayment, PaymentBasedOnEnforcementOrder, PropertyInsurance, RentalLeaseGeneral, RecurringInstallmentPayment, TrustFund, ForwardForeignExchange, ForeignExchangeRelatedNetting, AdministrativeManagement, AdvancePayment, BearerCheckDomestic, BearerCheckForeign, BuildingMaintenance, BondForwardNetting, CapitalBuilding, CapitalBuildingRetirement, CreditCardPayment, CreditCardBill, CancellationFee, CardGeneratedDirectDebit, TradeSettlementPayment, Costs, CarparkCharges, DebitCardPayment, PrintedOrderDisbursement, DeliverAgainstPayment, Education, FactorUpdateRelatedPayment, FinancialAidInCaseOfNaturalDisaster, LatePaymentOfFeesAndCharges, PaymentOfFees, Gift, GovernmentPayment, IrrevocableCreditCardPayment, IrrevocableDebitCardPayment, InstalmentHirePurchaseAgreement, Installment, InvoicePayment, MultiCurrenyCheckDomestic, MultiCurrenyCheckForeign, MultipleServiceTypes, NotOtherwiseSpecified, OrderChequeDomestic, OrderChequeForeign, OpeningFee, PreauthorizedDebit, PaymentTerms, RepresentedCheckEntry, ReceiptPayment, Rebate, Refund, Rent, AccountOverdraftRepayment, ReimbursementOfAPreviousErroneousTransaction, BilateralRepoInternetNetting, RoundRobin, ReimbursementReceivedCreditTransfer, RelatedRequestToPay, ReceiveAgainstPayment, PaymentSlipInstruction, SplitPayments, Study, TBAPairOffNetting, TelecommunicationsBill, TownCouncilServiceCharges, TelephoneInitiatedTransaction, TMPGClaimPayment, TriPartyRepoInterest, TriPartyRepoNetting, TruncatedPaymentSlip, TravellerCheque, InternetInitiatedTransaction, InstantPayments, InstantPaymentsCancellation, InstantPaymentsForDonations, InstantPaymentsInECommerceWithoutAddressData, InstantPaymentsInECommerceWithAddressData, InstantPaymentsInECommerce, InstantPaymentsAtPOS, InstantPaymentsReturn, InstantPaymentsUnattendedVendingMachineWith2FA, InstantPaymentsUnattendedVendingMachineWithout2FA, Annuity, CustodianManagementFeeInhouse, CapitalFallingDueInhouse, CommodityTransfer, Derivatives, Dividend, ForeignExchange, Hedging, InvestmentAndSecurities, PreciousMetal, Savings, Securities, SecuritiesPurchaseInhouse, TreasuryPayment, UnitTrustPurchase, FuturesNettingPayment, Futures, AnesthesiaServices, ConvalescentCareFacility, DurableMedicaleEquipment, DentalServices, HomeHealthCare, HealthInsurance, HospitalCare, IntermediateCareFacility, LongTermCareFacility, MedicalAidFundContribution, MedicalAidRefund, MedicalServices, VisionCare, CreditDefaultEventPayment, SwapContractFinalPayment, SwapContractPartialPayment, SwapContractResetPayment, SwapContractUpfrontPayment, AdvisoryDonationCopyrightServices, ActiveEmploymentPolicy, Allowance, AlimonyPayment, BabyBonusScheme, ChildBenefit, UnemploymentDisabilityBenefit, BonusPayment, CashCompensationHelplessnessDisability, Commission, CompanySocialLoanPaymentToBank, GuaranteeFundRightsPayment, GovermentWarLegislationTransfer, HousingRelatedContribution, Payroll, PensionFundContribution, PensionPayment, PricePayment, RehabilitationSupport, SalaryPayment, SalaryPensionSumPayment, SocialSecurityBenefit, LendingBuyInNetting, LendingCashCollateralFreeMovement, LendingFees, LendingEquityMarkedToMarketCashCollateral, LendingFixedIncomeMarkedToMarketCashCollateral, LendingUnspecifiedTypeOfMarkedToMarketCashCollateral, LendingRebatePayments, LendingRevenuePayments, LendingClaimPayment, EstateTax, ForeignWorkerLevy, GoodsServicesTax, HousingTax, IncomeTax, NetIncomeTax, PropertyTax, RoadTax, TaxPayment, ValueAddedTaxPayment, WithHolding, TaxRefund, TrailerFeePayment, TrailerFeeRebate, NonUSMutualFundTrailerFeePayment, NonUSMutualFundTrailerFeeRebatePayment, Air, Bus, Ferry, Railway, RoadPricing, CableTVBill, ElectricityBill, Energies, GasBill, NetworkCharge, NetworkCommunication, OtherTelecomRelatedBill, TelephoneBill, Utilities, WaterBill, Bonds, CorporateActions-Bonds, CorporateActions-Equities, CreditCard, DebitCard, Diners, Equities, FleetCard, LowValueCredit, LowValueDebit, MoneyMarket, RapidPaymentInstruction, GamblingOrWageringPayment, LotteryPayment, Amex, ATM, AuthenticatedCollections, PropertyCompletionPayment, PropertyDeposit, PropertyLoanDisbursement, PropertyLoanRefinancing, GovernmentFamilyAllowance, GovernmentHousingAllowance, CashPenalties. | ||||||||||||||||||||||||||||||||||||||||||
object (TransferSettlement) Transfer settlement information. | |||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||
Array of objects (Check) | |||||||||||||||||||||||||||||||||||||||||||
Array
| |||||||||||||||||||||||||||||||||||||||||||
object (Cash) Cashnotes detail | |||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||
printer | string Check printer used. | ||||||||||||||||||||||||||||||||||||||||||
dispenser | string Cash or check dispenser used. |
Responses
Request samples
- Payload
{- "identifiers": [
- {
- "number": "string",
- "schemeName": "UETR",
- "issuer": "Banc of California"
}
], - "domain": "Payments",
- "family": "CustomerCardTransactions",
- "subFamily": "CreditCardPayment",
- "codes": [
- {
- "codeType": "DetailBAI",
- "name": "string",
- "value": "195",
- "description": "This is a Title."
}
], - "transferId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "reversalIndicator": true,
- "entries": [
- {
- "amount": "100",
- "creditDebitIndicator": "Credit",
- "reversalIndicator": true,
- "accountId": "033-DDA-123456",
- "accountType": "Checking",
- "currency": "USD",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
], - "purpose": "This is a description.",
- "descriptionLines": [
- "This is a description."
], - "reason": "CashManagementTransfer",
- "settlement": {
- "postingDate": "2022-04-17T08:00:00Z",
- "postingType": "2022-04-17T08:00:00Z",
- "time": {
- "hour": "12",
- "timeZone": "Pacific",
- "timeOfTheDay": "string"
}, - "frequency": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "memopostedIndicator": true
}, - "checks": [
- {
- "checkType": "string",
- "amount": "100",
- "currency": "USD",
- "checkNumber": "string",
- "issuer": "Jhon Smith",
- "availabilityDate": "2022-04-17T08:00:00Z",
- "availabilityFloat": "string",
- "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
], - "cash": {
- "amount": "string",
- "uSCurrencyIndicator": true,
- "cashNotes": [
- {
- "amount": "string",
- "denomination": 100,
- "count": 100,
- "currency": "USD"
}
]
}, - "printer": "string",
- "dispenser": "string"
}
Response samples
- 202
- 400
- 500
{- "data": {
- "identifiers": [
- {
- "number": "string",
- "schemeName": "UETR",
- "issuer": "Banc of California"
}
], - "domain": "Payments",
- "family": "CustomerCardTransactions",
- "subFamily": "CreditCardPayment",
- "codes": [
- {
- "codeType": "DetailBAI",
- "name": "string",
- "value": "195",
- "description": "This is a Title."
}
], - "transferId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "reversalIndicator": true,
- "entries": [
- {
- "amount": "100",
- "creditDebitIndicator": "Credit",
- "reversalIndicator": true,
- "accountId": "033-DDA-123456",
- "accountType": "Checking",
- "currency": "USD",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
], - "purpose": "This is a description.",
- "descriptionLines": [
- "This is a description."
], - "reason": "CashManagementTransfer",
- "settlement": {
- "postingDate": "2022-04-17T08:00:00Z",
- "postingType": "2022-04-17T08:00:00Z",
- "time": {
- "hour": "12",
- "timeZone": "Pacific",
- "timeOfTheDay": "string"
}, - "frequency": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "memopostedIndicator": true
}, - "checks": [
- {
- "checkType": "string",
- "amount": "100",
- "currency": "USD",
- "checkNumber": "string",
- "issuer": "Jhon Smith",
- "availabilityDate": "2022-04-17T08:00:00Z",
- "availabilityFloat": "string",
- "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
], - "cash": {
- "amount": "string",
- "uSCurrencyIndicator": true,
- "cashNotes": [
- {
- "amount": "string",
- "denomination": 100,
- "count": 100,
- "currency": "USD"
}
]
}, - "printer": "string",
- "dispenser": "string",
- "date": "2022-04-17T08:00:00Z",
- "status": "Accepted",
- "charges": [
- {
- "name": "CardLatePayment",
- "description": "This is a description.",
- "amount": "100",
- "adjustment": "100"
}
], - "relatedAccounts": [
- {
- "accountRelationType": "Child",
- "accountId": "033-DDA-123456",
- "accountNumber": "012345678",
- "accountType": "Checking",
- "name": "Hermes PD_CA 0002",
- "balances": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "balanceName": "Available",
- "amount": "100",
- "count": 0,
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
]
}
], - "parties": [
- {
- "partyId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "partyType": "Person",
- "partyAccountRole": "AccountOwner",
- "partyAccountRoleCode": "50",
- "partyName": "Jane Birkin",
- "employeeIndicator": true
}
], - "balances": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "balanceName": "Available",
- "amount": "100",
- "count": 0,
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
]
}, - "metadata": {
- "error": {
- "code": "InvalidRequest",
- "message": "Invalid Request",
- "details": [
- {
- "code": "InvalidRequest",
- "message": "Invalid Request",
- "target": "Invalid Request"
}
], - "innerError": {
- "code": "string",
- "message": "string",
- "innerError": { }
}, - "debugMessage": { },
- "documentationUrl": "/errors/invalid-credentials"
}, - "storage": {
- "deleteOption": "string"
}
}
}
Internal Transfer Status
Returns the status of an internal transfer.
Authorizations:
path Parameters
transferId required | string (Id) [ 1 .. 36 ] characters Example: 5fb9d4d6-1a3c-11ed-861d-0242ac120002 Internal Transfer Identification |
header Parameters
servicerId | string (Id) [ 1 .. 36 ] characters Example: 5fb9d4d6-1a3c-11ed-861d-0242ac120002 Account Servicer Identification (Bank) |
servicerBranchId | string (ServicerBranchId) [ 1 .. 36 ] characters Example: SEA_1 Identification of the account servicer institution at branch level or center level. |
Responses
Response samples
- 200
- 400
- 404
- 500
{- "identifiers": [
- {
- "number": "string",
- "schemeName": "UETR",
- "issuer": "Banc of California"
}
], - "domain": "Payments",
- "family": "CustomerCardTransactions",
- "subFamily": "CreditCardPayment",
- "codes": [
- {
- "codeType": "DetailBAI",
- "name": "string",
- "value": "195",
- "description": "This is a Title."
}
], - "transferId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "reversalIndicator": true,
- "entries": [
- {
- "amount": "100",
- "creditDebitIndicator": "Credit",
- "reversalIndicator": true,
- "accountId": "033-DDA-123456",
- "accountType": "Checking",
- "currency": "USD",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
], - "purpose": "This is a description.",
- "descriptionLines": [
- "This is a description."
], - "reason": "CashManagementTransfer",
- "settlement": {
- "postingDate": "2022-04-17T08:00:00Z",
- "postingType": "2022-04-17T08:00:00Z",
- "time": {
- "hour": "12",
- "timeZone": "Pacific",
- "timeOfTheDay": "string"
}, - "frequency": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "memopostedIndicator": true
}, - "checks": [
- {
- "checkType": "string",
- "amount": "100",
- "currency": "USD",
- "checkNumber": "string",
- "issuer": "Jhon Smith",
- "availabilityDate": "2022-04-17T08:00:00Z",
- "availabilityFloat": "string",
- "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
], - "cash": {
- "amount": "string",
- "uSCurrencyIndicator": true,
- "cashNotes": [
- {
- "amount": "string",
- "denomination": 100,
- "count": 100,
- "currency": "USD"
}
]
}, - "printer": "string",
- "dispenser": "string",
- "date": "2022-04-17T08:00:00Z",
- "status": "Accepted",
- "charges": [
- {
- "name": "CardLatePayment",
- "description": "This is a description.",
- "amount": "100",
- "adjustment": "100"
}
], - "relatedAccounts": [
- {
- "accountRelationType": "Child",
- "accountId": "033-DDA-123456",
- "accountNumber": "012345678",
- "accountType": "Checking",
- "name": "Hermes PD_CA 0002",
- "balances": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "balanceName": "Available",
- "amount": "100",
- "count": 0,
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
]
}
], - "parties": [
- {
- "partyId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "partyType": "Person",
- "partyAccountRole": "AccountOwner",
- "partyAccountRoleCode": "50",
- "partyName": "Jane Birkin",
- "employeeIndicator": true
}
], - "balances": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "balanceName": "Available",
- "amount": "100",
- "count": 0,
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
]
}
Internal Transfer Cancellation
Request a transfer cancellation.
Authorizations:
path Parameters
transferId required | string (Id) [ 1 .. 36 ] characters Example: 5fb9d4d6-1a3c-11ed-861d-0242ac120002 Internal Transfer Identification |
header Parameters
idempotencyId | string (Id) [ 1 .. 36 ] characters Example: 5fb9d4d6-1a3c-11ed-861d-0242ac120002 Idempotency identifier used by the client when making repeated calls |
servicerId | string (Id) [ 1 .. 36 ] characters Example: 5fb9d4d6-1a3c-11ed-861d-0242ac120002 Account Servicer Identification (Bank) |
servicerBranchId | string (ServicerBranchId) [ 1 .. 36 ] characters Example: SEA_1 Identification of the account servicer institution at branch level or center level. |
Request Body schema: application/json
Array of objects (PaymentIdentification) | |||||||
Array
| |||||||
cancellationReason | string (Description) [ 1 .. 1025 ] characters Example: "This is a description." |
Responses
Request samples
- Payload
{- "identifiers": [
- {
- "number": "string",
- "schemeName": "UETR",
- "issuer": "Banc of California"
}
], - "cancellationReason": "This is a description."
}
Response samples
- 202
- 400
- 500
{- "identifiers": [
- {
- "number": "string",
- "schemeName": "UETR",
- "issuer": "Banc of California"
}
], - "domain": "Payments",
- "family": "CustomerCardTransactions",
- "subFamily": "CreditCardPayment",
- "codes": [
- {
- "codeType": "DetailBAI",
- "name": "string",
- "value": "195",
- "description": "This is a Title."
}
], - "transferId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "reversalIndicator": true,
- "entries": [
- {
- "amount": "100",
- "creditDebitIndicator": "Credit",
- "reversalIndicator": true,
- "accountId": "033-DDA-123456",
- "accountType": "Checking",
- "currency": "USD",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
], - "purpose": "This is a description.",
- "descriptionLines": [
- "This is a description."
], - "reason": "CashManagementTransfer",
- "settlement": {
- "postingDate": "2022-04-17T08:00:00Z",
- "postingType": "2022-04-17T08:00:00Z",
- "time": {
- "hour": "12",
- "timeZone": "Pacific",
- "timeOfTheDay": "string"
}, - "frequency": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "memopostedIndicator": true
}, - "checks": [
- {
- "checkType": "string",
- "amount": "100",
- "currency": "USD",
- "checkNumber": "string",
- "issuer": "Jhon Smith",
- "availabilityDate": "2022-04-17T08:00:00Z",
- "availabilityFloat": "string",
- "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
], - "cash": {
- "amount": "string",
- "uSCurrencyIndicator": true,
- "cashNotes": [
- {
- "amount": "string",
- "denomination": 100,
- "count": 100,
- "currency": "USD"
}
]
}, - "printer": "string",
- "dispenser": "string",
- "date": "2022-04-17T08:00:00Z",
- "status": "Accepted",
- "charges": [
- {
- "name": "CardLatePayment",
- "description": "This is a description.",
- "amount": "100",
- "adjustment": "100"
}
], - "relatedAccounts": [
- {
- "accountRelationType": "Child",
- "accountId": "033-DDA-123456",
- "accountNumber": "012345678",
- "accountType": "Checking",
- "name": "Hermes PD_CA 0002",
- "balances": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "balanceName": "Available",
- "amount": "100",
- "count": 0,
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
]
}
], - "parties": [
- {
- "partyId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "partyType": "Person",
- "partyAccountRole": "AccountOwner",
- "partyAccountRoleCode": "50",
- "partyName": "Jane Birkin",
- "employeeIndicator": true
}
], - "balances": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "balanceName": "Available",
- "amount": "100",
- "count": 0,
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
]
}
Internal Transfer Confirmation
Request transfer settlement from memo posted to hard posted.
Authorizations:
path Parameters
transferId required | string (Id) [ 1 .. 36 ] characters Example: 5fb9d4d6-1a3c-11ed-861d-0242ac120002 Internal Transfer Identification |
header Parameters
idempotencyId | string (Id) [ 1 .. 36 ] characters Example: 5fb9d4d6-1a3c-11ed-861d-0242ac120002 Idempotency identifier used by the client when making repeated calls |
servicerId | string (Id) [ 1 .. 36 ] characters Example: 5fb9d4d6-1a3c-11ed-861d-0242ac120002 Account Servicer Identification (Bank) |
servicerBranchId | string (ServicerBranchId) [ 1 .. 36 ] characters Example: SEA_1 Identification of the account servicer institution at branch level or center level. |
Request Body schema: application/json
confirmationReason | string (Description) [ 1 .. 1025 ] characters Example: "This is a description." | ||||||
Array of objects (PaymentIdentification) | |||||||
Array
|
Responses
Request samples
- Payload
{- "confirmationReason": "This is a description.",
- "identifiers": [
- {
- "number": "string",
- "schemeName": "UETR",
- "issuer": "Banc of California"
}
]
}
Response samples
- 202
- 400
- 500
{- "identifiers": [
- {
- "number": "string",
- "schemeName": "UETR",
- "issuer": "Banc of California"
}
], - "domain": "Payments",
- "family": "CustomerCardTransactions",
- "subFamily": "CreditCardPayment",
- "codes": [
- {
- "codeType": "DetailBAI",
- "name": "string",
- "value": "195",
- "description": "This is a Title."
}
], - "transferId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "reversalIndicator": true,
- "entries": [
- {
- "amount": "100",
- "creditDebitIndicator": "Credit",
- "reversalIndicator": true,
- "accountId": "033-DDA-123456",
- "accountType": "Checking",
- "currency": "USD",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
], - "purpose": "This is a description.",
- "descriptionLines": [
- "This is a description."
], - "reason": "CashManagementTransfer",
- "settlement": {
- "postingDate": "2022-04-17T08:00:00Z",
- "postingType": "2022-04-17T08:00:00Z",
- "time": {
- "hour": "12",
- "timeZone": "Pacific",
- "timeOfTheDay": "string"
}, - "frequency": {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "cycleType": "string",
- "cycle": "Monthly",
- "every": 15,
- "weekDay": "Tuesday",
- "weekNumbers": [
- "1st"
], - "days": [
- 30
], - "months": [
- "12"
], - "startDay": "04-17",
- "numberOfTimes": 4
}, - "memopostedIndicator": true
}, - "checks": [
- {
- "checkType": "string",
- "amount": "100",
- "currency": "USD",
- "checkNumber": "string",
- "issuer": "Jhon Smith",
- "availabilityDate": "2022-04-17T08:00:00Z",
- "availabilityFloat": "string",
- "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "string",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
], - "cash": {
- "amount": "string",
- "uSCurrencyIndicator": true,
- "cashNotes": [
- {
- "amount": "string",
- "denomination": 100,
- "count": 100,
- "currency": "USD"
}
]
}, - "printer": "string",
- "dispenser": "string",
- "date": "2022-04-17T08:00:00Z",
- "status": "Accepted",
- "charges": [
- {
- "name": "CardLatePayment",
- "description": "This is a description.",
- "amount": "100",
- "adjustment": "100"
}
], - "relatedAccounts": [
- {
- "accountRelationType": "Child",
- "accountId": "033-DDA-123456",
- "accountNumber": "012345678",
- "accountType": "Checking",
- "name": "Hermes PD_CA 0002",
- "balances": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "balanceName": "Available",
- "amount": "100",
- "count": 0,
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
]
}
], - "parties": [
- {
- "partyId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "partyType": "Person",
- "partyAccountRole": "AccountOwner",
- "partyAccountRoleCode": "50",
- "partyName": "Jane Birkin",
- "employeeIndicator": true
}
], - "balances": [
- {
- "fromDateTime": "2022-04-17T08:00:00Z",
- "upToDateTime": "2022-04-17T08:00:00Z",
- "periodNumber": 0,
- "periodName": "string",
- "balanceName": "Available",
- "amount": "100",
- "count": 0,
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z",
- "codes": [
- {
- "name": "AccountingGroup",
- "value": "195",
- "description": "This is a Title."
}
]
}
]
}