Variable | Name | Type | Format | Usage | Description |
---|---|---|---|---|---|
X-App-Sig | X-App-Sig | header | string | M |
Variable | Name | Type | Format | Usage | Description |
---|---|---|---|---|---|
account_iban | account_iban | string | |||
currency | currency | string | Currency of the account |
{ "account_iban": "GB93TEST95016151992898", "currency":"EUR" }
accountPaymentInfoResponse
Variable | Name | Type | Format | Description |
---|---|---|---|---|
status | status | string | Request execution status | |
error_description | Error Description | string | Description of error | |
error | Error Code | string | Error code | |
data_type | data_type | string | Type of data | |
total_records | total_records | string | Total count of records | |
data | data | object | data of Response |
Variable | Name | Type | Format | Description |
---|---|---|---|---|
is_internal | is_internal | boolean | ||
is_iban | is_iban | boolean | ||
is_sepa_country | is_sepa_country | boolean | ||
bank_country | bank_country | string | bank country | |
bank_bic_swift | bank_bic_swift | string | bank bic swift |
{ "status": "ok", "error_description": "", "error": {}, "data_type": "system.api.account.accountPaymentInfoResponse", "total_records": 1, "data": { "is_internal": true, "is_iban": true, "is_sepa_country": true, "bank_country": "GB", "bank_bic_swift": "" } }
200 - Response with error when status is ERROR
Variable | Name | Type | Format | Description |
---|---|---|---|---|
status | status | string | Request execution status | |
error_description | Error Description | string | Description of error | |
error | Error Code | string | Error code | |
data_type | data_type | string | Type of data | |
total_records | total_records | string | Total count of records | |
data | data | object | Empty object |