This commit is contained in:
@@ -148,6 +148,10 @@ curl --request GET \
|
||||
| `name` | `string` | Account holder name |
|
||||
| `agnt` | `string` | BIC of MIB — send as the `bank` field in the [transfer](08-transfer.md) request |
|
||||
|
||||
> **Client-synthesized fields**: when the app wraps this response for downstream code (`BmlValidateClient.kt:68`), it sets `trnType = "DOT"` and `validationType = "MIB"`. Neither is returned by the server.
|
||||
>
|
||||
> **No currency**: this endpoint does NOT return the MIB account's currency. The client sets `currency = ""` (`BmlValidateClient.kt:74-75`). Important for USD-vs-MVR transfer routing — currency must be sourced elsewhere (e.g. MIB's own lookup, see [MIB transfer docs](../mibapi/08-transfer.md)).
|
||||
|
||||
### Failure
|
||||
|
||||
```json
|
||||
|
||||
Reference in New Issue
Block a user