Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
service AccountMirrorService {
  rpc GetAccountDetails(com.oxxo.fintech.dto.account.grpc.AccountDetailsRequestDTO) returns (com.oxxo.fintech.dto.account.grpc.AccountDetailsResponseDTO){}
  rpc SetAccountBlock(com.oxxo.fintech.dto.account.grpc.AccountBlockUnblockRequestDTO) returns (com.oxxo.fintech.dto.account.grpc.AccountBlockUnblockResponseDTO){}
  rpc SynchronizeMirrorAccount(com.oxxo.fintech.dto.account.grpc.AccountDetailsRequestDTO) returns (com.oxxo.fintech.dto.account.grpc.AccountDetailsResponseDTO){}
}

Diagramas de secuencia

...

GetAccountDetails

https://fintechdigital.atlassian.net/wiki/spaces/TPP/pages/2440396834/Account+Aggregation+Service#POST-%E2%86%92-%2Fv1%2Faccounts%2Fdetails%E2%80%8B

...

SetAccountBlock

https://fintechdigital.atlassian.net/wiki/spaces/TPP/pages/2440396834/Account+Aggregation+Service#POST-%E2%86%92-%2Fv1%2Faccounts%2Fblocks%E2%80%8B

...

SetAccountBlock

https://fintechdigital.atlassian.net/wiki/spaces/TPP/pages/2440396834/Account+Aggregation+Service#POST-%E2%86%92-%2Fv1%2Faccounts%2Fsyncs%E2%80%8B

...