You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "Requested early access to the new financing scheme.",
327
325
})
328
326
329
327
assert res isnotNone
@@ -352,10 +350,11 @@ By default, an API error will raise a errors.SDKError exception, which has the f
352
350
353
351
When custom error responses are specified for an operation, the SDK may also raise their associated exceptions. You can refer to respective *Errors* tables in SDK docs for more details on possible exception types for each operation. For example, the `create_async` method may raise the following exceptions:
| `result` | [Optional[shared.SourceAccount]](../../models/shared/sourceaccount.md) | :heavy_minus_sign: | The target bank account in a supported accounting software for ingestion into a bank feed. | {<br/>"id": "acc-002",<br/>"accountName": "account-081",<br/>"sortCode": "123456",<br/>"accountType": "Credit",<br/>"accountNumber": "12345670",<br/>"currency": "GBP",<br/>"balance": 99.99,<br/>"modifiedDate": "2023-01-09T14:14:14.1057478Z",<br/>"status": "pending"<br/>} |
11
-
| `source_account_id` | *Optional[str]* | :heavy_minus_sign: | Unique ID for the source account. | 12345 |
8
+
| Field | Type | Required | Description | Example |
|`result`|[Optional[shared.SourceAccountBatchCreateResult]](../../models/shared/sourceaccountbatchcreateresult.md)|:heavy_minus_sign:| Status details and corresponding object of the `Create account` operation. ||
11
+
|`source_account_id`|*Optional[str]*|:heavy_minus_sign:| Unique ID for the source account. | 12345 |
| `account` | [Optional[shared.SourceAccount]](../../models/shared/sourceaccount.md) | :heavy_minus_sign: | The target bank account in a supported accounting software for ingestion into a bank feed. | {<br/>"id": "acc-002",<br/>"accountName": "account-081",<br/>"sortCode": "123456",<br/>"accountType": "Credit",<br/>"accountNumber": "12345670",<br/>"currency": "GBP",<br/>"balance": 99.99,<br/>"modifiedDate": "2023-01-09T14:14:14.1057478Z",<br/>"status": "pending"<br/>} |
11
+
| `error` | *OptionalNullable[str]* | :heavy_minus_sign: | A brief description of the error. | |
12
+
| `status_code` | *Optional[int]* | :heavy_minus_sign: | The HTTP status code for the creation of the source account | |
0 commit comments