OpenBankProject / OpenBankProject/OBP-API
Empty holder after sandbox data import
Nadie ha tomado este issue todavía.
- Lenguaje dominante
- Scala
- Estrellas
- 1.7k
- Forks
- 482
- Merge medio
- 1 d 12 h
- PR fusionados (30 d)
- 15
Descripción
I couldn't pin it down in the API's source yet, but in SoFi i observed empty counterparties in the transactions list on my local machine:
- Import data from https://raw.githubusercontent.com/OpenBankProject/OBP-API/develop/src/main/scala/code/api/sandbox/example_data/example_import.json into local API .
- Make a payment from one of those accounts to another using https://raw.githubusercontent.com/OpenBankProject/Hello-OBP-OAuth1.0a-Python/master/hello_payments_v1.4.py
- When looking at the transactions list in SoFi (http://localhost:8081/banks/BANK/accounts/ACCOUNT/owner), being authorised as the receiving account's owner, the name of the counterparty is empty.
- Using the API explorer (on http://localhost:8082) , calling /banks/BANK/accounts/ACCOUNT/owner/other_accounts (API Root: http://127.0.0.1:8080/obp/v2.0.0), the returned JSON returns an empty 'name' in the 'holder' field for that counterparty (which is used by SoFi for display)
Maybe at some stage somebody will have the time to look into it (maybe even me), but for now i thought to have it here as a reminder.
Guía de contribución
Primeros pasos
- Lee el issue completo y luego la guía de contribución del proyecto.
- Comenta en el issue que vas a ocuparte — evita que dos personas hagan lo mismo.
- Haz un fork del repositorio y trabaja en una rama.
- Abre un pull request que haga referencia al número del issue.
Línea de trabajo
Reproduzca el problema importando example_import.json, realizando un pago con hello_payments_v1.4.py e inspeccionando /banks/BANK/accounts/ACCOUNT/owner/other_accounts en el API explorer. Rastree dónde se genera el titular de la contraparte; se considera terminado cuando JSON holder.name está rellenado y la lista de transacciones del propietario receptor muestra el nombre de la contraparte.
Escrito por el modelo de indexación a partir del texto del issue.
Evaluación
- Stack tecnológico
- scala
- Área
- api
- Tipo de issue
- Error
- Dificultad
- 4/5
- Tiempo estimado
- 3-5 días
- Estado de actividad
- Estancado
- Claridad
- Necesita aclaración
- Aptitud para principiantes
- 25/100