Go to file
Aleksey Kashapov b78d0f5dd1
Some checks failed
Vality basic linters / lint (push) Has been cancelled
Build and publish Docker image / build-push (push) Has been cancelled
Erlang CI Checks / Load .env (push) Has been cancelled
Erlang CI Checks / Run checks (push) Has been cancelled
TD-964: Bumps valitydev/damsel@7762f6c (#50)
2024-09-18 11:59:10 +03:00
.github/workflows IMP-278: Retires payouts (#48) 2024-08-28 17:40:50 +03:00
apps IMP-278: Reverts damsel w/ legacy payouts support (#49) 2024-09-12 12:32:53 +03:00
config IMP-278: Retires payouts (#48) 2024-08-28 17:40:50 +03:00
test IMP-278: Retires payouts (#48) 2024-08-28 17:40:50 +03:00
.dockerignore TD-128: Add CI, Makefile, Dockerfile and docker-compose.yaml (#2) 2022-02-07 11:17:17 +03:00
.env TD-330: Bump damsel (#20) 2022-07-01 13:40:47 +03:00
.gitignore TD-621: add logging for rejected routes (#32) 2023-06-06 16:58:40 +07:00
compose.tracing.yaml IMP-278: Retires payouts (#48) 2024-08-28 17:40:50 +03:00
compose.yaml IMP-278: Reverts damsel w/ legacy payouts support (#49) 2024-09-12 12:32:53 +03:00
Dockerfile OPS-268: Adds default logger permissions (#37) 2023-07-13 15:28:35 +03:00
Dockerfile.dev TD-226: Remove UserInfo-based auth (#13) 2022-04-05 14:51:12 +03:00
elvis.config TD-330: Bump damsel (#20) 2022-07-01 13:40:47 +03:00
LICENSE Update file(s) from valitydev/.github 2022-02-22 07:25:13 +00:00
Makefile TD-686: Adopts opentelemetry API (#40) 2023-10-24 16:14:18 +03:00
README.md Build and push images w/ GH action (#1) 2021-12-08 19:35:32 +03:00
rebar.config IMP-278: Retires payouts (#48) 2024-08-28 17:40:50 +03:00
rebar.lock TD-964: Bumps valitydev/damsel@7762f6c (#50) 2024-09-18 11:59:10 +03:00
TODO.md HG-48: Switch to the new stateproc protocol (#14) 2016-08-11 15:52:58 +00:00

Party Management

Managing parties involved in payment processing.

Building

We widelly use Thrift to define RPC protocols. So it needs to have our Thrift compiler in PATH to build this service. The recommended way to achieve this is by using our build image.