Account. Fetch data by Payment Info POST

# ENDPOINT
/api/account/getAccountPaymentInfo/accountPaymentInfoRequest
# REQUEST arguments
Variable Value Example Usage Description
X-App-Sig
header
0
M
# REQUEST BODY
# RESPONSE
        						
# REQUEST arguments
Variable Name Type Format Usage Description
X-App-Sig X-App-Sig header string M
# REQUEST BODY
Schema: accountPaymentInfoRequest
Type: object
Variable Name Type Format Usage Description
account_iban account_iban string
currency currency string Currency of the account
# REQUEST BODY EXAMPLE
							{
    "account_iban": "GB93TEST95016151992898",
    "currency":"EUR"
}						
# POSITIVE RESPONSE

accountPaymentInfoResponse

Schema: accountPaymentInfoResponse
Type: application/json
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
attribute: data
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
# RESPONSE POSITIVE EXAMPLE
							{
    "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": ""
    }
}						
# NEGATIVE RESPONSE

200 - Response with error when status is ERROR

Schema: HeaderResponseStatusError
Type: application/json
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