GET api/AccountTransfer/GetIbanInfo?iban={iban}&remittanceBankCode={remittanceBankCode}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
iban | string |
Required |
|
remittanceBankCode | string |
Default value is |
Body Parameters
None.
Response Information
Resource Description
ServiceResponseOfIbanResponseName | Description | Type | Additional information |
---|---|---|---|
Code | integer |
None. |
|
Message | string |
None. |
|
Response | IbanResponse |
None. |
|
IsShowMessage | boolean |
None. |
|
IsShowRateAndReview | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{ "Code": 1, "Message": "sample string 2", "Response": { "Fullname": "sample string 1", "IsLocalBank": true }, "IsShowMessage": true, "IsShowRateAndReview": true }